Releases: patrickmichalina/typescript-monads
Releases · patrickmichalina/typescript-monads
v8.1.0
8.1.0 (2022-11-03)
Features
v8.0.1
8.0.1 (2022-11-03)
Bug Fixes
v8.0.0
8.0.0 (2022-08-17)
Features
BREAKING CHANGES
- update project dependencies
v7.2.0
7.2.0 (2021-10-27)
Features
v7.1.0
7.1.0 (2021-08-24)
Features
- add .toResult(error: E) to Maybe class (#177) (a10e4be)
v7.0.0
7.0.0 (2021-08-24)
Bug Fixes
- allow null types in constructor and maybe() (#175) (408a794)
BREAKING CHANGES
- allow null types in constructor and maybe()
v6.0.1
6.0.1 (2021-06-14)
Bug Fixes
- use type guards for isOk/isFail in Result (#174) (037e802)
v6.0.0
6.0.0 (2021-05-18)
Bug Fixes
BREAKING CHANGES
- Maybe.apply() has a different type signature and usage pattern.
v5.6.0
5.6.0 (2021-05-05)
Features
v5.5.1
5.5.1 (2021-04-26)
Bug Fixes