Skip to content

Releases: patrickmichalina/typescript-monads

v3.4.0

05 Oct 02:47
21139e9
Compare
Choose a tag to compare

3.4.0 (2018-10-05)

Bug Fixes

  • correct build compilation failure (#28) (21139e9)

Features

  • library now publishes to UMD format (#27) (ec8a8f9)

v3.3.1

05 Oct 01:34
b3768da
Compare
Choose a tag to compare

3.3.1 (2018-10-05)

Bug Fixes

  • export systemjs module for browser (#26) (b3768da)

v3.3.0

29 Sep 21:01
2b4e391
Compare
Choose a tag to compare

3.3.0 (2018-09-29)

Features

  • util: introduce curry helper functions (#24) (2b4e391)

v3.2.1

23 Aug 20:14
9585e0b
Compare
Choose a tag to compare

3.2.1 (2018-08-23)

Bug Fixes

  • maybe: correct typings using NonNullable (#21) (9585e0b)

v3.2.0

23 Aug 18:50
0cd967c
Compare
Choose a tag to compare

3.2.0 (2018-08-23)

Features

  • maybe: extend maybe.tap, introduce tapNone / tapSome (#20) (0cd967c)

v3.1.0

23 Aug 04:05
cc4ffdc
Compare
Choose a tag to compare

3.1.0 (2018-08-23)

Features

v3.0.0

13 Aug 03:11
e95a7ea
Compare
Choose a tag to compare

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
d3d036d
Compare
Choose a tag to compare

2.0.2 (2018-08-13)

Bug Fixes

v2.0.1

12 Aug 22:23
a6f138e
Compare
Choose a tag to compare

2.0.1 (2018-08-12)

Bug Fixes

v2.0.0

12 Aug 19:02
Compare
Choose a tag to compare

2.0.0 (2018-08-12)

Code Refactoring

  • rename caseOf() to match() (2a8866e)

BREAKING CHANGES

  • rename caseOf() to match() for Either and Maybe monads