Skip to content

Releases: moritzploss/ex-patterns

v0.8.0

23 Oct 15:21

Choose a tag to compare

What's new:

  • pattern matching against native JavaScript Map data structures
  • reduced bundle size
  • performance improvements
  • improved documentation

v0.7.1

16 Oct 16:57

Choose a tag to compare

What's new:

  • improved docs

v0.7.0

29 Sep 07:03

Choose a tag to compare

What's new:

  • Support for the following Immutable.js collections: Set, OrderedSet
  • Improved docs

v0.6.0

07 Sep 17:11

Choose a tag to compare

What's new:

  • Functions are exported as curried functions
  • Users can now create custom placeholders
  • Function glossary now uses Haskell-style type notation
  • Improved docs

v0.5.11

06 Aug 17:37

Choose a tag to compare

Changes:

  • Better type declarations
  • Major Refactoring
  • Improved README

v0.5.10

22 May 18:23

Choose a tag to compare

What's new:

  • Map and Object data types now share the same match function
  • Refactoring and Clean-up

v0.5.9

09 May 15:15

Choose a tag to compare

What's new:

  • Add docs url to package.json so that it appears as link on npmjs.com

v0.5.8

09 May 14:58

Choose a tag to compare

What's new:

  • Docs are no longer part of package Readme but standalone website

v0.5.7

09 May 08:19

Choose a tag to compare

What's new:

  • Improved docs on parent capturing

v0.5.6

08 May 19:35

Choose a tag to compare

What's new:

  • Improved docs