Releases: nartc/mapper
Releases Β· nartc/mapper
Release 8.6.0
Release 8.5.1
8.5.1 (2022-07-13)
Features
- core: MapCallback is now called with extraArguments (60a1da8)
Bug Fixes
- classes: get type from typeNode in the case type isn't sufficient enough (4ab3549)
- classes: use aliasSymbol and aliasTypeArguments for transformer plugin if they exist (6b0b5ae)
- core: skip nested mapping for array prop if destination identifier is primitive (d2327bc)
Documentations
Release 8.5.0
Release 8.5.0-beta.0
Release 8.4.1
Release 8.4.0
8.4.0 (2022-07-01)
Features
- core: allow shorthand syntax for same identifiers w/ createMap and map (f06bf24)
Bug Fixes
- adjust all peer deps (88650ad)
- core: add check to only run nest map on applicable identifiers in map member (262f86b), closes #480
- core: allow same identifier to be mapped with custom mapping if such mapping is created (73e1224), closes #479
- core: cleanup default serializer options (653cbb7)
- core: rename default serializer to strategy initializer (2a1b4b4)