Skip to content

Releases: roach-php/laravel

3.1.0

22 Mar 21:23
17c8042
Compare
Choose a tag to compare

Added

  • Added support for Laravel 11

Full Changelog: 3.0.0...3.1.0

3.0.0

05 Jan 07:30
2b9efb5
Compare
Choose a tag to compare

Added

  • Added support for PHP 8.3

Removed

  • Dropped support for Laravel 9

Full Changelog: 2.0.0...3.0.0

2.0.0

06 Feb 06:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...2.0.0

1.0.0

19 Apr 19:56
4e7405e
Compare
Choose a tag to compare

What's Changed

  • Added support for roach-php/core:^1.0
  • Added force (-f) optioni to roach:spider command (@josezenem, #9)
  • Added default_spider_namespace configuration option. This option is used by both the
    roach:spider and roach:run commands
  • Fixed bug where artisan roach:run command would sometimes not correctly parse namespaces (fixes #11)
  • Drop support for Laravel 8

New Contributors

Full Changelog: 0.3.1...1.0.0

0.3.1

01 Feb 09:25
62b096d
Compare
Choose a tag to compare

Fixed

  • Fixed default container bindings not being registered correctly if package config has not been published (fixes #5)

Full Changelog: 0.3.0...0.3.1

0.3.0

30 Jan 11:22
ba20dda
Compare
Choose a tag to compare

Added

  • Added support for Laravel 9

Full Changelog: 0.2.1...0.3.0

0.2.1

04 Jan 16:00
92a3245
Compare
Choose a tag to compare

What's Changed

  • Update spider.stub to use correct namespace for ParseResult by @RyanPriceDotCa in #4

New Contributors

Full Changelog: 0.2.0...0.2.1

0.2.0

28 Dec 13:33
5eb956b
Compare
Choose a tag to compare

What Changed

  • Bump roach-php/core dependency to ^0.2.0 which includes a middleware to execute
    Javascript on a page.

Full Changelog: 0.1.0...0.2.0

0.1.0

27 Dec 22:41
6bd8a40
Compare
Choose a tag to compare

Initial release