jose-jwt v0.6.1 Release Notes

    • ๐Ÿ— Minor internal changes to fix build on GHC 7.10.

    0.6

    • ๐Ÿ”„ Change KeyId type to allow use of a UTCTime string for the identifier.
    • ๐Ÿ›  Internal crypto fixes to prevent exceptions from external libraries.

    0.5

    • โž• Add JwtEncoding type. Changes API of Jwt.encode and Jwt.decode.