Skip to content

v0.10.0

Compare
Choose a tag to compare
@jaspervdj-luminal jaspervdj-luminal released this 04 May 14:45
c237f74
 -  0.10.0 (2020-05-04)
     *  Add `json.marshal` builtin function.
     *  Fix isssue where `{}` was treated as an empty set, not an empty object.
     *  Add `base64` builtin functions:

         -  `base64.encode`
         -  `base64.decode`
         -  `base64url.encode`
         -  `base64url.decode`
     *  Add `io.jwt` builtin functions:

         -  `io.jwt.encode_sign`
         -  `io.jwt.decode`
         -  `io.jwt.decode_verify`

        These use an external library and will not work for all key types.  We
        can resolve that as demand for other key types comes up.