Releases: adobe/cloud-service-client
v2.0.0
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 thebrowser
property in the library'spackage.json
) is now generated bywebpack
instead ofbabel
. The major change is that all content is packaged into a single file,main.js
. Consumers that were attempting to reference paths in thedist
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
v1.1.0
v1.0.3
v1.0.2
v1.0.1
Initial Release
This is the initial release of the cloud service client! See the client's readme for usage instructions, features, examples, and more!