Releases: samber/mo
Releases · samber/mo
v1.13.0
What's Changed
Features
Tools
- Downgrade the goleak version to one that is compatible with the go version by @taman9333 in #44
- Add Fold testable example by @taman9333 in #45
New Contributors
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- Add Fold function to Result monad by @taman9333 in #42
- Do notation by @taman9333 in #43
Full Changelog: v1.11.0...v1.12.0
v1.11.0
- Adding Result[T] Marshaling
v1.10.0
- refactor: rename PointerOrNil to ToPointer in order to match other helper names (no breaking change since it was released 15min before)
- feat: adding option.Errf
v1.9.0
- Adding option.PointerOrNil()
- Result[T] implements driver.Scanner
- Fix some doc typo
v1.8.0
Adding support for mo.PointerToOption
v1.7.0
Chore:
- Remove *_test.go files from releases, in order to clean up dev dependencies