Releases: Availity/sdk-js
Releases · Availity/sdk-js
v2.4.3
v2.1.1
v2.1.1
v1.6.2
v1.6.2
v1.5.0
v1.5.0
v1.4.1
v1.4.0
v1.0.0
v1.0.0-alpha.11
v1.0.0-alpha.10
Bug Fixes
- api-core: remove/delete should not assume data payloads (e45a9f6)
BREAKING CHANGES
- api-core: previously remove/delete would assume that data was being passed in the body of the request if the first param of the message signature was NOT a string or number. Now, the method assumes a config object is passed in instead of data. This allows the developers to pass in params or data as they see fit.
v1.0.0-alpha.9
Bug Fixes
- api-core: provider api param not properly merged with defaults (5f53e3d)