Skip to content

Releases: envimate/mapmate

url encoding mapping support

05 Aug 09:44

Choose a tag to compare

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

26 Jul 16:49

Choose a tag to compare

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

  • #6
  • #4
  • Build with and against JDK 11
  • Updated dependencies

Usability improvements

24 Jun 16:00

Choose a tag to compare

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

18 Jun 17:35

Choose a tag to compare

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

12 Jun 13:09
9b6ce53

Choose a tag to compare

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.