Skip to content

Latest commit

 

History

History
90 lines (47 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

90 lines (47 loc) · 3.73 KB

1.9.1 (2020-05-20)

Bug Fixes
  • correctly detect symbols in IE (fa8bc14e)

1.9.0 (2020-05-06)

New Features
  • allow to use pre-condition and condition on auto mapping pairs (46e9d886)

1.8.0 (2020-03-30)

New Features
  • allow to use .auto() when non nullable types matches (strict null checking) (8d77c342)

1.7.0 (2019-11-14)

New Features
  • member configuration chaining (opt => opt.auto().addTransform(d => d + '!').nullSubstitute(false)) (6ee55fdf)

1.6.2 (2019-11-09)

Bug Fixes
  • allow auto mapping for optional or nullish destination members rather than optional or nullish source members (f09ec5c2)

1.6.1 (2019-10-22)

Bug Fixes
  • properties of array type with custom mapping are now mapped correctly (64f3be7f)

1.6.0 (2019-10-19)

New Features
  • mapped properties that resolves to nil are now mapped to null instead of undefined by default (57ae23d3)

1.5.0 (2019-10-19)

New Features
  • nullSubstitute value factory (10ef8124)
  • option to set all member configuration in strict map mapper (b8f45a20)
  • allow nullSubstitute to null (386d08f6)

1.4.1 (2019-10-01)

Bug Fixes
  • inherit mapFromUsing mapping pair (9d581f96)

1.4.0 (2019-10-01)

New Features
Bug Fixes
  • skip auto mapping when custom resolver is configured (fadc397c)

1.3.1 (2019-09-20)

Bug Fixes
  • method properties should not be required in member configuration (bd8063eb)

1.3.0 (2019-09-20)

New Features
Bug Fixes
  • don't allow duplications in inherited type maps (d6951f5b)
  • type safety in auto map member configuration (7f5d7319)

1.1.0 (2019-09-18)

New Features
  • option to create a strict map requiring property mapping for each destination member (20d3ab73)