Added:
- XML Representation (XMLElement, XMLTextNode)
- XML Parser (w3c wrapper) & Dumper
- onlyIf fluent api helper
Removed:
- AbstractMapper (has been replaced by Mapper several versions ago)
Fixed:
- Support for internal/custom implementations of List, Set and Map (like Arrays.asList(...), etc.)
- Fixed NPE when there is no field given in the mapper context
Notes:
- This release is BREAKING for users still using the deprecated AbstractMapper api
- Dependency major/minor versions have been upgraded, check for compatibility with your software