Skip to content

Optionally prevent duplicate keys

Compare
Choose a tag to compare
@hildjj hildjj released this 09 Nov 17:47
· 74 commits to main since this release
0b4f6e3

New feature:

  • On decode, specify preventDuplicateKeys: true in the options to have the decoder throw an error if there are duplicate keys in a CBOR map. (See #161, thanks to @KubqoA)

Bug fixes:

  • Make react-native-cli work (See #162)
  • Update all dependencies