Skip to content

Latest commit

 

History

History
112 lines (80 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

112 lines (80 loc) · 3.73 KB

Changelog

3.1.2 (2019-03-11)

  • Fix Python 2/3 compatibility issues (#57)

3.1.1 (2019-08-22)

  • fix: include dpr parameter when generating fixed-width srcset (#50)

3.1.0 (2019-08-22)

  • feat: add srcset generation (#48)
  • build(tox): improve code coverage reporting; parallelize testing (#49)

3.0.0 (2019-06-07)

  • fix: remove deprecated domain sharding functionality (#44)
  • fix: remove deprecated [opts]{.title-ref} parameter (#46)
  • fix: remove deprecated [sign_with_library_version]{.title-ref} parameter (#47)

2.3.0 (2019-06-06)

  • feat: deprecate [domains]{.title-ref} in favor of [domain]{.title-ref} (#45)

2.2.0 (2019-05-07)

  • deprecate domain sharding (#41)(#42)

2.1.0 (2019-02-13)

  • Domain validation added during [UrlBuilder]{.title-ref} initialization
  • [sign_with_library_version]{.title-ref} parameter from [UrlBuilder]{.title-ref} deprecated in favor of [include_library_param]{.title-ref}.

2.0.0 (2018-08-08)

  • [UrlBuilder]{.title-ref}'s [sign_mode]{.title-ref} argument removed
  • [opts]{.title-ref} parameter from [UrlBuilder.create_url]{.title-ref} deprecated in favor of [params]{.title-ref}.

1.2.0 (2018-06-20)

  • [sign_mode]{.title-ref} argument deprecated
  • License corrected to BSD-2-Clause.
  • Docstrings added to classes and methods.

1.1.2 (2016-06-30)

  • Proper encodeURIComponent-style URL encoding for web proxy sources. See #21 for more information.

1.1.0 (2016-02-26)

  • Added automatic Base64 encoding for all Base64 variant parameters.
  • Properly encoding all query keys and values.

1.0.0 (2016-01-15)

  • Change UrlBuilder#create_url to accept dict instead of kwargs. This fixes an issue with reserved words that are also imgix params potentially causing errors.

0.2.1 (2016-01-15)

  • Fixed a bug where any passed params that were falsy would not be passed through to imgix.

0.2.0 (2015-06-15)

  • Introduces defaulting to HTTPS on all requests, per the imgix-blueprint.

0.1.0 (2015-06-11)

  • Includes new functionality to sign every URL with an ixlib parameter for diagnostic purposes.

0.0.4 (2015-06-10)

  • New README note about publishing packages