Releases: envimate/mapmate
url encoding mapping support
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.6.22 - 2019-08-05
- application/x-www-form-urlencoded support
- Updated dependencies
Bug Fixes and JDK 11
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.6.21 - 2019-07-26
Usability improvements
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.6.20 - 2019-06-24
- Classname based deserialization method detection for SOs Envimate Opensource
- Reorganized and improved documentation.
- Introduce anti corruption layer between the new builder and the legacy core
- Add method to map one exception into multiple validation errors
- Cleanup interfaces for CustomPrimitive De/Serialization
Improvements to builder and documentation
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.6.19 - 2019-06-18
- New builder methods for adding custom primitives and serialized objects directly, without class scanning.
- Reorganized and improved documentation.
- Support for all primitive data types in JSON
- New Serialized Object and Custom Primitive detection strategies
- Improve Validation Exception to Validation Error mapping
- New Feature: Injector factories
- No serializing of null fields in Jackson Recipe
New Builder
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.6.18 - 2019-06-10
- New Builder for convenience.
- Update dependencies.