github google/jsonnet v0.11.2

latest releases: v0.20.0, v0.19.1, v0.19.0...
5 years ago

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

Don't miss a new jsonnet release

NewReleases is sending notifications on new releases.