Releases: adobe/aem-upload
Releases · adobe/aem-upload
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2023-04-21)
Features
- use fetch instead of axios, and expose http options (#107) (1650a94)
- switch to using non-module specific syntax.
- improve linting rules and fix formatting errors
- clean up deprecated code that was introduced when node-httptransfer was integrated.
- add information about directories created to result.
- change result to simple javascript object.
BREAKING CHANGES
- several classes and underlying functionality changed. See upgrade guide for details.
v1.5.0
v1.4.1
v1.4.0
v1.3.0
v1.2.1
v1.2.0
1.2.0 (2022-05-03)
Values provided to DirectBinaryUploadOptions.withUrl()
may (and should) now be URI encoded. For example, previous versions of the module would have accepted the following:
options.withUrl('http://localhost/content/dam/my path');
Going forward, the value should instead be:
options.withUrl('http://localhost/content/dam/my%20path');