v0.4.10
This release includes a bunch of new built-in functions to help with string manipulation, JWTs, and more.
The JSON marshalling built-ins have been renamed. Policies that used json_unmarshal
and json_marshal
before will need to be updated to use json.marshal
and json.unmarshal
respectively.
Misc
- Add
else
keyword - Improved undefined built-in error message
- Fixed error message in
-
built-in - Fixed exit instructions in REPL tutorial
- Relax safety check for built-in outputs