Skip to content

v0.4.0

Compare
Choose a tag to compare
@lnikkila lnikkila released this 14 Mar 20:42
· 21 commits to master since this release
v0.4.0

This release contains breaking changes.

  • Request and access tokens are returned and consumed as RequestToken and AccessToken structs. The request token contains the redirect URL, and the access token contains the realm ID.
    7ff3329 e6245ff b2ad202 💥

  • The callback URL is passed directly to get_request_token/1 instead of through the configuration.
    e5eeb94 💥

  • Support for the Preferences API.
    10ec398

  • Support for the Item API.
    a1c7442

All changes:

v0.3.0...v0.4.0