- added support to laravel 9
- improves doc
- added more tests
- change Route::notAllow to Route::notAllowed
- added tests to route::*
- broken Route::delete, it returns 204 for default
- bypass return new static
- added toString
- a letter refactoring
- added Bypass::serve with helpers route
- addRoute now accept string and array in body
- added chain to methods
- added return type
- Fix assertRoutes
- Improves doc
- Improves doc
- Rename addRouteFile method to AddFileRoute
- added assertRoute, it returns an exception if the defined routes are not called for the expected number of times.
- added times params, default is 1
- added addRouteFile
- deprecated method except, it will removes version 1.0.0
- refactoring addRoute
- improves doc
- remove laravel 5.5 depends
- improves tests with assertSame
- added rename method expect to addRoute
- improves doc
- added method getBaseUrl
- added route and method at string when route not exists
- added CI/test to github
- improves doc
- improves random port
- improves random port
- Improves path with PHP_BINARY
- fixed tests and repeat test with phpunit and phppest
- improves doc
- Improves changelog
- fixed link to compare version
- Improves tests removed duplicate service
- fixed: typo example
- added credits
- fixed stop method
- Started changelog
- Added Doc and Logo
- Clearer variable name and config
- Improves tests
- First functional proposal