Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 713 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
30 lines (19 loc) · 713 Bytes

Changelog

All Notable changes to array-to-xml will be documented in this file

2.2.1 - 2016-12-08

  • fixed an error when there is a special character to the value set in _value

2.2.0 - 2016-06-04

  • added toDom method

2.1.1 - 2016-02-23

  • Fixed typo in the name of the addSequentialNode-function

2.1.0 - 2015-10-08

  • Add ability to use attributes

2.0.0 - 2015-10-08

  • Add support to collection arrays and dynamically XML convertion when keys are numeric

1.0.3 - 2015-10-03

  • handle values with special characters

1.0.1 - 2015-03-18

  • use DOMDocument for better validation
  • added an option to opt out of the automatic space replacement

1.0.0 - 2015-03-17

  • initial release