Skip to content

Commit d90bcf6

Browse files
committed
Adds changelog to version 3.0.0
1 parent 80c0449 commit d90bcf6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0] - 12/05/2022
2+
Thanks to [Jacob](https://github.com/jacobaraujo7)
3+
* Add new operators in Result:
4+
New operators will allow transforming success and error values before the values are extracted.
5+
* map
6+
* mapError
7+
* flatMap
8+
* pure
9+
* Create Unit type (and deprecate `SuccessResult`)
10+
* Add `AsyncResult` to perform asynchronous computation.
11+
112
## [2.0.0] - 12/03/2022
213

314
* BREAKING: Rename `getSuccess` to `tryGetSuccess` and `getError` to `tryGetError` methods.

0 commit comments

Comments
 (0)