Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 310 Bytes

CHANGELOG.md

File metadata and controls

13 lines (9 loc) · 310 Bytes

Changelog

2.1.2

  • Resolve Cyclic Dependencies

2.1.1

  • Remove any type and use unknown wherever possible
  • Improve withObject and fromObject type signatures

2.1.0

  • Add aNull parser, allowing to parse null
  • Add or parser, allowing to combine multiple parsers and build union types