Releases: rboonzaijer/php-array-to-xml
Releases · rboonzaijer/php-array-to-xml
2.0.5
What's Changed
- Create dependabot.yml by @rboonzaijer in #19
- Bump actions/checkout from 3 to 4 by @dependabot in #20
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #21
- Update tests.yml by @rboonzaijer in #22
- Update dependabot.yml by @rboonzaijer in #23
- php8.4 by @rboonzaijer in #24
New Contributors
- @dependabot made their first contribution in #20
Full Changelog: 2.0.4...2.0.5
2.0.4
What's Changed
- feat: add support for php 8.2 by @rboonzaijer in #16
- feat: add support for php 8.3 by @rboonzaijer in #17
- improved local test methods by @rboonzaijer in #18
Full Changelog: 2.0.3...2.0.4
2.0.3
- update packagist link behind badge of php versions
2.0.2
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
2.0.1
- put all coverages into one artifact file with the datetime in the filename
- run the test every week
2.0.0
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
- Improved code quality
1.1.0
1.0.0
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)