Skip to content

Releases: inhere/php-sroute

v1.7.1

01 Feb 06:19

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

v1.7.0

11 Jan 11:07

Choose a tag to compare

  • php version require >= 7
  • convert code style to php 7

v1.6.3

29 Dec 16:33

Choose a tag to compare

  • Some optimization
  • This is last version for php 5.6 . now, v1.7 will require php >= 7.0

v1.6.0

15 Dec 10:03

Choose a tag to compare

config modify. config array change to properties

v1.5.2

15 Dec 09:03

Choose a tag to compare

some update

v1.5.1

04 Dec 14:19

Choose a tag to compare

  • add new method ctrl() for quick register a group universal routes for a controller
  • add new method rest() for quick registration RESTful resources routes
  • some modify for Router
  • update readme

v1.5.0

03 Dec 11:58

Choose a tag to compare

  • some bug fixed.
  • some logic modify. routes storage stracture modify.
  • update readme

v1.4.4

02 Dec 11:33

Choose a tag to compare

  • bug fixed
  • update readme

v1.4.3

14 Nov 10:58

Choose a tag to compare

  • update readme
  • bug fixed for match like 'blog-{name}'
  • static/cache routes storage structure modify.
  • bug fixed for cache route

v1.4.2

10 Nov 08:42
4b81a3b

Choose a tag to compare

update readme