0.4.0 (2024-04-17)
⚠ BREAKING CHANGES
- oauth: move options to
PatreonClientOptions.oauth
- oauth: deprecate
Oauth2FetchOptions
.refreshOnFailed
forretryOnFailed
- BasePatreonClient: remove deprecated
fetchToken
,putToken
andfetchApplicationToken
- PatreonCreatorClient: correctly type return type of
fetchApplicationToken
- PatreonUserClient: correctly type return of
fetchToken
- remove oauth client dependency (#13)
Features
- add pagination options to query builder (d4e79bc)
- add raw search params to query builder output (d4e79bc)
- BasePatreonClient: remove deprecated
fetchToken
,putToken
andfetchApplicationToken
(d4e79bc) - client: add options to overwrite oauth uris (d4e79bc)
- client: add userAgent option (d4e79bc)
- export package version (16972b8)
- oauth: add getter for redirect uri (d4e79bc)
- oauth: add listing methods to clients (d4e79bc)
- oauth: add patreon API scopes (d4e79bc)
- oauth: deprecate
Oauth2FetchOptions
.refreshOnFailed
forretryOnFailed
(d4e79bc) - oauth: expose oauth client (d4e79bc)
- oauth: move options to
PatreonClientOptions.oauth
(d4e79bc) - remove oauth client dependency (#13) (d4e79bc)
- webhooks: add server functions for verifying and parsing requests (16972b8)
- webhooks: add support for API webhooks (#17) (16972b8)