Skip to content

Releases: RecoLabs/gnata

v0.2.1

31 Mar 12:12
82ab3eb

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.1

v0.1.2

29 Mar 06:57
c52e70d

Choose a tag to compare

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

23 Mar 08:22
47994a4

Choose a tag to compare

What's Changed

New Features

  • StreamEvaluator.EvalMap — accepts map[string]json.RawMessage directly, 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: return undefined (nil) for non-string input instead of throwing a T0410 error, matching the reference jsonata-js behavior. (#1)

Full Changelog: v0.1.0...v0.1.1