Skip to content

Releases: Mike96Angelo/variant-match

v2.0.4

25 Feb 16:49
Compare
Choose a tag to compare

Full Changelog: v2.0.3...v2.0.4

  • Better types; match infers its return as the union of all the branches returns.

v2.0.3

25 Feb 14:18
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

  • Fixes Optional filter types.
  • Adds documentation for filter.

v2.0.2

25 Feb 05:14
b27929c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

25 Feb 04:30
a817e5a
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

  • Fixes npm package

v2.0.0

25 Feb 04:27
5ae9dfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

  • Add a VariantTypeClass for deriving other variant types (sum types).
  • Include Optional and Result variant type classes with helpful methods for operating on the variants.

v1.2.0

27 Jan 07:46
Compare
Choose a tag to compare

Full Changelog: v1.1.5...v1.2.0

  • Adds variant operators for Optional and Result variants.
  • Add documentation for library.

v1.1.5

10 Jan 14:22
Compare
Choose a tag to compare

Full Changelog: v1.1.4...v1.1.5

  • Update not a variant error message

v1.1.4

10 Jan 13:21
Compare
Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4

  • Added missing LICENSE file
  • Updated README

v1.1.3

10 Jan 12:59
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.1.3

  • Adds LICENSE to package

v1.1.2

10 Jan 07:57
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

  • Fix Package README.md