Releases: nobrainr/morphism
Releases · nobrainr/morphism
v2.0.0@next
2.0.0 (2019-07-27)
Bug Fixes
chore
BREAKING CHANGES
- Trigger beaking change to publish a v2@next tag of morphism
v1.12.0
1.12.0 (2019-05-25)
Features
- ES6Class: allow to turn off auto-mapping of class fields (4151fa2)
v1.11.1
1.11.1 (2019-05-11)
Bug Fixes
- documentation: update dead links, jsdoc examples, and picture links (9e63fe0)
v1.11.0
1.11.0 (2019-05-10)
Features
- Switch global Library to Morphism instead of morphism (305bf24)
v1.10.2
1.10.2 (2019-05-10)
Bug Fixes
- Correctly infer the target type when the input is an array (d25fab1)
v1.10.1
1.10.1 (2019-04-08)
Bug Fixes
- wrong order of types in createSchema (5ad0f3f)
v1.10.0
1.10.0 (2019-03-23)
Bug Fixes
- circular source type. improve typings (83f1357)
Features
- add Symbol for SchemaOptions (0f214b1)
- allow to fallback on a default value (ffef033)
- strip undefined values when option is provided (1357cb0)
v1.9.2
1.9.2 (2019-03-21)
Bug Fixes
- morphism on undefined source should return undefined, not a mapper (8d7569a)
- throw exception when type is falsy in morphism(schema, items, type) (26476ee)
v1.9.1
1.9.1 (2019-03-18)
Bug Fixes
- update types path in package.json (3e65438)
v1.9.0
1.9.0 (2019-03-18)
Bug Fixes
- filter ActionSelector on expected props (ae36f9d)
- fix register types (5c4489e)
- remove partial from data type in mapper (9539dad)
- signature when items are null with type to get a mapper (44b8ca2)
- type aggregator helper (fa4495f)
- typescript screaming when using ActionAggregator (6f4f7b0)
- wrong return type when using Morphism.map(type) (fb13c4e)
Features
- add MorphismTree created from a schema (4046edf)
- add Schema Parser. Seed Morphism Schema Tree recursively (a444fb6)
- compute action ahead when node are added to the tree. (2b71e0f)