Skip to content

Releases: imgix/imgix-rb

4.1.0

15 Dec 20:59
Compare
Choose a tag to compare
  • feat: add parameter to disable path encoding (#124)

4.0.3

05 May 19:45
Compare
Choose a tag to compare
  • fix: encode web proxy paths using url_encode (#111)

4.0.2

26 Apr 15:32
Compare
Choose a tag to compare
  • 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

25 Mar 18:48
Compare
Choose a tag to compare
  • fix: dpr srcset when only h param (#101)
  • docs: update travis badge to point to travis-ci.com (#99)
  • docs: fixed typo w/ srcset min/max widths (#97)

4.0.0

27 Aug 00:06
Compare
Choose a tag to compare
  • deprecate: host-usage, param_helpers, and prefix-1-ary (#91)
  • fix: update purge operation api keys (#93)

3.4.0

12 Aug 21:47
Compare
Choose a tag to compare
  • fix: deprecate api key versions (#87)
  • docs(readme): deprecation notice for pre-4.0 api keys (#88)

3.3.1

27 Jul 22:37
Compare
Choose a tag to compare
  • fix: ensure host is initialized (#82)

3.3.0

21 Jul 22:05
Compare
Choose a tag to compare
  • 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

20 Nov 18:53
Compare
Choose a tag to compare
  • fix: duplicate entries when using min_width or max_width (#59)

3.2.0

15 Nov 22:14
Compare
Choose a tag to compare
  • 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)