1# Change Log 2All notable changes to this project will be documented in this file. 3Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) principles. 4 5## [Unreleased][unreleased] 6 7## [1.2.0] - 2022-12-11 8 9### Changed 10 11- Values can now be set prior to the corresponding schema being registered. 12- `exists()` and `get()` now only trigger validation for the relevant schema, not the entire config at once. 13 14## [1.1.1] - 2021-08-14 15 16### Changed 17 18 - Bumped the minimum version of dflydev/dot-access-data for PHP 8.1 support 19 20## [1.1.0] - 2021-06-19 21 22### Changed 23 24- Bumped the minimum PHP version to 7.4+ 25- Bumped the minimum version of nette/schema to 1.2.0 26 27## [1.0.1] - 2021-05-31 28 29### Fixed 30 31- Fixed the `ConfigurationExceptionInterface` marker interface not extending `Throwable` (#2) 32 33## [1.0.0] - 2021-05-31 34 35Initial release! 36 37[unreleased]: https://github.com/thephpleague/config/compare/v1.2.0...main 38[1.2.0]: https://github.com/thephpleague/config/compare/v1.1.1...v.1.2.0 39[1.1.1]: https://github.com/thephpleague/config/compare/v1.1.0...v1.1.1 40[1.1.0]: https://github.com/thephpleague/config/compare/v1.0.1...v1.1.0 41[1.0.1]: https://github.com/thephpleague/config/compare/v1.0.0...v1.0.1 42[1.0.0]: https://github.com/thephpleague/config/releases/tag/v1.0.0 43