Releases: imgix/imgix-java
Releases · imgix/imgix-java
2.3.2
- fix(sanitizePath): ensure unicode chars encoded (#70)
- fix(URLHelper): add sanitizePath method (#68)
2.3.1
- 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)
2.3.0
- feat: custom srcsets (#44)
- fix: convert tol to float (#49)
- feat: throw when validator detects invalid input (#52)
2.2.0
- 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)
2.1.1
- fix: explicitly convert string to UTF-8 byte array (#36)
2.1.0
- fix: add domain validation during
URLBuilder
initialization (#33)
- feat: add
srcset
generation method (#32)
2.0.0
- fix: remove deprecated domain sharding functionality (#31)
- refactor: rename
signWithLibraryParameter
to includeLibraryParam
(#30)
1.2.0
- fix: deprecate domain sharding (#29)
1.1.10
Adding javadoc and source jars to the build artifacts.