Releases: inhere/php-sroute
Releases · inhere/php-sroute
v3.0.4
- fix #9 stict type bug
- format codes by php-cs-fixer
- add ci tests for php 7.4
v3.0.3
- add more unit tests.
- update some info
v1.8.0
- optimize route loading and parsing speed
- some logic update: update route cache storage
- add more unit test for router
- some bug fixed for router
v1.7.6
- optimize routing collection logic
- some update
- update readme
v1.7.4
- add .travis.yml
- bug fixed: sometimes not found will become disallowed
v1.7.2
- add unit test for
PreMatchRouter
. some logic update for PreMatchRouter
- rename folder examples,tests to example,test
- add a router manager
RouterManager
, and add some unit test
v1.7.1
- remove route temp caches from
ORouter
- new: add new
ServerRouter
to support temp caches
- new: add pre-match router
PreMatchRouter
- update readme