Skip to content

Releases: jklmli/monapt

0.6.0

30 Sep 03:15
Compare
Choose a tag to compare

Breaking Changes

  • Monapt typings now require TypeScript 2.x

0.5.4

29 Jun 01:56
Compare
Choose a tag to compare

Nothing new, bugfix for definitions.

0.5.3

28 Jun 23:50
Compare
Choose a tag to compare

Features

  • add Option#equals

0.5.2

28 Jun 23:44
Compare
Choose a tag to compare

Features

0.5.1

19 Feb 00:28
Compare
Choose a tag to compare

Nothing new, improved the readme a bit and published for npm 😄

0.5.0

21 Oct 19:44
Compare
Choose a tag to compare

Breaking Changes

  • NoSuchElementException has been renamed to NoSuchElementError

Fixes

  • support node environments again

0.4.2

05 Aug 02:23
Compare
Choose a tag to compare

Features

  • add monapt.NoSuchElementException

0.4.1

05 Jun 05:09
Compare
Choose a tag to compare

Features

  • Failure: add #exception

0.4.0

05 Jun 04:50
Compare
Choose a tag to compare

Breaking Changes

  • Option: matcher now checks for exhaustiveness, you must include both Some and None branches
  • Try: matcher now checks for exhaustiveness, you must include both Success and Failure branches

Features

  • Try: return value from matcher

Fixes

  • Option: fix return types for matcher

0.3.8

09 May 04:33
Compare
Choose a tag to compare

Features

  • Option: add Monapt.flatten