@quillmark/wasm 0.89.1-rc.1 → 0.90.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/backends/typst/wasm_bg.wasm +0 -0
- package/core/wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.90.0 - 2026-06-10
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## v0.89.1 - 2026-06-10
|
|
8
|
+
|
|
9
|
+
- chore(release): v0.89.1-rc.1 (#714)
|
|
10
|
+
- feat(wasm)!: 0.90 canonical API — engine-free Quill, single root export, typed errors; Python parity (#713)
|
|
11
|
+
- Proposal: WASM bindings split (core + render) via backend-decoupled Quill (#710)
|
|
12
|
+
- Add version selector matching and mismatch warnings (#708)
|
|
13
|
+
- docs: density-optimization pass on user-facing docs (#703)
|
|
14
|
+
- Remove role annotation from root block metadata header (#707)
|
|
15
|
+
- canon: audit and correct all prose/canon/ docs (#704)
|
|
16
|
+
- Fix makeCard fields/body typed as required in WASM .d.ts (#702)
|
|
17
|
+
- Update CLAUDE.md
|
|
18
|
+
|
|
19
|
+
|
|
3
20
|
## v0.89.1-rc.1 - 2026-06-10
|
|
4
21
|
|
|
5
22
|
- feat(wasm)!: 0.90 canonical API — engine-free Quill, single root export, typed errors; Python parity (#713)
|
|
Binary file
|
package/core/wasm_bg.wasm
CHANGED
|
Binary file
|