What's Changed
- Symfony 7 support by @andrepimpao in #10
- Optional setBaseUrl by @andrepimpao in #11
- Remove OptionsResolver by @andrepimpao in #12
- Improve URL build by @andrepimpao in #13
Breaking Changes
- The
OptionsResolver
was removed and is no longer instantiated by default. You can easily add it to your project though: https://symfony.com/doc/current/components/options_resolver.html. - In the
request
method, the argument$uri
was renamed to$url
. This is only relevant if you were using named parameters.
Full Changelog: v1.0.1...v2.0.0