Skip to content

Releases: gburiola/sublime-jsonnet-syntax

v0.2.4

21 Feb 10:22
Compare
Choose a tag to compare

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

21 Jul 20:32
80775c6
Compare
Choose a tag to compare
  • Support single quotes for strings #1 (thanks to @tvi)

New functions

08 Apr 22:59
Compare
Choose a tag to compare

std.asciiLower
std.asciiUpper
std.manifestXmlJsonml
std.manifestYamlDoc
std.manifestYamlStream
std.mapWithIndex
std.mapWithKey
std.sign

new jsonnet functions

25 Jan 19:41
Compare
Choose a tag to compare
- 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

03 Aug 19:30
Compare
Choose a tag to compare

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 +

v0.1.0

18 Jul 09:13
Compare
Choose a tag to compare
Initial commit