Releases: jklmli/monapt
Releases · jklmli/monapt
0.6.0
0.5.4
0.5.3
0.5.2
Features
- support native typescript definitions for npm packages
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
Breaking Changes
- Option: matcher now checks for exhaustiveness, you must include both
Some
andNone
branches - Try: matcher now checks for exhaustiveness, you must include both
Success
andFailure
branches
Features
- Try: return value from matcher
Fixes
- Option: fix return types for matcher