Skip to content

Releases: grasmash/yaml-cli

3.2.1

29 Apr 16:52
09a8860
Compare
Choose a tag to compare

What's Changed

  • Update tests to run Symfony 7, and update function signatures to match Symfony's requirements. by @greg-1-anderson in #25

New Contributors

Full Changelog: 3.2.0...3.2.1

3.2.0

17 Apr 16:25
a5af7c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

09 May 20:23
00f3fd7
Compare
Choose a tag to compare
  • Added --type option to get:value command
  • Added get:type command

Full Changelog: 3.0.1...3.1.0

3.0.1

09 May 19:57
8a0ea0d
Compare
Choose a tag to compare

3.0.0 was released at the wrong commit hash in error. This is the intended commit.

3.0.0

27 Apr 19:07
4d9c4d9
Compare
Choose a tag to compare

Added support for PHP 8.0 and 8.1. Removed support for PHP 7.x.

2.0.2

24 Feb 04:04
4d9c4d9
Compare
Choose a tag to compare

Fixes #16: Adding DIR to require.

2.0.1

02 Mar 19:01
51d8ecf
Compare
Choose a tag to compare
  • Correctly return exit code. #13

2.0.0

24 Feb 19:37
Compare
Choose a tag to compare
  • Updated Symfony version constraints from ^2.8.11|^3.2 to ^4|^5.
  • Added highest/lowest testing to test both Symfony 4 and 5.

1.0.4

17 Aug 00:18
2db877e
Compare
Choose a tag to compare

The update:value command will now cast the strings 'true' and 'false' to booleans.