Skip to content

Releases: kofno/maybeasy

v6.3.0

04 Apr 17:50
Compare
Choose a tag to compare

What's Changed

  • Fix assign for other definitions of Maybe by @pjrebsch in #20

New Contributors

Full Changelog: v6.2.0...v6.3.0

v6.2.0

30 Jan 14:09
Compare
Choose a tag to compare

What's Changed

  • Fix regression to Maybe imports by @kofno

Full Changelog: v6.1.0...v6.2.0

v6.1.0

18 Dec 20:02
Compare
Choose a tag to compare

What's Changed

  • Add function for map and andThen by @kofno in #19

Full Changelog: v6.0.0...v6.1.0

First deno release

13 Dec 22:32
Compare
Choose a tag to compare

First release to deno.land/x. No new features, but now we are supporting ESM modules first and foremost and all the code is written and tested using deno.

What's Changed

  • chore(deps): bump https-proxy-agent from 2.2.2 to 2.2.4 by @dependabot in #7

New Contributors

Full Changelog: v2.5.0...v6.0.0

v2.5.0

11 Aug 13:12
Compare
Choose a tag to compare

2.5.0 (2018-08-11)

Features

  • orElse: Adds logical OR for the Maybe type (80832b1)

v2.4.0

09 Jun 14:36
Compare
Choose a tag to compare

2.4.0 (2018-06-09)

Features

  • do: Add the do operator (a5c61d8)

v2.3.2

28 May 14:00
Compare
Choose a tag to compare

2.3.2 (2018-05-28)

Bug Fixes

  • assign: Fix internal type signature (a2bf999)

v2.3.1

28 May 13:50
Compare
Choose a tag to compare

2.3.1 (2018-05-28)

Bug Fixes

  • assign: Use map internally (18b258d)

v2.3.0

27 May 14:15
Compare
Choose a tag to compare

2.3.0 (2018-05-27)

Features

  • assign: Add assign method (db69091)

v2.2.0

09 Apr 14:49
Compare
Choose a tag to compare

2.2.0 (2018-04-09)

Features

  • fromEmpty: Enable converting empty values to maybes. (80f3cff)