Releases: shun-shobon/littlexml
Releases · shun-shobon/littlexml
v0.6.2
0.6.2 (2023-12-19)
Bug Fixes
- Exclude component name in release tag (854898d)
littlexml: v0.6.1
0.6.1 (2023-12-19)
Bug Fixes
- Exclude component name in release tag (4dccacf)
littlexml: v0.6.0
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
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
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
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
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
0.2.0 (2023-03-16)
⚠ BREAKING CHANGES
Features
v0.1.2
0.1.2 (2023-03-16)
Bug Fixes
v0.1.1
0.1.1 (2023-03-16)
Bug Fixes