Releases: gburiola/sublime-jsonnet-syntax
Releases · gburiola/sublime-jsonnet-syntax
v0.2.4
Add support to some new functions:
- std.decodeUTF8
- std.deepJoin
- std.encodeUTF8
- std.find
- std.nativeExt
- std.objectHasEx
- std.parseHex
- std.parseJson
- std.parseOctal
- std.trace
Enable comments shortcut
#3 / thanks to @mf-corey
v0.2.3
- Support single quotes for strings #1 (thanks to @tvi)
New functions
std.asciiLower
std.asciiUpper
std.manifestXmlJsonml
std.manifestYamlDoc
std.manifestYamlStream
std.mapWithIndex
std.mapWithKey
std.sign
new jsonnet functions
- std.force
+ std.equals
+ std.isArray
+ std.isBoolean
+ std.isFunction
+ std.isNumber
+ std.isObject
+ std.isString
+ std.manifestJsonEx
+ std.native
+ std.strReplace
v0.2.0
bug fixes and small improvements
- support extension libjsonnet
- add all new jsonnet functions listed on doc/docs/stdlib.html
- remove duplicate function declaration
- fix entity.name ending with +