Releases: roach-php/laravel
Releases · roach-php/laravel
3.1.0
3.0.0
2.0.0
What's Changed
- Laravel 10 support by @ksassnowski in #18
- Drop PHP 8.0 support
Full Changelog: 1.0.0...2.0.0
1.0.0
What's Changed
- Added support for
roach-php/core:^1.0
- Added
force (-f)
optioni toroach:spider
command (@josezenem, #9) - Added
default_spider_namespace
configuration option. This option is used by both the
roach:spider
androach:run
commands - Fixed bug where
artisan roach:run
command would sometimes not correctly parse namespaces (fixes #11) - Drop support for Laravel 8
New Contributors
- @josezenem made their first contribution in #9
Full Changelog: 0.3.1...1.0.0
0.3.1
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
0.2.1
What's Changed
- Update spider.stub to use correct namespace for ParseResult by @RyanPriceDotCa in #4
New Contributors
- @RyanPriceDotCa made their first contribution in #4
Full Changelog: 0.2.0...0.2.1
0.2.0
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
Initial release