Skip to content

Releases: elmish-ts/tagged-union

v2.0.2

Choose a tag to compare

@derrickbeining derrickbeining released this 08 Dec 23:57

2.0.2 (2019-12-08)

Bug Fixes

  • fix implementation of isCaseHandler (538dade)

v2.0.1

Choose a tag to compare

@derrickbeining derrickbeining released this 24 Oct 19:45

2.0.1 (2019-10-24)

Bug Fixes

  • deps: add typelevel-ts to package.dependecies instead of devDependencies (c9c33fd), closes #17

v2.0.0

Choose a tag to compare

@derrickbeining derrickbeining released this 20 Oct 22:06

2.0.0 (2019-10-20)

improvement

  • core: make Value in Def<Tag, Value> be a tuple (8bd713d)

BREAKING CHANGES

  • core: Value in Def<Tag, Value must now be a tuple type. def is now variadic to
    take however many values are in the Value tuple. The number of arguments a pattern matching
    expression receives now depending on how many values are in that variant's Value tuple.

v1.0.3

Choose a tag to compare

@derrickbeining derrickbeining released this 20 Oct 17:56

1.0.3 (2019-10-20)

Bug Fixes

  • build/docs: last release didn't deploy docs/coverage, so try again (29da39a)

v1.0.2

Choose a tag to compare

@derrickbeining derrickbeining released this 20 Oct 08:31

1.0.2 (2019-10-20)

Bug Fixes

  • test against TS v3.5.1 and improve typings (1610541)

v1.0.1

Choose a tag to compare

@derrickbeining derrickbeining released this 20 Oct 05:12

1.0.1 (2019-10-20)

Bug Fixes

  • types: improve types to fix some bad type inference (e31af04)

v1.0.0

Choose a tag to compare

@derrickbeining derrickbeining released this 19 Oct 00:48

1.0.0 (2019-10-19)

Features

  • core: update readme and force first release (c11d2ef)