Releases: monooso/unobserve
Version 6.1.1
Fixed PHP 8.4 deprecation warning, courtesy of @renky.
Note that Unobserve will not be classified as "officially" supporting PHP 8.4 until this issue is addressed.
Version 6.1.0
Added support for Laravel 12.
Version 6.0.0
Changed
- Dropped support for versions of Laravel <= 11.0
- Updated tests to work with PHPUnit 11
- Reorganised code quality tooling
Version 5.2.0
Added support for Laravel 10. Once again, Sergej Tihonov did all the work.
Version 5.1.0
Added support for classes that use constructor injection, and improved PHP 8 type hinting, all courtesy of Sergej Tihonov.
Version 5.0.1
Improves documentation, courtesy of @Sergej-Tihonov.
Version 5.0.0
Adds support for Laravel 9. Thanks to @spinzar for the original pull request.
Version 4.0.0
Adds support for PHP 8 (Laravel 8 only). Moves support for PHP 7.x to the 3.x branch.
Thanks to Micheal Mand for the original pull request.
Version 3.0.0
Adds support for Laravel 8. Moves support for Laravel 7 to the 2.x branch.
Thanks to Micheal Mand for the pull request, and for testing Unobserve on Laravel 8.
Version 2.0.2
Bumps symfony/http-kernel dependency from 5.0.5 to 5.1.5.