3.0.1 (2020-03-08)
- metadata: retrieve type lazily at generation time (f5e0484)
3.0.0 (2020-03-08)
- reflect: use globalThis to locate Reflect API globally (65d5b13)
- deps: io-ts now is v2 and it requires fp-ts v2 as a peer dependency. No public API changes.
2.1.2 (2019-12-15)
2.1.1 (2019-11-20)
2.1.0 (2019-02-27)
- libs: update dependencies and fix deprecations (33661d3)
2.0.2 (2019-02-07)
2.0.1 (2019-02-05)
- generator: apply not-required modifiers on custom types (0b4ea8b)
2.0.0 (2019-01-27)
- types: properly pass arguments in anyOf factory (57e45ce)
- io-ts: make io-ts as a peerDependency (cc312b2)
- io-ts: Secondary entrypoint
/io-ts
has been removed. Now it's a peerDependency that consumer has to install.
1.1.1 (2019-01-24)
- api: make runtime types public (dadca0e)
1.1.0 (2019-01-24)
- types: use type factories instead of classes (cfc93ec)
- decorator: add type factory to
@Property
configuration (aab5c01) - decorator: capture extra metadata in @Property (0e11243)
- decorator: capture extra metadata in @Property (cc89811)
- metadata: allow to pass extra options via decorator (268ce10)
- metadata: allow to pass extra options via decorator (41a3522)
- metadata: merge config from @Property decorator (80bccf2)
1.0.1 (2019-01-23)
- utils: isObject - verify object is not an array (ae909ca)