Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 2.47 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.3.1 (2021-03-24)

  • 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 (2020-06-05)

  • 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 (2020-03-31)

  • feat: use https by default (#53)

3.1.0 (2019-08-29)

  • feat: add srcset generation (#47)

3.0.0 (2019-06-11)

  • fix: remove deprecated domain sharding functionality (#45)

2.3.0 (2019-05-06)

  • deprecate domain sharding (#42) (#43)

2.2.0 (2019-04-08)

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