Skip to content

Latest commit

 

History

History
118 lines (62 loc) · 5.74 KB

CHANGELOG.md

File metadata and controls

118 lines (62 loc) · 5.74 KB

Changelog

0.6.2 (2023-12-19)

Bug Fixes

  • Exclude component name in release tag (854898d)

0.6.1 (2023-12-19)

Bug Fixes

  • Exclude component name in release tag (4dccacf)

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)

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)

0.4.1 (2023-03-17)

Bug Fixes

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

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)

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)

0.2.0 (2023-03-16)

⚠ BREAKING CHANGES

  • Strictify re-exporting

Features

0.1.2 (2023-03-16)

Bug Fixes

0.1.1 (2023-03-16)

Bug Fixes

0.1.0 (2023-03-16)

Features