oauth2 v0.4.0 Release Notes

Release Date: 2015-10-27 // over 8 years ago
  • โž• Additions/Improvements

    • ๐Ÿ‘ OAuth2.AccessToken now supports: post, post!, put, put!, patch, and patch!.
    • ๐Ÿ‘ Better documentation
    • โœ… Test coverage improved

    ๐Ÿ› Bug fixes

    • Empty response bodies are no longer decoded

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“œ OAuth2.AccessToken.get!/4 now returns OAuth2.Response{} instead of just the parsed body.

    Aknowledgements

    Thanks to @meatherly, @dejanstrbac, and @optikfluffel for their contributions!

    Diff: https://github.com/scrogson/oauth2/compare/v0.3.0...v0.4.0