Skip to content

Releases: monooso/unobserve

Version 6.1.1

24 Aug 19:07
59cef8a

Choose a tag to compare

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

25 Mar 11:19
c25d340

Choose a tag to compare

Added support for Laravel 12.

Version 6.0.0

20 Mar 11:14
5838013

Choose a tag to compare

Changed

  • Dropped support for versions of Laravel <= 11.0
  • Updated tests to work with PHPUnit 11
  • Reorganised code quality tooling

Version 5.2.0

14 Mar 08:26
eab5818

Choose a tag to compare

Added support for Laravel 10. Once again, Sergej Tihonov did all the work.

Version 5.1.0

06 Jun 16:40
89f7cab

Choose a tag to compare

Added support for classes that use constructor injection, and improved PHP 8 type hinting, all courtesy of Sergej Tihonov.

Version 5.0.1

26 May 10:37
993987a

Choose a tag to compare

Improves documentation, courtesy of @Sergej-Tihonov.

Version 5.0.0

26 Apr 16:18
3a11a0a

Choose a tag to compare

Adds support for Laravel 9. Thanks to @spinzar for the original pull request.

Version 4.0.0

24 May 15:16

Choose a tag to compare

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

10 Oct 14:15

Choose a tag to compare

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

03 Sep 19:21
7511624

Choose a tag to compare

Bumps symfony/http-kernel dependency from 5.0.5 to 5.1.5.