Skip to content

Releases: pyncz/zod-key-mapper

v1.0.1

04 Apr 13:44
Compare
Choose a tag to compare

1.0.1 (2023-04-04)

Bug Fixes

v1.0.0

04 Apr 13:37
Compare
Choose a tag to compare

1.0.0 (2023-04-04)

Bug Fixes

  • Add type check and runtime exception if newKey is an empty string (4ea3bde)
  • Don't keep replaced keys (49a1cfd)
  • Don't unite output types if keysMap has multiple entries (1c8e97c)
  • Override an existing key if a new one is mapped into it (2f80c43)

Features

  • Add first implementation (ab67570)
  • Upgrade API to pass map object instead of just keys as args (d58c4c7)