Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 2.3 KB

3.4.0 (2019-11-26)

New Features
  • keepTextConfig: Add config to always generate text node with __text. (88a3a2e7)
Bug Fixes
  • parseXml: #74 Fix old IE compatibility check (a96daa14)

3.3.1 (2019-07-15)

Bug Fixes
  • parseXml: #74 Fix old IE compatibility check (a96daa14)

3.2.6 (2019-01-24)

3.2.5 (2019-01-23)

New Features

3.2.3 (2018-11-06)

Continuous Integration
Bug Fixes
  • json2XML: deal with falsey __text values with attributes (bd3997b4)
  • xml2js: Attributes were lost when keepCData property was true #73 (c046e355)

3.2.2 (2018-05-17)

Bug Fixes
  • xml2js: Attributes were lost when keepCData property was true #73 (c046e35)

3.2.0 (2018-03-15)

Features
  • Add parameter to convert dates to UTC instead of ISO (JS -> XML)
  • Add parameter to filter out elements based upon a function (JS -> XML)
  • Add parameter to convert elements before insertion (JS -> XML)