Releases: xiatechs/jsonata-go
Releases · xiatechs/jsonata-go
v1.6.9
v1.6.8
v1.6.7
What's Changed
- Json objects to document func by @tbal999 & James Weeks [email protected] in #19
Full Changelog: v1.6.6...v1.6.7
v1.6.6
What's Changed
- thread safety by @tbal999 in #6
- Improve errors by @golbanstefan in #17
- Allow empty arrays to be returned by @Jarrah-libremfg in #18
New Contributors
- @golbanstefan made their first contribution in #17
- @Jarrah-libremfg made their first contribution in #18
Full Changelog: v1.6.4...v1.6.6
null bugfix
fix null bug (#15) Co-authored-by: tbal999 <[email protected]>
latest
fix null bug (#15) Co-authored-by: tbal999 <[email protected]>
local consts
Time/localconsts (#14) * add local consts * add test to CI --------- Co-authored-by: tbal999 <[email protected]>
timezones
Timeformats fix (#13) * add panic recover * Fix error string within From Millis function * Add to millis fix * Use MST --------- Co-authored-by: tbal999 <[email protected]>
add go default timezones
add go timezones (#11) Co-authored-by: tbal999 <[email protected]>
add $eval()
Feature/eval (#10) * add eval functionality * a more fancy eval * fixes * fully fleshed out eval * update --------- Co-authored-by: tbal999 <[email protected]>