0.6.0
An improvement release that introduces convertFromKebabCase
and convertToKebabCase
key decoding strategies. There were a few changes that aren't visible to end-users: the way that keys and values are stored internally has changed and a few more tests added. Thanks to Andrés Cecilia Luque and Vincent Esche for the contributions!
Merged pull requests
- Add support for kebab-case KeyDecodingStrategy #105 (acecilia)
- Replace UnkeyedBox with Array, refine KeyedStorage #102 (MaxDesiatov)
- Add tests for nested keyed/unkeyed collections #38 (regexident)