Skip to content

Releases: CORDEA/oauth

v0.11

04 Aug 02:35
Compare
Choose a tag to compare

Breaking Changes

  • generateState has been removed.
  • Change the structure to match current library standards.
    • import oauth2 should be replaced with import oauth/oauth2.

What's Changed

Contributors

Full Changelog: v0.10...v0.11

v0.10

17 Feb 11:58
Compare
Choose a tag to compare

v0.9

11 Jan 07:29
Compare
Choose a tag to compare
  • Mark #authorizationCodeGrant and #implicitGrant as deprecated.
    • Related issue: #16

v0.8

05 Mar 13:38
c458ea0
Compare
Choose a tag to compare
  • Support the nim v0.20.0 (currently v0.19.9).
    • subexes used in oauth were moved to graveyard in this nim's release.

v0.7

04 Nov 09:04
Compare
Choose a tag to compare
  • Support the nim v0.19.0.

v0.6

01 Jul 02:44
Compare
Choose a tag to compare
  • Resolved warnings on nim v0.18.1.
  • This release includes some breaking changes.
    • Request procs require HttpClient or AsyncHttpClient.
      • And return Response or Future[AsyncResponse].
    • Request procs receive HttpHeaders, not string.
    • The proc to create a header returns HttpHeaders.

v0.5

04 Mar 12:53
Compare
Choose a tag to compare
  • Support the nim v0.18.0.

v0.4.1

07 Feb 00:49
Compare
Choose a tag to compare

v0.4

29 Jan 08:12
Compare
Choose a tag to compare
  • Fix the lowest version of nim
  • Support the nim >= v0.15.*.

v0.3

16 Oct 23:39
Compare
Choose a tag to compare

Support the nim v0.14.*.