v0.13.0
jsonnet fmt
is now its own executable called jsonnetfmt
. This helps if you're using the Go version but you still want to have a formatter in your $PATH. Soon we want to have jsonnetfmt be a binary in the Go version too.
If you've got scripts that run jsonnet fmt
, you will need to delete the space from them.
Standard library additions:
- std.reverse
- std.encodeUTF8 and std.decodeUTF8
There are some performance improvements in the Go version
There are are also plenty of minor bugfixes.