Skip to content

Latest commit

 

History

History
75 lines (46 loc) · 3 KB

CHANGELOG.md

File metadata and controls

75 lines (46 loc) · 3 KB

CHANGELOG

December 20th, 2023 - v2.3.0...v2.3.1

  • c9c9cd8 fix: getString() behaviour for non-scalar values (#22) by @kbond

November 15th, 2023 - v2.2.1...v2.3.0

  • 06b8551 feat: support Symfony 7 (#21) by @kbond
  • c82ea86 minor: adjust deprecation reporting in tests (#21) by @kbond
  • 23bbba1 fix(ci): add token by @kbond
  • 9625161 chore(ci): fix by @kbond
  • 46bd853 chore(ci): update (#20) by @kbond

November 11th, 2022 - v2.2.0...v2.2.1

  • eaf52a5 [minor] simplify code by @kbond
  • c08f0a4 [bug] fix fragment not being parsed correctly by @kbond

November 11th, 2022 - v2.1.0...v2.2.0

  • 055639d [feature] allow ParsedUri to wrap a Symfony Request (#19) by @kbond

November 11th, 2022 - v2.0.0...v2.1.0

  • 88b4385 [feature] add Symfony Bundle (#17) by @kbond

November 10th, 2022 - Release

  • Major refactor by @kbond

October 14th, 2022 - v1.2.0...v1.3.0

  • 2d4b069 [bug] fix parsing empty UriLinks (#14) by @kbond
  • 65d5c00 [feature] add UriLink & UriLinks (#13) by @kbond
  • b61a6ed [minor] adjust phpstan config by @kbond
  • 8a42898 [minor] adjust deps/ci by @kbond

September 14th, 2022 - v1.1.0...v1.2.0

  • 389cf91 [feature][BC BREAK] SignedUri always exists in a verified state (#9) by @kbond
  • d302a1a [minor][BC BREAK] VerificationFailed::uri() now returns Uri (#9) by @kbond
  • 9de3e9d [minor] optimize Uri::__construct() by @kbond
  • c89e103 [minor] prevent SignedUri from being cloned/re-signed by @kbond
  • 2d6c6d8 [minor] fix cs by @kbond
  • b096551 [feature] add uri/mailto Twig functions (closes #6) by @kbond
  • f0a6bee [minor] fix cs by @kbond

September 12th, 2022 - v1.0.0...v1.1.0

  • a2996d0 [doc] add note about immutability by @kbond
  • 3e212ab [feature] add uri signing (#4) by @kbond
  • 54dcabb [doc] expand/fix Scheme docs by @kbond

July 12th, 2022 - Initial Release