Skip to content

Releases: samber/mo

v1.7.0

15 Dec 17:51

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

Choose a tag to compare

Adding:

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

v1.5.2

28 Nov 11:54
32f937a

Choose a tag to compare

Bugfix:

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

v1.5.1

07 Oct 12:22
42c77f3

Choose a tag to compare

Fix:

  • typo
  • comments

v1.5.0

21 Sep 09:00
1a1613d

Choose a tag to compare

Adding mo.EmptyableToOption

v1.4.0

20 Sep 23:33
89682f5

Choose a tag to compare

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

v1.3.0

11 Sep 14:38
62a3d87

Choose a tag to compare

Adding support for Option[T] marshal/unmarshal

v1.2.0

04 Sep 22:53
c6f5699

Choose a tag to compare

Adding Either3 + Either4 + Either5

v1.1.0

28 Aug 21:56
1243361

Choose a tag to compare

Adding Try().

v1.0.1

25 Jul 14:35
a9c34fb

Choose a tag to compare

What's Changed

  • chore: clean Either internal state by @herulume in #5

New Contributors

Full Changelog: v1.0.0...v1.0.1