Releases: Availity/sdk-js
Releases · Availity/sdk-js
v1.0.0-alpha.7
Bug Fixes
- api-core: use get instead of query for space name (84dd26a)
v1.0.0-alpha.6
Bug Fixes
- api-core: fix method call for notifcations (9604973
v1.0.0-alpha.5
Bug Fixes
- api-core: wrong url for notifcations api (acafc97)
v1.0.0-alpha.4
v1.0.0-alpha.3
Bug Fixes
- api-core: user.me() should return user object (715c616)
v1.0.0-alpha.2
🔥 Publish angular-api
to NPM
v1.0.0-alpha.1
Bug Fixes
- api-core: remove default after* response transformations (6f17d3a)
BREAKING CHANGES
- api-core: The core API classes no longer apply after* transformations on the response. Previously, only the collection data was being returned when making API calls which made it difficult to react to the metadata around the response (e.g. pagination). Developers will have to unwrap the response manually.