Skip to content

Releases: samber/mo

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

v1.5.0

21 Sep 09:00
1a1613d
Compare
Choose a tag to compare

Adding mo.EmptyableToOption

v1.4.0

20 Sep 23:33
89682f5
Compare
Choose a tag to compare

Option[T]: Implements sql.Valuer + sql.Scanner + gob.GobEncoder + gob.GobDecoder + encoding.BinaryMarshaler + encoding.BinaryUnmarshaler + encoding.TextMarshaler + encoding.TextUnmarshaler