Skip to content

Latest commit

 

History

History
181 lines (90 loc) · 8.33 KB

CHANGELOG.md

File metadata and controls

181 lines (90 loc) · 8.33 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2024-04-29)

Features

2.1.0 (2024-04-28)

Features

  • remove qs dependency in favor of URLSearchParams (2498309)

2.0.4 (2023-10-16)

Bug Fixes

2.0.3 (2023-09-13)

2.0.2 (2022-12-08)

Bug Fixes

  • correctly generate typescript definitions (563b125), closes #21

2.0.1 (2022-12-07)

Bug Fixes

  • state-specific arguments did not work as documented (89804b8), closes #21 #23

2.0.0 (2022-10-05)

⚠ BREAKING CHANGES

  • package: Dropped support for Node.js < 14

Features

  • Added new methods for specific grants (146e53c)
  • Allow state-specific arguments to be passed to the returned authorization function rather than the function factory (c23458a)
  • changelog: Improve changelog format (e15da0e)
  • Use ES6 import/export (7641f04)

Bug Fixes

  • Removed interceptor and dependency on axios-token-interceptor (4377964)

  • package: Drop support for Node.js < 14 (ca10d60)

Changelog

v1.5.0 (2022-05-24)

Full Changelog

Closed issues:

  • Typescript Support? #13

Merged pull requests:

v1.4.4 (2021-10-12)

Full Changelog

Merged pull requests:

v1.4.3 (2021-07-06)

Full Changelog

v1.4.2 (2021-06-02)

Full Changelog

v1.4.1 (2021-05-12)

Full Changelog

Merged pull requests:

v1.4.0 (2020-12-12)

Full Changelog

Closed issues:

  • Failed to compile. #12

Merged pull requests:

v1.3.0 (2020-04-14)

Full Changelog

v1.2.3 (2020-03-31)

Full Changelog

Merged pull requests:

v1.2.2 (2020-03-31)

Full Changelog

Closed issues:

  • Await is only valid in async function #11
  • No Authorization header in request #9

v1.2.1 (2019-10-26)

Full Changelog

Closed issues:

  • Axios 0.19.0 #6

Merged pull requests:

v1.2.0 (2019-08-31)

Full Changelog

Closed issues:

  • 401 Invalid client id param value #5
  • async method for login #4
  • How to set the username and password when user loggs in #2

Merged pull requests:

v1.1.1 (2018-10-05)

Full Changelog

v1.1.0 (2018-10-05)

Full Changelog

Merged pull requests:

v1.0.0 (2018-09-22)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator