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