Skip to content

Releases: bigslycat/typed-contracts

v3.0.0

02 Dec 21:12
Compare
Choose a tag to compare

3.0.0 (2020-12-02)

chore

BREAKING CHANGES

  • release: Now you have to take care of the polyfills yourself.

v2.4.0

02 Dec 20:58
Compare
Choose a tag to compare

2.4.0 (2020-12-02)

Bug Fixes

  • package: fix potential security vulnerabilities (6a84829)
  • package: fix potential security vulnerabilities (db56cde)

Features

  • add intersection contract (0330e84)

v2.3.0

18 Apr 18:05
Compare
Choose a tag to compare

2.3.0 (2020-04-18)

Features

  • types: merge pull request #87 from sergeysova/patch-2 (1bd16ab)

v2.2.2

28 Dec 07:13
Compare
Choose a tag to compare

2.2.2 (2019-12-28)

Bug Fixes

  • package: fix potential security vulnerabilities (dcf269b)

v2.2.1

13 Jun 15:21
Compare
Choose a tag to compare

2.2.1 (2019-06-13)

Bug Fixes

  • package: fix security alerts (5e363b5)

v2.2.0

10 Apr 22:39
Compare
Choose a tag to compare

2.2.0 (2019-04-10)

Features

  • Contract: add mapResult method (ebf95ed)
  • Contract: add match method (e24ebc5)

v2.1.2

29 Mar 19:33
Compare
Choose a tag to compare

2.1.2 (2019-03-29)

Bug Fixes

  • build: fix babel config for esm build (50c1f58)
  • ValidationError: fix flow error (e17ac7c)

v2.1.1

03 Mar 01:02
Compare
Choose a tag to compare

2.1.1 (2019-03-03)

Bug Fixes

v2.1.0

03 Mar 00:50
Compare
Choose a tag to compare

2.1.0 (2019-03-03)

Bug Fixes

Features

  • array: add TS support (9f30e1f)
  • ArrayValidationError: add TS support (d63907b)
  • boolean: add TS support (ca88442)
  • Contract: add TS support (fbae578)
  • literal: add TS support (5df197a)
  • nul: add TS support (4f49725)
  • number: add TS support (7b684a8)
  • object: add TS support (1e395ff)
  • objectOf: add TS support (3e54073)
  • ObjectValidationError: add TS support (4353655)
  • shape: add TS support (dc23fd6)
  • string: add TS support (b1e0280)
  • undef: add TS support (30afbc9)
  • union: add TS support (e814326)
  • UnionError: add TS support (bcc946a)
  • ValidationError: add TS support (028af2b)

2.0.0

17 Dec 08:37
dc34f9f
Compare
Choose a tag to compare

Breaking changes