Skip to content

Releases: scrawler-labs/router

v4.0.0

07 Aug 18:18
Compare
Choose a tag to compare
  • Remove Symfony dependencies
  • Remove built in cache in favour of bringing you on PSR16 implementation
  • Omprove using of manual routing
  • Improve handling of 404 error
  • Sdded 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

v3.0.3

04 Feb 19:48
Compare
Choose a tag to compare

fix: always throw exception

v3.0.2

03 Feb 18:40
Compare
Choose a tag to compare

feat: new optional parameter feature

v3.0.1

01 Nov 09:38
Compare
Choose a tag to compare

feat: apiMode optimisation for Scrawler 3.0

v2.2.1

31 Oct 17:56
Compare
Choose a tag to compare

fix: fixing unwanted urls rendering 404 error