Releases: nobrainr/morphism
Releases · nobrainr/morphism
v1.8.5
1.8.5 (2019-02-11)
Bug Fixes
- update dev dependencies and remove no more used webpack dashboard (640c8eb)
v1.8.4
1.8.4 (2019-01-20)
Bug Fixes
- update package.json keywords (d845398)
v1.8.3
1.8.3 (2019-01-20)
Bug Fixes
- update package.json description (3c635a3)
v1.8.2
1.8.2 (2019-01-16)
Bug Fixes
- allow partial completion for currying function (6076c89)
v1.8.1
1.8.1 (2019-01-16)
Bug Fixes
v1.8.0
1.8.0 (2019-01-11)
Features
- Add support for inferred destination types (3b3e5b8)
- infer morphism dataSource type from Schema generics (c29848f)
v1.7.0
1.7.0 (2019-01-10)
Bug Fixes
- downgrade typedoc versionn (d3e9f63)
- export Mapper interface allowing to export mapper functions (9b818e6)
- fix schema inferring type T for jsObject (8dc2435)
Features
- allow to pass source type as second generic param in schema (f9d9302)
v1.6.1
1.6.1 (2018-10-04)
Bug Fixes
v1.6.0
1.6.0 (2018-10-04)
Features
- Add toJSObject, toClassObject, and morph function decorators 🎉 (a2369a9)
v1.5.0
1.5.0 (2018-09-25)
Features
- Schema: Schema is now a generic type. Allow to strengthen the link between the Schema and the Target Type (0d12bd9)
- Add StrictSchema Type to enforce schema keys based on Target Type (5a79120)