Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.13 KB

CHANGELOG.MD

File metadata and controls

41 lines (26 loc) · 1.13 KB

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.

[Unreleased]

Changed

  • Add support of multiple packages in global.value.transformer.search.namespace configuration property using ; separator, e.g. a.b.c;x.y.z.
  • Update reflections library version to 0.9.12

[3.0.0] - 2021-01-07

Changed

[2.0.0] - 2017-08-04

Added

  • Changelog
  • Contribution guide

Changed

  • Updated to Java 8
  • Updated Spring version to 4.3.8.RELEASE
  • Postgresql JDBC driver updated to version 42.1.1
  • Project license changed to MIT.

Removed

  • Java 7 support