Skip to content

Releases: inhere/php-sroute

v1.4.1

20 Oct 17:30
Compare
Choose a tag to compare
  • some bug fixed
  • some modify

v1.4.0

18 Oct 03:06
Compare
Choose a tag to compare
  • update:
    • store and match logic update
    • more example routes.
    • update readme
  • bugfix:
    • default values merge error.
    • when route string has '.' cannot matched. eg 'about[.html]'
    • ... some bug fixed

v1.3.0

16 Oct 01:56
Compare
Choose a tag to compare
  • change match logic and store structure
  • some update and bug fixed

v1.2.1

14 Oct 11:32
Compare
Choose a tag to compare

some update

v1.2.0

11 Sep 06:16
Compare
Choose a tag to compare
  • change first char to upper of the namespace
  • some config update
  • route dispatcher update

v1.1.0

08 Aug 09:04
Compare
Choose a tag to compare
  • 配置调整
  • 一些优化

1.0.3

18 Jul 01:47
Compare
Choose a tag to compare
  • 抽离调度器为单独的类
  • 一些逻辑调整

1.0.2

17 Jul 09:51
Compare
Choose a tag to compare
  • some bug fixed
  • add optional arguments support
  • ...

new version

16 Jul 16:12
Compare
Choose a tag to compare
  • add route option support
  • Optimization search matching logic
  • Greatly enhance success matching speed. (Is not affected by the routing number)
  • A more flexible support parameters
  • something ...

some bug fixed

16 Jul 06:29
Compare
Choose a tag to compare
  • add route group suppoert
  • new add a object Router class
  • add some example code
  • oo, some update