mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-16 20:48:15 +01:00
581 B
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