Note: v0.11.0 and v0.11.1 are the same as this release, but are botched due to mismatches in golden test files.
Language changes:
- std.native("foo") now returns null if foo doesn't exist, instead of an error. This is useful for falling back on Jsonnet implementations if a faster native one isn't available.
stdlib improvements:
- sort and set functions can now be given a "keyF" function for controlling the ordering
- std.trace for debugging
- std.parseHex
- std.parseOctal
C++ Implementation changes:
- Some performance improvements in garbage collection and static analysis
Go Implementation changes:
- Major (2x-10x) improvements in performance via a substantial refactoring of the interpreter