Skip to content

Releases: grasmash/yaml-expander

3.0.3

05 May 19:19
6b35ac5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

10 May 13:32
Compare
Choose a tag to compare
  • Switch to GitHub Actions
  • Allow grasmash/expander 3.x

Full Changelog: 3.0.1...3.0.2

3.0.1

05 May 14:34
bc3c033
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

24 Feb 20:13
428e50b
Compare
Choose a tag to compare
  • Changing Symfony requirement to ^4 | ^5
  • Updating PHPUnit dev requirement to ^8.2
  • Removing testing for PHP 7.0 and 7.1.

2.0.0

17 Aug 02:02
6ab3120
Compare
Choose a tag to compare

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.

1.4.0

16 Dec 16:07
3f0f600
Compare
Choose a tag to compare

Adding support for environmental variables in the form of ${env.test}.

1.3.0

11 Dec 17:59
3f45a3e
Compare
Choose a tag to compare

Adds support for Symfony 4.

1.2.0

26 Sep 17:01
Compare
Choose a tag to compare

This release adds support for expanding placeholders that reference arrays.