Skip to content

patreon-api.ts: v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 00:41
0e0e66c

0.5.0 (2024-05-10)

⚠ BREAKING CHANGES

  • types: remove Fetch and Response
  • BasePatreonClient: listOauth2 returns the amount of pages
  • PatreonOauthClient: deprecate fetch and retryOnFailed on client and options. Deprecate userAgent option

Features

  • add rest client (#18) (af4fdb1)
  • BasePatreonClient: listOauth2 returns the amount of pages (af4fdb1)
  • oauth: add createOauthUri for creating oauthUri (af4fdb1)
  • oauth: add validateToken option (af4fdb1)
  • oauth: improve creator token flow (af4fdb1)
  • PatreonOauthClient: deprecate fetch and retryOnFailed on client and options. Deprecate userAgent option (af4fdb1)
  • types: remove Fetch and Response (af4fdb1)

Bug Fixes

  • PatreonUserClientInstance: correct discord id instead of object (af4fdb1)
  • types: add null to User.social_connections values (af4fdb1)