Releases: scrawler-labs/router
Releases · scrawler-labs/router
v4.2.2
v4.2.1
v4.2.0
v4.1.0
What's Changed
- feat : using auto routing is now optional
- chore : using strict typing
- BC : bump minimum PHP version to 8.3
- chore : update dependencies
- chore(deps): update actions/checkout action to v4 by @renovate in #28
- chore(deps): update dependency phpstan/phpstan to v1.10.36 by @renovate in #26
Full Changelog: v4.0.0...v4.1.0
v4.0.0
- Remove Symfony dependencies
- Remove built in cache in favour of bring your own PSR16 implementation
- Improve using of manual routing
- Improve handling of 404 error
- Added support for 405 error
- Under the hood improvement
- Code cleanup and removal of unnecessary components and dependencies
Note : You would need to change initial setup for migrating from 3.x to 4.x, automatic routing logic largely remains same without any changes
Full Changelog: v3.3.0...v4.0.0
v3.3.0
🎉 Scrawler Router now supports manual route definitions !
Full Changelog: v3.2.1...v3.3.0
v3.2.1
v3.2.0
🎉 Scrawler Router now comes with route caching
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- Reformatted the PHP code in the README to PSR-2 and PSR-12. by @hopeseekr in #10
- Better Tests by @hopeseekr in #11
- Symfony dependency updated to symphony v6 - @ipranjal
- Now Symphony response can be directly returned by controller - @ipranjal
New Contributors
- @hopeseekr made their first contribution in #10
Full Changelog: V3.0.4...v3.1.0