Releases: programmatordev/php-api-sdk
Releases · programmatordev/php-api-sdk
v2.0.0
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
v1.0.1
What's Changed
- Improve plugin system example and misc by @andrepimpao in #7
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Stable release! 🔥
v0.3.0
v0.2.0
What's Changed
- Fix README badges links by @andrepimpao in #2
- Make methods public by @andrepimpao in #3
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release! 🔥