Skip to content

Releases: monooso/unobserve

Version 6.0.0

20 Mar 11:14
5838013
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Improves documentation, courtesy of @Sergej-Tihonov.

Version 5.0.0

26 Apr 16:18
3a11a0a
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Version 2.0.1

05 Aug 11:34
88c20c4
Compare
Choose a tag to compare

Bumps symfony/http-foundation dependency from 5.0.5 to 5.0.7.

Version 2.0.0

13 Mar 10:56
Compare
Choose a tag to compare

Adds support for Laravel 7. Please refer to the 1.x branch for older Laravel versions.