json-parser/CHANGELOG.md
Andrea Marco Sartori f3898b834b Update changelog
2023-08-06 17:38:43 +02:00

581 B

Changelog

All notable changes to json-parser will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

NEXT - YYYY-MM-DD

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.1.0 - 2023-08-06

Added

  • Ability to wrap Parser instances recursively when lazy loading
  • Support for turning Parser wrappers into array
  • Support for turning sub-trees using wildcards into array

1.0.0 - 2023-06-16

Added

  • First release of JSON Parser