@calcit/procs 0.12.26 → 0.12.27
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/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
- Fixed WASM `&str:nth` to return a one-character string or nil, matching native Calcit semantics.
|
|
2
|
+
- Added string-content-aware `=` handling in WASM while keeping `identical?` as raw-value equality.
|
|
3
|
+
- Inlined imported top-level value defs in WASM so string constants like `dictionary` are usable at runtime.
|
|
4
|
+
- Fixed `nil?` lowering in WASM to match the backend's nil representation.
|
|
5
|
+
- Corrected `&map:diff-new` argument semantics in WASM codegen.
|
|
6
|
+
- Updated WASM tests/docs to match current `&str:nth` semantics.
|
|
7
|
+
- Validated with `cargo clippy -- -D warnings`, `yarn compile`, `cargo test`, and `yarn check-all` before bumping version to `0.12.26`.
|
package/lib/package.json
CHANGED