Releases: RecoLabs/gnata
Releases · RecoLabs/gnata
v0.2.1
What's Changed
- Add npm package with WASM + TypeScript wrapper by @MickeyShnaiderman-RecoLabs in #6
Full Changelog: v0.1.2...v0.2.1
v0.1.2
What's Changed
Bug Fixes
- Fix singleton unwrapping for
$each,$spread, and$match(#3)
Other
- Add root NOTICE file attributing jsonata-js (#5)
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
New Features
StreamEvaluator.EvalMap— acceptsmap[string]json.RawMessagedirectly, avoiding re-serialization when the caller already has individually-encoded JSON fields. Fast paths (pure path, comparison, function) work via O(1) map key lookup. (#2)
Bug Fixes
$split: returnundefined(nil) for non-string input instead of throwing aT0410error, matching the reference jsonata-js behavior. (#1)
Full Changelog: v0.1.0...v0.1.1