Skip to content

Releases: x2js/x2js

3.4.4

24 Oct 11:54
Compare
Choose a tag to compare

3.4.4 (2022-10-24)

Chores
  • deps:
    • bump ajv and eslint (17a7a6a8)
    • bump minimist from 1.2.5 to 1.2.7 (af9d3447)
    • bump @xmldom/xmldom from 0.7.4 to 0.8.3 (85818b30)
    • bump follow-redirects from 1.13.3 to 1.14.8 (ef1bfcb9)
  • deps-dev: bump karma from 6.2.0 to 6.3.16 (ebfa25e7)

3.4.3

14 Jan 10:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.2...3.4.3

3.4.2

20 Dec 14:58
45bdaab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.1...3.4.2

3.2.3

06 Nov 14:26
Compare
Choose a tag to compare
v3.2.3

chore(release): v3.2.3

Fixed typings

24 Apr 06:08
Compare
Choose a tag to compare

An issue was reported that typings do not allow the quick start sample code to be used in TypeScript. The fix should correct this and enable the module to be imported as is written in the readme without compiler errors.

3.1.0

05 Dec 12:49
Compare
Choose a tag to compare

Including community contributed typings and a fix for js2xml conversion of the numeric value zero.

3.0.1 - bugfix of "keep cdata" configuration option

04 Oct 12:31
Compare
Choose a tag to compare

There was a typo in the code, leading to the configuration option not having the correct effect. This is now fixed.

v3.0.0

19 Sep 12:49
Compare
Choose a tag to compare
  • Various minor bugfixes and contributions
  • Major version number bump as CData handling changed - X2JS now converts elements with only cdata to plain text nodes, reducing code complexity when dealing with the simple case of non-mixed content in a node; keepCData in configuration (defaults to false) can be used to toggle back to old behavior

v2.0.1 - merge pull requests, development environment improvements

18 Apr 10:55
Compare
Choose a tag to compare

Cleaning up loose ends and merging pull requests with minor fixes. Nothing major that changed how things work.

v2.0.0 - Major refactoring

03 Nov 09:27
Compare
Choose a tag to compare

Bugs squashed, code quality improved, automated tests added.