XMLCoder v0.6.0 Release Notes
Release Date: 2019-06-17 // almost 2 years ago-
🚀 An improvement release that introduces
convertFromKebabCase
andconvertToKebabCase
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)