Releases: patrickmichalina/typescript-monads
Releases · patrickmichalina/typescript-monads
v5.2.0
23 Apr 05:13
Compare
Sorry, something went wrong.
No results found
5.2.0 (2021-04-23)
Features
v5.1.0
26 Mar 19:55
Compare
Sorry, something went wrong.
No results found
5.1.0 (2021-03-26)
Features
v5.0.1
26 Mar 19:45
Compare
Sorry, something went wrong.
No results found
5.0.1 (2021-03-26)
Bug Fixes
v5.0.0
04 Sep 04:54
Compare
Sorry, something went wrong.
No results found
5.0.0 (2020-09-04)
Bug Fixes
rename internal fail property to "failureValue" (#159 ) (d1f0e5b )
BREAKING CHANGES
in failure results you must now access internal state via .failureValue instead of .value
v4.4.3
28 May 03:01
Compare
Sorry, something went wrong.
No results found
4.4.3 (2020-05-28)
Bug Fixes
result.maybeOk() should constraint T to NonNullable (#156 ) (b702da8 )
v4.4.2
25 May 17:30
Compare
Sorry, something went wrong.
No results found
4.4.2 (2020-05-25)
Bug Fixes
v4.4.1
25 May 17:04
Compare
Sorry, something went wrong.
No results found
4.4.1 (2020-05-25)
Bug Fixes
v4.4.0
22 May 01:02
Compare
Sorry, something went wrong.
No results found
4.4.0 (2020-05-22)
Features
eslint, upgrade deps, maybeToPromise defaults (#150 ) (073106c )
v4.3.1
21 May 04:42
Compare
Sorry, something went wrong.
No results found
4.3.1 (2020-05-21)
Bug Fixes
maybe: map fn should return NonNullable (#149 ) (91d174b )
v4.3.0
19 May 03:17
Compare
Sorry, something went wrong.
No results found
4.3.0 (2020-05-19)
Features