-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
Change Log | ||
========== | ||
# Change Log | ||
|
||
Next Release | ||
---------------------------- | ||
## [Unreleased] | ||
|
||
**New** | ||
* Add `Option.or(Option)` <Mehdi Mollaverdi> | ||
|
||
**Updates** | ||
* Bumped Arrow to v1.2.0 from v1.2.0-RC <Jem Mawson> | ||
## [0.4.0] - 2023-07-26 | ||
|
||
Version 0.3.0 *(2023-06-16)* | ||
---------------------------- | ||
### Added | ||
* `Option.or(Option)` (Mehdi Mollaverdi) | ||
|
||
**New** | ||
* Add `kotlin.Result.toEither()` <Jem Mawson> | ||
### Changed | ||
* Bumped Arrow to v1.2.0 from v1.2.0-RC (Jem Mawson) | ||
|
||
**Fixes** | ||
* Adds validateNotNull extension function on nullable values <Hugo Müller-Downing> | ||
|
||
Version 0.2.0 *(2023-04-06)* | ||
---------------------------- | ||
## [0.3.0] - 2023-06-16 | ||
|
||
**New** | ||
* Add Either.traverse <Simon Vergauwen> | ||
* Either, Nullable & Ior zip <Simon Vergauwen> | ||
* Adds validateNotNull extension function on nullable values <Hugo Müller-Downing> | ||
### Added | ||
* `kotlin.Result.toEither()` (Jem Mawson) | ||
* `validateNotNull` extension function on nullable values (Hugo Müller-Downing) | ||
|
||
**Fixes** | ||
* Fix outcome traverse <Simon Vergauwen> | ||
* Fix nested nullable issue <Simon Vergauwen> | ||
* Fix nested null bug (#22) <Simon Vergauwen> | ||
|
||
## [0.2.0] - 2023-04-06 | ||
|
||
Version 0.1.0 *(2023-03-06)* | ||
---------------------------- | ||
### Added | ||
* Add Either.traverse (Simon Vergauwen) | ||
* Either, Nullable & Ior zip (Simon Vergauwen) | ||
* Adds validateNotNull extension function on nullable values (Hugo Müller-Downing) | ||
|
||
* Add `Option.unit()` and `Either.unit()` to replace the `void()` method deprecated by Arrow. | ||
* Include `withRetries` method on suspended supplier functions to provide opinionated access to Arrow's `Schedule`. | ||
### Fixed | ||
* Fix outcome traverse (Simon Vergauwen) | ||
* Fix nested nullable issue (Simon Vergauwen) | ||
* Fix nested null bug (#22) (Simon Vergauwen) | ||
|
||
|
||
## [0.1.0] - 2023-03-06 | ||
|
||
### Added | ||
* `Option.unit()` and `Either.unit()` to replace the `void()` method deprecated by Arrow. | ||
* `withRetries` method on suspended supplier functions to provide opinionated access to Arrow's `Schedule`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters