Skip to content

Releases: samber/mo

v1.13.0

16 Jul 09:41
Compare
Choose a tag to compare

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

22 Jun 21:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

28 Sep 10:57
Compare
Choose a tag to compare
  • Adding Result[T] Marshaling

v1.10.0

25 Sep 13:46
Compare
Choose a tag to compare
  • 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

25 Sep 13:31
Compare
Choose a tag to compare
  • Adding option.PointerOrNil()
  • Result[T] implements driver.Scanner
  • Fix some doc typo

v1.8.0

31 Jan 14:45
Compare
Choose a tag to compare

Adding support for mo.PointerToOption

v1.7.0

15 Dec 17:51
Compare
Choose a tag to compare

Chore:

  • Remove *_test.go files from releases, in order to clean up dev dependencies

v1.6.0

09 Dec 16:53
806c717
Compare
Choose a tag to compare

Adding:

  • Either.Unpack()
  • EitherX.Unpack()

v1.5.2

28 Nov 11:54
32f937a
Compare
Choose a tag to compare

Bugfix:

  • Fix a deadlock in Future[T].Collect()

v1.5.1

07 Oct 12:22
42c77f3
Compare
Choose a tag to compare

Fix:

  • typo
  • comments