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