Releases: imgix/imgix-rb
Releases · imgix/imgix-rb
4.1.0
4.0.3
4.0.2
- fix(path): correctly encode reserved chars (#108)
- test: add benchmark script for Imgix::Path#to_url (4b00c4b)
- perf: avoid calculating path_and_params twice (#109)
- ci: use major version only for Rubinius 3 (921e41a)
- ci: use optimistic versioning (#107)
- ci: remove support for ruby version <2.5 (#106)
- perf: precompute DEFAULT_TARGET_WIDTHS to avoid repeating on Path.new (#105)
4.0.1
4.0.0
3.4.0
3.3.1
3.3.0
- fix: warn prefix-with-args is deprecated (#78)
- fix: warn host has been deprecated in favor of domain (#76)
- fix: deprecate ALIASES and corresponding define_method(s) (#75)
- fix: deprecate ParamHelpers.rect (#74)
- fix: allow rbx-3.107 to fail (travis-config) (#70)
- fix: remove ensure even requirement (#69)
3.2.1
3.2.0
- feat: append variable qualities to dpr srcsets (#58)
- refactor: pass srcset modifiers through the
options
parameter (#57) - feat: support defining a min and max width range (#56)
- feat: add ability to pass in custom widths (#55)
- feat: add ability to configure the srcset width tolerance (#54)
- style: drop redundant explicit return statements (#52)