Skip to content

Releases: adobe/cloud-service-client

v2.0.0

29 May 15:27
Compare
Choose a tag to compare

2.0.0 (2024-05-29)

Features

  • use webpack for browser version (61157c5)

BREAKING CHANGES

  • The following changes are breaking, and may require action on the part of consumers.

  • The content of the dist folder (used as the browser property in the library's package.json) is now generated by webpack instead of babel. The major change is that all content is packaged into a single file, main.js. Consumers that were attempting to reference paths in the dist directory may need to adjust. The interface of the exported content may have also changed, so clients may need to react.

  • Deprecated Node.js versions 14, 15, 16, and 17 are no longer officially supported, but all other node versions up to 22 (current) are tested. Consumers on those node versions will need to update to use the latest version.

v1.2.0

08 Aug 19:03
Compare
Choose a tag to compare

1.2.0 (2023-08-08)

Features

  • use more standardized release process. (#13) (77e02fb)

v1.1.0

13 Jan 00:10
Compare
Choose a tag to compare

1.1.0 (2023-01-13)

v1.0.3

21 Dec 01:55
Compare
Choose a tag to compare

1.0.3 (2022-12-21)

v1.0.2

20 Dec 23:53
Compare
Choose a tag to compare

1.0.2 (2022-12-20)

v1.0.1

18 Nov 21:52
Compare
Choose a tag to compare

1.0.1 (2022-11-18)

Initial Release

15 Nov 00:12
Compare
Choose a tag to compare

This is the initial release of the cloud service client! See the client's readme for usage instructions, features, examples, and more!