Skip to content

Releases: delolmo/symfony-router

v2.1

17 Nov 16:30
5f7f06b
Compare
Choose a tag to compare
  • Dev dependencies have been updated to include better coding standards.
  • middleware/utils have been removed entirely.
  • php-http/discovery has been added instead to automatically detect PSR-7, PSR-17 & PSR-18 compatible libraries.
  • psr/http-message now accepts ^2.0.

v2.0.0

20 Feb 19:05
db9a185
Compare
Choose a tag to compare

Version v1.0.x has been unattended for some time and updating the repository was overdue. The following PR makes the following changes:

  • PHP version has been bumped to >=8.1, following the PHP version of symfony/routing. This affects the composer.json file as well as the current workflows.
  • The packages middleware/utils and symfony/psr-http-message-bridge have also been updated to their latest stable version.
  • vimeo/psalm and rector/rector have been added to composer test.

v1.0.7

19 Mar 16:56
Compare
Choose a tag to compare
  • Add "phpstan/phpstan-deprecation-rules", "phpstan/phpstan-mockery" and "phpstan/phpstan-strict-rules" to phpstan.
  • Add phpmd to testing tools and release cycle.
  • Fix phpstan issues in test files.

v1.0.6

01 Mar 21:08
Compare
Choose a tag to compare
  • Add Scrutinizer CI and code coverage utils
  • Add exception message as reasonPhrase in createResponse methods
  • Add catch statement for NoConfigurationException
  • Remove catch statement for generic \Exception because no other type of exception can be thrown according to RequestMatcherInterface
  • Add test method testNoConfigurationException

v1.0.5

21 Feb 16:27
Compare
Choose a tag to compare
  • Add tests folder to phpstan paths.
  • Add PHP 7.3 to TravisCI.

v1.0.4

21 Feb 16:04
Compare
Choose a tag to compare
  • Add phpstan/phpstan for testing.
  • Replace RouterInterface by Router, because the first does not have the matchRequest method.
  • Normalize the composer.json file.

v1.0.3

17 Feb 20:40
3e6c39f
Compare
Choose a tag to compare
  • Set context from current request to router

v1.0.2

16 Oct 19:55
Compare
Choose a tag to compare

Fix documentation

v1.0.1

16 Oct 19:29
Compare
Choose a tag to compare

Better documentation

v1.0.0

01 Oct 05:51
Compare
Choose a tag to compare
Fix invalid keyword value