Releases: PagerDuty/pdjs
Releases · PagerDuty/pdjs
Version 2.2.4
- Fix issue related to setting User Agent Headers on Web Workers #245 thanks @joshmsamuels
- Update dependencies
- Resolve security alerts
Version 2.2.3
Version 2.2.2
- Now correctly handles 204 response codes, thanks @csumpter for the report.
- Update various dependencies
Version 2.2.1
- Fixed catching of network errors. Thanks for the report @shbalaku
- Bumped all dependencies
Version 2.2.0
New year, new version!
- Updated our documentation, thanks @kppullin
- Fixed some error handling on bad API responses
- Changed the all shorthand to comply with other shorthand calls like .get
- Added a node.js example
- Bumped all dependencies to latest
Version 2.1.0
- Updated dependencies
- Added ability to pass in Bearer Token for authentication
Version 2.0.2
Updated dependencies.
Version 2.0.1
Cleans up the response when an error is returned from the API.
Version 2.0
Brand new version of PDJS.
- Written in TypeScript
- NodeJS Support
- Modern and Legacy Browser support
- Added pagination helpers
- Added simple retry logic
- Added support for change events
2.0-alpha2
Updated alpha release.
- Added support for list query parameters
- Added example