Releases: BugSplat-Git/bugsplat-js-api-client
Releases Β· BugSplat-Git/bugsplat-js-api-client
v1.1.4
1.1.4 (2021-11-22)
Bug Fixes
- crashesApiRow id, stackKeyId should be type number (#63) (3b98da9), closes #62
v1.1.3
1.1.3 (2021-11-22)
Bug Fixes
v1.1.2
1.1.2 (2021-11-22)
Bug Fixes
- throw more useful error if OAuthClientCredentialsApiClient fails to authenticate (#58) (6c0cd4c), closes #52
v1.1.1
1.1.1 (2021-11-19)
Bug Fixes
- Adds Buffer to UploadableFile union type (#54) (0e023fb), closes #53
v1.0.3
- Fixes issue with TypeScript not generating correct paths in build output
v1.0.0
- Adds client with support for posting crash reports
- Adds client with support for the OAuth2 Client Credentials flow
Breaking Changes
- Changes the order of the parameters for BugSplatApiClient's createAuthenticatedClientForNode and createAuthenticatedClientForWebBrowser functions so that host can be an optional parameter with a default value
v0.0.12
- Adds support for Crashes API
0.0.10
Breaking Changes
- Removes dependency on fs so that symbol upload can be done in a browser as well as via node.js.
v0.0.9
- Fixes bug where error was thrown if event username was undefined
v0.0.8
- Adds support for posting and deleting symbols