All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for Laravel 11
- Added support for PHP 8.3
- Dropped Laravel 9 support
- Added support for Laravel 10
- Dropped support for PHP 8.0
1.0.0 - 2022-04-19
- 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 theroach:spider
androach:run
commands
- Fixed bug where
artisan roach:run
command would sometimes not correctly parse namespaces (fixes #11)
- Drop support for Laravel 8
0.3.1 - 2022-02-01
- Fixed default container bindings not being registered correctly if package config has not been published (fixes #5)
0.3.0 - 2022-01-30
- Added support for Laravel 9
0.2.1 - 2022-01-04
- Update incorrect namespace in spider stub (#4). Credits @RyanPriceDotCa
0.2.0 - 2021-12-28
- Bump
roach-php/core
dependency to^0.2.0
which includes a middleware to execute Javascript on a page.
- Initial release