Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.67 KB

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)