Skip to content

Releases: inhere/php-sroute

v3.0.6

21 Oct 03:29
Compare
Choose a tag to compare
Release v3.0.6

v3.0.4

17 May 02:33
Compare
Choose a tag to compare
  • fix #9 stict type bug
  • format codes by php-cs-fixer
  • add ci tests for php 7.4

v3.0.3

01 Feb 16:52
Compare
Choose a tag to compare
  • add more unit tests.
  • update some info

v3.0.0

19 Nov 09:31
Compare
Choose a tag to compare

new version v3.0.0

v2.0.1

16 Nov 16:31
Compare
Choose a tag to compare

bug fixed

v1.8.0

27 Apr 14:29
Compare
Choose a tag to compare
  • 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

23 Apr 11:43
Compare
Choose a tag to compare
  • optimize routing collection logic
  • some update
  • update readme

v1.7.4

19 Apr 14:48
Compare
Choose a tag to compare
  • add .travis.yml
  • bug fixed: sometimes not found will become disallowed

v1.7.2

09 Feb 07:14
Compare
Choose a tag to compare
  • 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

01 Feb 06:19
Compare
Choose a tag to compare
  • remove route temp caches from ORouter
  • new: add new ServerRouter to support temp caches
  • new: add pre-match router PreMatchRouter
  • update readme