这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: poppinss/oauth-client

Add debug calls and export exception classes

01 Dec 17:16
Compare
Choose a tag to compare
  • feat: export exception classes 86d8749
  • refactor: debug oauth 1 signature 59873f0
  • docs: fix incorrect import path in examples 95e166d
  • style: update docblocks 66643b8
  • feat: add debug calls 10b9ed2
  • style: prefix type to type only imports and use RuntimeException 49b9cea
  • chore: update dependencies 8cefa62

Full Changelog: v5.0.0-0...v5.1.0-0

Rewrite in ESM

03 Nov 06:42
Compare
Choose a tag to compare
Rewrite in ESM Pre-release
Pre-release

The tests coverage has also been increased to >99 with this release.

Breaking changes

  • The package is now ESM only
  • The types are no longer exported from the main module. You need to use @poppinss/oauth-client/types path to import all types.
  • Some of the properties in ApiRequestContract are replaced with equivalent methods.
    - params: Record<string, any>
    - headers: Record<string, any>
    - fields: Record<string, any>
    - oauth1Params: Record<string, any>
    + getParams(): Record<string, any>
    + getHeaders(): Record<string, any>
    + getFields(): Record<string, any>
    + getOauth1Params(): Record<string, any> 
  • The params property in RedirectRequestContract is replaced with getParams method.
    - params: Record<string, any>
    + getParams(): Record<string, any>

Commits

Full Changelog: v4.0.2...v5.0.0-0

Update dependencies

04 Apr 11:22
Compare
Choose a tag to compare
  • chore: update dependencies ea29492

v4.0.1...v4.0.2

Update dependencies

22 Feb 06:33
Compare
Choose a tag to compare
  • chore: update dependencies fb3de06

v4.0.0...v4.0.1

Drop support for Node < 16

17 Dec 08:29
Compare
Choose a tag to compare
  • refactor: reorganize meta config 1bd5046
  • chore: update dependencies 14116ad

Full Changelog: v3.0.1...v4.0.0

Update dependencies

30 Aug 05:26
Compare
Choose a tag to compare
  • chore: update dependencies b0ba3a6

v3.0.0...v3.0.1

Update luxon to v2

19 Jul 06:49
Compare
Choose a tag to compare

Luxon v2 has breaking changes. https://moment.github.io/luxon/#/upgrading

  • chore: update dependencies f13e032

v2.0.4...v3.0.0

update dependencies

31 May 04:09
Compare
Choose a tag to compare
  • chore: remove package-lock.json file e6e7443
  • ci: use github actions and remove circleci 6de1426
  • chore: update dependencies e090422

v2.0.3...v2.0.4

update dependencies

04 May 17:37
Compare
Choose a tag to compare
  • chore: update dependencies 2889f0a

v2.0.2...v2.0.3

Improvements to makeSignedRequest method

08 Apr 09:05
Compare
Choose a tag to compare
  • refactor: improve makeSignedRequest method to generic usecases afc4ec8

v2.0.1...v2.0.2