Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 2.21 KB

Changelog

All notable changes to this project will be documented in this file.

Download at Maven Search

  • TODO

0.9.4 (2024-06-11)

Download at Maven Search

Changed

  • To simplify accessing elements inside JSON arrays their unified name is now "element" instead of "n0", "n1", "n2", ...

Fixed

  • Make the Jakarta JSON Processing dependency optional

0.9.3 (2024-03-20)

Download at Maven Search

Fixed

  • StackOverflowError

0.9.2 (2024-03-20)

Download at Maven Search

Added

  • Jakarta JSON Processing implementation of JsonDomValue

Changed

  • The DOM structure to be more intuitive
  • Constructor parameter of de.larssh.json.dom.JsonDomNamedNodeMap from Map to List

0.9.1 (2019-05-06)

Download at Maven Search

Added

  • JSON Processing (aka JSR-374) implementation of JsonDomValue

Changed

  • Moved JsonDomValue into its own package
  • Updated signature of JsonDomValue.getChildren()

0.9.0 (2018-12-13)

Download at Maven Search

  • Initial release