# Changelog
All notable changes to `json-parser` will be documented in this file.
Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
## NEXT - YYYY-MM-DD
### Added
- Nothing
### Deprecated
- Nothing
### Fixed
- Nothing
### Removed
- Nothing
### Security
- Nothing
## 1.1.1 - 2025-01-17
### Added
- Support for PHP 8.4
## 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