XMLCoder v0.13.0 Release Notes
Release Date: 2021-08-06 // over 3 years ago-
๐ This release adds two new features and a bugfix.
Namely:
- ๐
removeWhitespaceElements
boolean flag onXMLDecoder
allows removing elements that have purely whitespace content. convertFromUppercase
case onKeyDecodingStrategy
allows convertingALL_CAPS_SNAKE_CASE
tocamelCase
.- ๐ an edge case in intrinsic key value decoding has been fixed.
Many thanks to @huwr, @kneekey23, and @wooj2 for their contributions!
Closed issues:
๐ Merged pull requests:
- ๐