Releases: grasmash/yaml-expander
Releases · grasmash/yaml-expander
3.0.3
What's Changed
- #27: Allow 7.x release of symfony/yaml. by @vishalkhode1 in #28
New Contributors
- @vishalkhode1 made their first contribution in #28
Full Changelog: 3.0.2...3.0.3
3.0.2
- Switch to GitHub Actions
- Allow grasmash/expander 3.x
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- Update dflydev/dot-access-data to 3.x by @joelpittet in #24
- Fixes #25 to allow grasmash/expander ^2. by @mikemadison13 in #26
New Contributors
- @joelpittet made their first contribution in #24
- @mikemadison13 made their first contribution in #26
Full Changelog: 3.0.0...3.0.1
3.0.0
2.0.0
The 2.x is much lighter weight and relies on grasmash/expander for most expansion logic.
- This library is now a simple yaml-specific wrapper around grasmash/expander.
- It is backwards in compatible due to class renaming.
- Support for PHP 5.4 and 5.5 has been dropped.