Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@eksml/xml": {
"impact": "patch",
"oldVersion": "0.1.3",
"newVersion": "0.1.4",
"oldVersion": "0.1.4",
"newVersion": "0.1.5",
"tagName": "latest",
"constraints": [
{
Expand All @@ -14,5 +14,5 @@
"pkgJSONPath": "./eksml/package.json"
}
},
"description": "## Release (2026-07-19)\n\n* @eksml/xml 0.1.4 (patch)\n\n#### :bug: Bug Fix\n* `@eksml/xml`\n * [#12](https://github.com/evoactivity/eksml/pull/12) perf: use plain records to avoid V8 IC churn from null prototypes ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n"
"description": "## Release (2026-07-19)\n\n* @eksml/xml 0.1.5 (patch)\n\n#### :bug: Bug Fix\n* `@eksml/xml`\n * [#15](https://github.com/evoactivity/eksml/pull/15) perf(parser): specialized fast path for default-option parsing ([@evoactivity](https://github.com/evoactivity))\n\n#### :house: Internal\n* [#13](https://github.com/evoactivity/eksml/pull/13) feat: update SSR handling and dependencies in demo app ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Release (2026-07-19)

* @eksml/xml 0.1.5 (patch)

#### :bug: Bug Fix
* `@eksml/xml`
* [#15](https://github.com/evoactivity/eksml/pull/15) perf(parser): specialized fast path for default-option parsing ([@evoactivity](https://github.com/evoactivity))

#### :house: Internal
* [#13](https://github.com/evoactivity/eksml/pull/13) feat: update SSR handling and dependencies in demo app ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam ([@evoactivity](https://github.com/evoactivity))

## Release (2026-07-19)

* @eksml/xml 0.1.4 (patch)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion eksml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eksml/xml",
"version": "0.1.4",
"version": "0.1.5",
"description": "Fast, lightweight XML/HTML parser, serializer, and streaming toolkit",
"type": "module",
"sideEffects": false,
Expand Down