Skip to content

Releases: Jack-Edwards/EasyMonads

v2.5.0

03 Apr 14:06
8bd6460

Choose a tag to compare

What's Changed

  • Add overload for Either.Match that accepts a Func for neither by @Jack-Edwards in #23

Full Changelog: v2.4.0...v2.5.0

v2.4.0

08 Jan 19:33
193f28b

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

02 Jan 21:40
e6e66dd

Choose a tag to compare

What's Changed

  • Maybe equality and EasyMonads.Core @jltrem in #15

Full Changelog: v2.2.0...v2.3.0

v2.2.0

06 Apr 22:21
a62cde3

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

13 Feb 00:59
94c84c4

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

07 Jan 17:32
a4d2e2a

Choose a tag to compare

This release primarily enables the <nullable> attribute within the EasyMonads project. As such, I've added and updated several methods to accept nullable reference types. These added and updated methods should eliminate some warnings from consuming projects which also have the <nullable> attribute enabled.

Note, the internal behavior of both the Either and Maybe types has not changed. If a null value is provided to either type, those types will be set to their default states; Neither and None, respectively.

And to be absolutely clear, this does not add support for encapsulating nullable types, such that Maybe<int?> or Either<Unit, string?> could return null values.

v1.4.3

26 Jun 02:01
3a1e8b7

Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

26 Jun 01:18
ca6ead1

Choose a tag to compare

What's Changed

  • Add 'SomeOrDefaultAsync' extension method for Maybe by @Jack-Edwards in #8

Full Changelog: v1.4.0...v1.4.2

v1.4.0

25 Jun 22:38
1907ecb

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Jan 00:19

Choose a tag to compare

Increment version number