Skip to content

Releases: Availity/sdk-js

v1.0.0-alpha.7

04 Jan 01:57
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

Bug Fixes

  • api-core: use get instead of query for space name (84dd26a)

v1.0.0-alpha.6

04 Jan 01:56
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

Bug Fixes

  • api-core: fix method call for notifcations (9604973

v1.0.0-alpha.5

20 Dec 19:28
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Bug Fixes

  • api-core: wrong url for notifcations api (acafc97)

v1.0.0-alpha.4

20 Dec 19:28
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Bug Fixes

  • api-angular: fix service name for avNotificationsApi (c79ee42)
  • api-core: wrong url for pdf api (9f4af1c)

v1.0.0-alpha.3

20 Dec 19:28
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Bug Fixes

  • api-core: user.me() should return user object (715c616)

v1.0.0-alpha.2

19 Dec 14:10
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

🔥 Publish angular-api to NPM

v1.0.0-alpha.1

19 Dec 14:09
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

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.