Skip to content

Releases: scravy/jinsi

v0.19.1

13 May 13:23
c4db87d
Compare
Choose a tag to compare
  • fixed hash functions which require bytes, so string values are now encoded

v0.19.0

13 May 13:07
Compare
Choose a tag to compare
  • Adds ::keys and ::values functions

v0.18.0

13 May 11:07
Compare
Choose a tag to compare
  • Adds the ::match construct

v0.17.4

29 Mar 14:03
Compare
Choose a tag to compare
  • Fixes an issue where !Condition would not correctly be translated into { "Condition": ... } but into { "Ref": ... }

v0.17.3

11 Jan 06:18
Compare
Choose a tag to compare
  • fix !GetAtt with Resource.Outputs.Key

v0.17.0

17 Apr 12:16
Compare
Choose a tag to compare
  • removed dezimal dependency
  • improved date handling
  • keep track with python 3.10, works with alpha7

v0.15.0

06 Mar 05:33
Compare
Choose a tag to compare
  • ::when with a string defaults to an expression just like in ::get now

v0.14.1

18 Feb 06:51
Compare
Choose a tag to compare
  • fixes an issue in load_file - if no dict is passed, None is not taken to be an empty one, and subsequently fails.

v0.14.0

17 Feb 02:39
Compare
Choose a tag to compare
  • Introduces ::case (#6)

v0.13.0

16 Feb 10:11
Compare
Choose a tag to compare
  • Fixes #2
  • Improved exception handling when using ::else to circumvent exceptions