Skip to content

Releases: scrawler-labs/router

v4.2.2

26 Oct 12:15
Compare
Choose a tag to compare
  • feat: optional parameter in auto routing

v4.2.1

17 Oct 11:05
Compare
Choose a tag to compare
  • Code cleanup

v4.2.0

06 Oct 01:22
3139d19
Compare
Choose a tag to compare
  • Use safe version of built in php version

v4.1.0

10 Sep 16:38
Compare
Choose a tag to compare

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

07 Aug 18:18
Compare
Choose a tag to compare
  • 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

11 Apr 05:48
714914c
Compare
Choose a tag to compare

🎉 Scrawler Router now supports manual route definitions !

Full Changelog: v3.2.1...v3.3.0

v3.2.1

11 Apr 04:59
fe625d2
Compare
Choose a tag to compare

What's Changed

  • Fixed bug with directory when using caching

Full Changelog: v3.2.0...v3.2.1

v3.2.0

08 Jun 18:46
0ddd49c
Compare
Choose a tag to compare

🎉 Scrawler Router now comes with route caching

Full Changelog: v3.1.0...v3.2.0

v3.1.0

04 Jun 17:18
c007129
Compare
Choose a tag to compare

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

Full Changelog: V3.0.4...v3.1.0

v3.0.4

27 Feb 10:11
bac655d
Compare
Choose a tag to compare

feat : nested directory