Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

73 lines (46 loc) · 3.03 KB

Change Log

Version 2.3.2 (April 13, 2021)

  • fix(sanitizePath): ensure unicode chars encoded (#70)
  • fix(URLHelper): add sanitizePath method (#68)

Version 2.3.1 (March 24, 2021)

  • docs: add maven badge to README.md (#65)
  • docs: update fixed-widths section (#63)
  • fix: create dpr srcset when only h passed in as param (#62)
  • docs: update travis badge to travis-ci.com (#60)
  • fix(gradle-build): include maven plugin (#55)
  • docs(readme): correct percentage typos (#53)

Version 2.3.0 (June 05, 2020)

  • feat: custom srcsets (#44)
  • fix: convert tol to float (#49)
  • feat: throw when validator detects invalid input (#52)

Version 2.2.0 (April 10, 2020)

  • feat(https): use https by default (#38)
  • docs(readme): update to reflect https by default (#39)
  • feat: prevent push mistakes by updating .gitignore (#41)
  • build: upgrade gradle usage to prep for 7.0 (#42)

Version 2.1.1 (December 05, 2019)

  • fix: explicitly convert string to UTF-8 byte array (#36)

Version 2.1.0 (September 19, 2019)

  • fix: add domain validation during URLBuilder initialization (#33)
  • feat: add srcset generation method (#32)

Version 2.0.0 (May 17, 2019)

  • fix: remove deprecated domain sharding functionality (#31)
  • refactor: rename signWithLibraryParameter to includeLibraryParam (#30)

Version 1.2.0 (May 17, 2019)

  • fix: deprecate domain sharding (#29)

Version 1.1.12 (Jul 19, 2018)

  • Support Java 10

Version 1.1.10 (Jun 15, 2017)

  • Adding javadoc and source jars to the build artifacts.

Version 1.1.9 (Jun 15, 2017)

  • No longer URL encode path components, which prevented signed URLs from working (and was also just wrong).

Version 1.1.8 (Sep 13, 2016)

Version 1.1.7 (Jul 22, 2016)

Version 1.1.5 (Jul 22, 2016)

Version 1.1.4 (Jul 22, 2016)

Version 1.1.2 (Jul 15, 2016)

Version 1.1.0 (Feb 25, 2016)

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