Skip to content

v1.8.0

Compare
Choose a tag to compare
@nathanhoad nathanhoad released this 06 Apr 10:55
· 648 commits to main since this release
  • Adds not and ! syntax for negation.
  • Allows for deep assigning in mutations (eg set some_dictionary["key"] = "some value").
  • Lets you turn off pre-baking compiler results. When disabled, resources will be compiled at run time.
  • Adds an option to include responses that failed their condition check.
  • Exporting translations will now remember where you last specifically exported a translation file.