We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c0449 commit d90bcf6Copy full SHA for d90bcf6
CHANGELOG.md
@@ -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
+
12
## [2.0.0] - 12/03/2022
13
14
* BREAKING: Rename `getSuccess` to `tryGetSuccess` and `getError` to `tryGetError` methods.
0 commit comments