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');