Releases: patrickmichalina/typescript-monads
Releases · patrickmichalina/typescript-monads
v3.4.0
3.4.0 (2018-10-05)
Bug Fixes
Features
- library now publishes to UMD format (#27) (ec8a8f9)
v3.3.1
3.3.1 (2018-10-05)
Bug Fixes
- export systemjs module for browser (#26) (b3768da)
v3.3.0
3.3.0 (2018-09-29)
Features
- util: introduce curry helper functions (#24) (2b4e391)
v3.2.1
3.2.1 (2018-08-23)
Bug Fixes
- maybe: correct typings using NonNullable (#21) (9585e0b)
v3.2.0
3.2.0 (2018-08-23)
Features
- maybe: extend maybe.tap, introduce tapNone / tapSome (#20) (0cd967c)
v3.1.0
3.1.0 (2018-08-23)
Features
v3.0.0
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
2.0.2 (2018-08-13)
Bug Fixes
v2.0.1
2.0.1 (2018-08-12)
Bug Fixes
v2.0.0
2.0.0 (2018-08-12)
Code Refactoring
- rename caseOf() to match() (2a8866e)
BREAKING CHANGES
- rename caseOf() to match() for Either and Maybe monads