Skip to content

Releases: shun-shobon/littlexml

v0.6.2

19 Dec 01:57
89f5c3e
Compare
Choose a tag to compare

0.6.2 (2023-12-19)

Bug Fixes

  • Exclude component name in release tag (854898d)

littlexml: v0.6.1

19 Dec 01:45
81d2789
Compare
Choose a tag to compare

0.6.1 (2023-12-19)

Bug Fixes

  • Exclude component name in release tag (4dccacf)

littlexml: v0.6.0

19 Dec 01:39
4980501
Compare
Choose a tag to compare

0.6.0 (2023-12-19)

⚠ BREAKING CHANGES

  • Migrate to bun
  • element.ts: remove getters from Element class
  • Strictify re-exporting

Features

  • Add indent (478ea04)
  • Add xml builder (fd90598)
  • element.ts: allow adding multiple children to an element at once (e8a0dc3)
  • element.ts: remove getters from Element class (5667afd)
  • Initial commit (f08eb31)
  • Migrate to bun (58ea2d8)
  • render.ts: add renderToIterator function to render XML to an iterable iterator of strings (31c6f8f)
  • render.ts: add renderToStream function to render an XML element to a ReadableStream (e92bbcf)
  • render.ts: add support for encoding option (5697fea)
  • Strictify re-exporting (a24efee)

Bug Fixes

  • element.ts: fix infinite recursion in attributes getter by returning private field #attributes instead of the getter function itself (b483e75)
  • Fix npm build script (d6dbd33)
  • Fix publish ci (d744aac)
  • scripts: add compilerOptions.lib to build_npm.ts script for support of browser (b1c959b)

v0.5.0

17 Mar 13:57
3a70bc3
Compare
Choose a tag to compare

0.5.0 (2023-03-17)

⚠ BREAKING CHANGES

  • element.ts: remove getters from Element class

Features

  • element.ts: remove getters from Element class (5667afd)
  • render.ts: add support for encoding option (5697fea)

v0.4.1

17 Mar 13:05
be64182
Compare
Choose a tag to compare

0.4.1 (2023-03-17)

Bug Fixes

  • scripts: add compilerOptions.lib to build_npm.ts script for support of browser (b1c959b)

v0.4.0

17 Mar 10:13
91d6647
Compare
Choose a tag to compare

0.4.0 (2023-03-17)

Features

  • render.ts: add renderToIterator function to render XML to an iterable iterator of strings (31c6f8f)
  • render.ts: add renderToStream function to render an XML element to a ReadableStream (e92bbcf)

v0.3.0

17 Mar 08:39
7cee48d
Compare
Choose a tag to compare

0.3.0 (2023-03-17)

Features

  • element.ts: allow adding multiple children to an element at once (e8a0dc3)

Bug Fixes

  • element.ts: fix infinite recursion in attributes getter by returning private field #attributes instead of the getter function itself (b483e75)

v0.2.0

16 Mar 16:50
b2ea159
Compare
Choose a tag to compare

0.2.0 (2023-03-16)

⚠ BREAKING CHANGES

  • Strictify re-exporting

Features

v0.1.2

16 Mar 16:23
5d99735
Compare
Choose a tag to compare

0.1.2 (2023-03-16)

Bug Fixes

v0.1.1

16 Mar 16:17
0cf8c57
Compare
Choose a tag to compare

0.1.1 (2023-03-16)

Bug Fixes