Skip to content

Releases: charto/cxml

v0.3.1

15 Mar 09:07
Compare
Choose a tag to compare
  • Detect namespaces in first chunk of input when serializing to XML.
  • Allow serializing unwrapped XML stream chunks.
  • Modifying config used by a parser now throws an error.
  • Allow embedding raw text in XML writer input.
  • Fix VS2017 issues.

v0.3.0

29 Jan 07:44
Compare
Choose a tag to compare

Complete rewrite.

v0.1.1

21 Jan 11:00
Compare
Choose a tag to compare
  • Fix boolean conversion.
  • Update to TypeScript 2.

v0.1.0

03 Mar 11:52
Compare
Choose a tag to compare
  • Parse substitution groups.
  • Add tests and better documentation.

v0.0.5

19 Feb 14:15
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Switch to sax to avoid needing node-gyp.
  • Implement parser following rules output by cxsd.
  • Allow attaching handlers.
  • Return promise resolving to output as nested objects.

v0.0.4

06 Feb 06:46
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Use typings instead of tsd.

v0.0.3

25 Jan 18:23
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Initial release (spun off cxsd).