Skip to content

Latest commit

 

History

History
95 lines (51 loc) · 4.41 KB

CHANGELOG.md

File metadata and controls

95 lines (51 loc) · 4.41 KB

3.0.0 (2020-12-02)

chore

BREAKING CHANGES

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

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)

2.3.0 (2020-04-18)

Features

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

2.2.2 (2019-12-28)

Bug Fixes

  • package: fix potential security vulnerabilities (dcf269b)

2.2.1 (2019-06-13)

Bug Fixes

  • package: fix security alerts (5e363b5)

2.2.0 (2019-04-10)

Features

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

2.1.2 (2019-03-29)

Bug Fixes

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

2.1.1 (2019-03-03)

Bug Fixes

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)