Releases: samber/mo
Releases · samber/mo
v1.14.0
What's Changed
- Add MapValue method to Option by @yonesko in #70
- feat(option): fixed sematic issue in option type and adapted
omitzero
tag by @Kiyo5hi in #65
Other
- [Snyk] Security upgrade golang from 1.22.5-bullseye to 1.23.0-bullseye by @samber in #52
- bump codecov/codecov-action from 2 to 4 by @dependabot in #59
- bump actions/setup-go from 2 to 5 by @dependabot in #57
- bump actions/checkout from 2 to 4 by @dependabot in #58
- bump softprops/action-gh-release from 1 to 2 by @dependabot in #56
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #62
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #63
- Bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #68
- Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #69
New Contributors
- @dependabot made their first contribution in #59
- @yonesko made their first contribution in #70
- @Kiyo5hi made their first contribution in #65
Full Changelog: v1.13.0...v1.14.0
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