Skip to content

Latest commit

 

History

History
executable file
·
55 lines (37 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

executable file
·
55 lines (37 loc) · 1.31 KB

Changelog

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

2.7.1 - 2018-02-02

  • fix setting attributes

2.7.0 - 2017-09-07

  • allow wrapping data in a CDATA section

2.6.1- 2017-08-29

  • add fix for multiple empty/self-closing child elements

2.6.0 - 2017-08-25

  • add support for naming a root element and adding properties to it

2.5.2 - 2017-08-03

  • avoid pulling in the snapshot package on install

2.5.1 - 2017-05-30

  • PHP 7 is now required

2.5.0 - 2017-05-22

  • allow encoding and version to be set

2.4.0 - 2017-02-18

  • attributes and value can be set in SimpleXMLElement style

2.3.0 - 2017-02-18

  • attributes and value can be set in SimpleXMLElement style

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