Skip to content

Releases: GromNaN/symfony-config-xml-to-php

0.2.1

07 Dec 21:52
91481f1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

02 Dec 16:07
6d1e6fa

Choose a tag to compare

What's Changed

  • Update GitHub Actions to use latest action versions by @Chris53897 in #28
  • Skip .container.known_envs by @GromNaN in #35
  • Avoid overwriting arguments w/o name or key in the PHP array by @mpdude in #34
  • Run tests with full features and fix expression factory by @GromNaN in #36
  • Use ::class notation for every string that looks like a FQCN by @GromNaN in #37

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

17 Oct 13:40
b31e227

Choose a tag to compare

What's Changed

  • Add proper failure for files with extension config by @stof in #27

Full Changelog: 0.1.0...0.1.1

0.1.0

10 Oct 16:06
5c2db6e

Choose a tag to compare

What's Changed

  • Fail for unsupported argument types by @stof in #1
  • Complete rewrite by @GromNaN in #23
  • Fix command examples to use the script by @mbabker in #25
  • Add convert script to Composer bin section, update convert script to include project autoloader by @mbabker in #24

New Contributors

Full Changelog: https://github.com/GromNaN/symfony-config-xml-to-php/commits/0.1.0

0.0.0

17 Oct 13:38
9d0948f

Choose a tag to compare

0.0.0 Pre-release
Pre-release
Fail for unsupported argument types (#1)

Failing is better than converting them in a broken way.