Releases: patrickmichalina/typescript-monads
Releases · patrickmichalina/typescript-monads
v3.4.0
05 Oct 02:47
Compare
Sorry, something went wrong.
No results found
3.4.0 (2018-10-05)
Bug Fixes
Features
library now publishes to UMD format (#27 ) (ec8a8f9 )
v3.3.1
05 Oct 01:34
Compare
Sorry, something went wrong.
No results found
3.3.1 (2018-10-05)
Bug Fixes
export systemjs module for browser (#26 ) (b3768da )
v3.3.0
29 Sep 21:01
Compare
Sorry, something went wrong.
No results found
3.3.0 (2018-09-29)
Features
util: introduce curry helper functions (#24 ) (2b4e391 )
v3.2.1
23 Aug 20:14
Compare
Sorry, something went wrong.
No results found
3.2.1 (2018-08-23)
Bug Fixes
maybe: correct typings using NonNullable (#21 ) (9585e0b )
v3.2.0
23 Aug 18:50
Compare
Sorry, something went wrong.
No results found
3.2.0 (2018-08-23)
Features
maybe: extend maybe.tap, introduce tapNone / tapSome (#20 ) (0cd967c )
v3.1.0
23 Aug 04:05
Compare
Sorry, something went wrong.
No results found
3.1.0 (2018-08-23)
Features
v3.0.0
13 Aug 03:11
Compare
Sorry, something went wrong.
No results found
3.0.0 (2018-08-13)
Features
BREAKING CHANGES
separated interfaces/monads/util into their own folders. Any previously referenced interfaces must be changed to import from "typescript-monads/interfaces".
v2.0.2
13 Aug 01:01
Compare
Sorry, something went wrong.
No results found
2.0.2 (2018-08-13)
Bug Fixes
v2.0.1
12 Aug 22:23
Compare
Sorry, something went wrong.
No results found
2.0.1 (2018-08-12)
Bug Fixes
v2.0.0
12 Aug 19:02
Compare
Sorry, something went wrong.
No results found
2.0.0 (2018-08-12)
Code Refactoring
rename caseOf() to match() (2a8866e )
BREAKING CHANGES
rename caseOf() to match() for Either and Maybe monads