Skip to content

Releases: inhere/php-sroute

v3.1.0

20 Apr 08:03
Compare
Choose a tag to compare

Change Log

Feature

  • feat: add gen chlog on release 0d842f6

Update

  • update release action file b95149d
  • up: add type for class properties, limit php8.0 6a4a829
  • up: update gh test and release action, update readme 39c6fc2
  • up: update readme, rename srouter to sroute 7a88d31
  • up: update some for run in php8.4 2fdd9a7

Other

  • Update phpunit/phpunit requirement from ^7.5 to ^7.5 || ^8.0 fd785cc
  • chore: fix gh test action file error, fix action link on readme 4a27774
  • chore: update composer require-dev deps, up the gh action e6a68b7
  • chore: update the phpunit xml file 9000b1d
  • chore: update action badge on readme f7ed8f7
  • Bump actions/checkout from 3 to 4 a1a7ec2
  • Bump softprops/action-gh-release from 1 to 2 d5887f6
  • ci: fix ci run error on parse cover xml 61a046c

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