Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 862 Bytes

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 862 Bytes

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.

[3.3.0]

Added

  • Key required constraints added

[3.2.0]

Added

  • Key constraints support for simple types added

Changed

  • Schema validation by default now disabled

[3.1.1]

Fixed

  • Elements of primitive type will be ignored. Fixed

[3.1.0]

Added

  • Experimental XSD to key value (template) mapper
  • List from XSD model now streamable
  • Fluently API Added

Changed

  • Minor changes to the XSD model API

[3.0.6]

Removed

  • None

Changed

  • Java 11 support replaced by Java 17
  • Java 8 XML Binding replaced by Jakarta XML Binding 4.0

Deprecated

  • None

Added

  • None