Releases: andnp/MaybeTyped
Releases · andnp/MaybeTyped
v1.6.0
1.6.0 (2019-11-12)
Features
- 🎸 adds a tap function for running side-effects (16518c5)
v1.5.5
1.5.5 (2019-03-13)
Bug Fixes
- package: update simplytyped to version 3.0.0 (402fd71)
v1.5.4
1.5.4 (2019-03-13)
Bug Fixes
- compiler error with function type narrowing (c797e95)
- package: update simplytyped to version 2.0.0 (384281c)
v1.5.3
1.5.3 (2018-07-09)
Bug Fixes
- distribute entire dist folder (e95dae8)
v1.5.2
1.5.2 (2018-07-09)
Performance Improvements
- use rollup.js to bundle lib (491ed67)
v1.5.1
1.5.1 (2018-06-07)
Performance Improvements
- create single shared none instance (a3a064b)
v1.5.0
1.5.0 (2018-05-14)
Bug Fixes
- let MaybeT.orElse return any inner type (da0d414)
Features
- add
join
method to combine maybes (3efd2e7)
v1.4.0
1.4.0 (2018-05-08)
Features
- add maybeT monadic transformer (dd50807)
v1.3.0
1.3.0 (2018-04-29)
Features
- comply with fantasy-land specs (8713a9d), closes #5
v1.2.1
1.2.1 (2018-04-29)
Bug Fixes