Releases: imgix/js-core
Releases · imgix/js-core
1.0.7
- Switched from
js-md5package tomd5package, removing thecryptosub-dependency in Webpack 2+ builds.
1.0.6
1.0.5
- Upgraded
ImgixClient._sanitizePath()in three ways:- Upgraded
ImgixClient._sanitizePath()to handle paths with leading slashes in all cases, including full-URL paths. - Upgraded
ImgixClient._sanitizePath()to handle both encoded and un-encoded paths gracefully. - Fixed a bug where all paths prefixed with
"http"were being treated as full URLs.
- Upgraded