Skip to content

Releases: imgix/js-core

1.0.7

17 Jul 21:17
Compare
Choose a tag to compare

1.0.6

25 May 16:04
Compare
Choose a tag to compare
  • Updated ImgixClient._sanitizePath() to more carefully handle encoding and re-encoding paths and full URLs passed in. See PR #25 for further details.

1.0.5

10 Mar 18:12
Compare
Choose a tag to compare
  • 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.

1.0.4

30 Nov 19:48
Compare
Choose a tag to compare
  • Updates the js-md5 dependency to 0.4, which fixes a bug in certain server runtimes. Thanks, @NGMarmaduke! See #22 for more details.

1.0.3

01 Mar 23:58
Compare
Choose a tag to compare
  • Fix an issue with Base64 encoding in-browser.

1.0.2

01 Mar 23:25
Compare
Choose a tag to compare
  • Fix an issue with Bower and npm packages.

1.0.0

01 Mar 22:40
Compare
Choose a tag to compare
  • Completely rewritten in ES5 to reduce complexity and increase compatibility.
  • New, simpler syntax.
  • Removed URI.js dependency.

0.3.1

26 Feb 23:30
Compare
Choose a tag to compare

Fix missing Bower dependency.

0.3.0

26 Feb 02:04
Compare
Choose a tag to compare
  • Added automatic Base64 encoding for all Base64 variant parameters.
  • Properly encoding all keys and values output by Path#toUrl.

0.2.4

11 Dec 21:17
Compare
Choose a tag to compare

More intelligent URL path escaping when non-fully-qualified URLs are passed. See #8 and #9