Skip to content

Releases: Availity/sdk-js

v2.4.3

24 Jul 20:23
Compare
Choose a tag to compare

v2.1.1

25 May 13:46
Compare
Choose a tag to compare
v2.1.1

v1.6.2

24 Apr 16:45
Compare
Choose a tag to compare
v1.6.2

v1.5.0

18 Apr 18:03
Compare
Choose a tag to compare
v1.5.0

v1.4.1

18 Apr 16:58
Compare
Choose a tag to compare

Bug Fixes

  • upload: replace object.values usage (8967629)

v1.4.0

17 Apr 12:21
Compare
Choose a tag to compare

Features

  • upload-core: modify file figerprint to use metadata (d45ac0c)

v1.0.0

06 Mar 16:09
Compare
Choose a tag to compare

Features

  • upload-core: upload core file types check (#7) (080d887)
  • uploads: capture error message (#6) (5af448e)

v1.0.0-alpha.11

06 Jan 21:06
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

Bug Fixes

  • api-core: resources incorrectly handling config (9a5de1c)

Code Refactoring

  • api-core: pass config object to core classes (d7b859c)

BREAKING CHANGES

  • api-core: Options to core classes are being passed in as config object instead of parameters.

v1.0.0-alpha.10

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

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

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

Bug Fixes

  • api-core: provider api param not properly merged with defaults (5f53e3d)