Skip to content

Releases: nartc/mapper

Release 8.3.4

04 May 02:39
Compare
Choose a tag to compare

8.3.4 (2022-05-04)

Bug Fixes

  • core: treat property that is typed-converted as-is because they cannot go through normal mapping pipeline (819485f)

Documentations

Release 8.3.3

13 Apr 16:42
Compare
Choose a tag to compare

8.3.3 (2022-04-13)

Bug Fixes

  • core: condition and substitutions should respect automap nature of a property (1ab671d), closes #461
  • core: map as-is for same identifiers (270cb53), closes #460

Release 8.3.2

11 Apr 16:14
Compare
Choose a tag to compare

8.3.2 (2022-04-11)

Bug Fixes

  • core: update applyMetadata to ensure selfReference properties are handled (109b5f0)

Release 8.3.1

11 Apr 15:30
Compare
Choose a tag to compare

8.3.1 (2022-04-11)

Bug Fixes

  • classes: adjust packageJson exports to include secondary entry points (a82c0c3)

Release 8.3.0

11 Apr 12:58
Compare
Choose a tag to compare

8.3.0 (2022-04-11)

Features

  • core: applyMetadata now needs to know whether it's applying to a model as Source or as Destination (70d267a)

Bug Fixes

  • core: not clearing metadataMap on dispose (f2ae39c)

Release 8.2.4

10 Apr 22:22
Compare
Choose a tag to compare

8.2.4 (2022-04-10)

Bug Fixes

  • core: add custom node inspect to log meaningful message for Mapper (empty object as Proxy) (de9725a)

Release 8.2.3

07 Apr 17:58
Compare
Choose a tag to compare

8.2.3 (2022-04-07)

Bug Fixes

  • classes: use class constructor's name instead of constructor function (#452) (8b413f9)
  • core: remove constraint on postMap (remove seal on destination) (2c38340), closes #450

Release 8.2.2

07 Apr 04:43
Compare
Choose a tag to compare

8.2.2 (2022-04-07)

Bug Fixes

  • mikro: adjust serializeEntity to return the object with id for uninitialized reference (62f5c0f)

Release 8.2.1

07 Apr 04:15
Compare
Choose a tag to compare

8.2.1 (2022-04-07)

Bug Fixes

  • core: adjust getFlatteningPaths to flatten more as needed (b8734ec)

Release 8.2.0

07 Apr 03:47
Compare
Choose a tag to compare

8.2.0 (2022-04-07)

Features

  • core: allow preMap and postMap to also be called with the Mapping (1e0fa62)

Bug Fixes

  • mikro: ensure serializeEntity follows the metadata object to accommodate depth of serialization (54cd373)