CHANGELOG.md 3.3 KB

3.4.3 (2022-01-14)

Chores
  • deps: bump engine.io from 4.1.1 to 4.1.2 (10a0d1fb)
Bug Fixes

3.4.2 (2021-09-06)

Chores
  • deps:
    • bump path-parse from 1.0.6 to 1.0.7 (ed25a3dd)
    • bump ws from 7.4.4 to 7.4.6 (909b4582)

3.4.1 (2021-03-18)

Continuous Integration
  • dependencies: Fix npm audit (c6d9739f)
Documentation Changes

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)