0.16.0 (2025-11-02)
⚠ BREAKING CHANGES
- bump (recommended) node version to v22
- PatreonMock: change mock handler to be async and rename body argument to text
- PatreonMock: set all cache and random options to default to true
- PatreonMock: refactor cache (#175)
Features
- bump (recommended) node version to v22 (428ee5d)
- openapi: mark DELETE /api/oauth2/v2/webhooks/:id as documented (904962b)
- PatreonMock: add cache and random options to getMockHandlers method (904962b)
- PatreonMock: add responseOptions: cache, random and unknownCacheResponse options (904962b)
- PatreonMock: add static
routemethod to create mocked urls (#232) (629ccbe) - PatreonMock: change mock handler to be async and rename body argument to text (904962b)
- PatreonMock: refactor cache (#175) (904962b)
- PatreonMock: set all cache and random options to default to true (904962b)
- WebhookClient: remove experimental warning from delete webhook method (904962b)