Skip to content

Releases: imgix/imgix-php

4.1.0

31 Jan 05:23
Compare
Choose a tag to compare

What's Changed

  • test: add missing tests for 100% coverage by @adevade in #107
  • style: add laravel pint for psr12 code style by @luqven in #108
  • test: set package version as const by @luqven in #109
  • fix: catching empty arrays due to loose comparison
  • refactor: use strict comparisons everywhere

Full Changelog: 4.0.0...4.1.0

4.0.0

19 Jan 19:45
Compare
Choose a tag to compare

BREAKING CHANGE

What's Changed

  • test(encoding): add path encoding tests to image urls that resolve by @luqven in #80
  • chore: add circleci config by @frederickfogerty in #81
  • chore: remove from UrlHelperTest closing php useless by @shakaran in #23
  • chore: remove from UrlBuilderTest closing php useless by @shakaran in #22
  • docs: update Readme with composer command by @shakaran in #21
  • chore: return the url and avoid the temp variable by @shakaran in #24
  • feat: apply rule no_closing_tag for lintian by @shakaran in #83
  • docs: update ci badge by @frederickfogerty in #82
  • chore: add gh issue action by @luqven in #86
  • chore: create code of conduct by @luqven in #89
  • chore: update contributing guidelines by @luqven in #88
  • chore: update pr and issue templates by @luqven in #90
  • chore: create add or issue and pr gh actions by @luqven in #91
  • chore: update gh pr action by @luqven in #92
  • docs: suggest users install package via composer only by @sherwinski in #99
  • style: formatting and remove dead code by @adevade in #96
  • docs: update index and wording for install command by @adevade in #100
  • feat!: add PHP v8.x support and remove PHP v7.x support by @luqven in #103
  • chore(release): v4.0.0 by @luqven in #106

New Contributors

Full Changelog: 3.3.1...4.0.0

3.3.1

25 Mar 18:47
Compare
Choose a tag to compare
  • docs: update fixed-widths section (#77)
  • fix: dpr srcset when only h param (#76)
  • docs: update travis badge to travis-ci.com (#74)
  • docs: reorder install instruction to promote usage of composer (#72)

3.3.0

05 Jun 22:03
Compare
Choose a tag to compare
  • fix: normalize behavior of target widths (#56)
  • fix: remove ensure even requirement (#57)
  • feat: create custom srcsets (#58)
  • feat: validate custom srcsets (#61)

3.2.0

01 Apr 23:01
Compare
Choose a tag to compare
  • feat: use https by default (#53)

3.1.0

29 Aug 23:32
Compare
Choose a tag to compare
  • feat: add srcset generation (#47)

3.0.0

11 Jun 20:57
fcea026
Compare
Choose a tag to compare
  • fix: remove deprecated domain sharding functionality (#45)

2.3.0

07 May 00:05
Compare
Choose a tag to compare
  • deprecate domain sharding (#42) (#43)

2.2.0

08 Apr 20:58
Compare
Choose a tag to compare

Features

  • add support for multiple URL parameter values by flattening nested arrays passed into $params (#40)

Bug Fixes

  • replace deprecated phpunit annotations with exception methods (#39)
  • add domain validation at UrlBuilder initialization (#41), fixes #10

2.1.1

16 Aug 23:27
Compare
Choose a tag to compare
  • Fixed a bug where URLs were double encoded when an encoded path was passed for a web-proxy source.