Skip to content

Releases: MCDevKit/jsonte

2.10.2

14 Jun 10:11
Compare
Choose a tag to compare

Changelog

  • 1e7b104 Add functions for getting specific version of vanilla files
  • af03b00 Fix docs

2.10.1

02 Jun 08:55
Compare
Choose a tag to compare

Changelog

  • d087b26 Fix assert files missing scope

2.10.0

02 Jun 08:15
Compare
Choose a tag to compare

Changelog

2.9.5

10 May 22:13
Compare
Choose a tag to compare

Changelog

  • 170e8d7 Fix not checking action in certain cases, fix multidimensional arrays getting flattened, update go-burrito library and update tests

2.9.4

05 May 10:32
Compare
Choose a tag to compare

Changelog

  • 056091d Fix json string being double unescaped
  • 4c00fc1 Fix templating $extend
  • c021adc Properly support exponential notation in json

2.9.3

12 Apr 09:48
Compare
Choose a tag to compare

Changelog

  • aa12230 Fix caching functions, that use lambdas, that use outside variables
  • 0cd4e44 Improve escaping strings and allow for multiline expressions in mcfunctions and lang files

2.9.2

29 Mar 18:19
Compare
Choose a tag to compare

Changelog

  • 69b1990 Add variants for getLatestRPFile and getLatestBPFile, that indicate whether to throw an error or return null, when the file is not found
  • 1b19ad4 Skip null values in $copy and $extend and implement array support in $copy expressions

2.9.1

29 Mar 17:11
Compare
Choose a tag to compare

Changelog

  • f5568d6 Add support for copying multiple files

2.9.0

27 Mar 18:37
Compare
Choose a tag to compare

Changelog

  • bc57784 Add cache-all option
  • e8f731d Add regexMatch function
  • 21bb98a Add varargs info to docs
  • d270cc0 Implement varargs functions and add string format function
  • 0cfc43c Improve short-circuiting test
  • 148221a Plan removal of array negation
  • 3df0314 Refactor string parsing for string templates
  • 934781e Remove IsNull and document bool type
  • acde36d Remove unused imports
  • 78f655a Separate logical and arithmetic negating

2.8.3

10 Mar 10:41
Compare
Choose a tag to compare

Changelog

  • 5f4e988 Add more tests
  • 0d0730a Fix not removing dollar prefix inside dollar prefixed object