Skip to content

Releases: rboonzaijer/php-array-to-xml

2.0.5

19 Jan 19:04
8f3c6a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.4...2.0.5

2.0.4

16 Jan 08:02
c50a167
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

2.0.3

11 Jun 20:56
Compare
Choose a tag to compare
  • update packagist link behind badge of php versions

2.0.2

11 Jun 20:47
fb10493
Compare
Choose a tag to compare

2.0.2

  • move phpunit configuration files to clean up the root directory
  • disable html coverage to save space, but gather the text output in the artifact

2.0.1

11 Jun 19:45
5df13fb
Compare
Choose a tag to compare

2.0.1

  • put all coverages into one artifact file with the datetime in the filename
  • run the test every week

2.0.0

11 Jun 17:39
Compare
Choose a tag to compare

2.0.0

  • BREAKING CHANGE: Moving the repository / Updated the classname from 'RefactorStudio' to 'RBoonzaijer'
  • support for php 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1
  • get rid of external tools (travis-ci / scrutenizer)
  • automated testing with Github Actions (coverage reports are saved as artifacts)

1.1.1

21 Apr 14:05
Compare
Choose a tag to compare
  • Improved code quality

1.1.0

15 Apr 18:01
0fc5efe
Compare
Choose a tag to compare
  • Fixes #1
  • Added: Set your own custom boolean values
  • Added: Set your own custom null value

1.0.0

15 Apr 15:12
Compare
Choose a tag to compare

Initial Release (PHP array to xml string)

  • Feature: Set the output format (prettify)
  • Feature: Set a custom root name
  • Feature: Set a custom tag name (only for numeric keys in the array)
  • Feature: Set the xml version
  • Feature: Set the xml encoding
  • Feature: Set a tag separator (only for numeric keys in the array)
  • Feature: Transform tag names (uppercase/lowercase)
  • Feature: Numeric tag suffix (to append the key number to the tag, with an optional separator)