- 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
- [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
- [sign\_mode]{.title-ref} argument deprecated - License corrected to BSD-2-Clause. - Docstrings added to classes and methods.
1.1.2
- Proper encodeURIComponent-style URL encoding for web proxy sources. See \21 for more information.
1.1.0
- Added automatic Base64 encoding for all Base64 variant parameters. - Properly encoding all query keys and values.
1.0.0
- 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.