Skip to content

Latest commit

 

History

History
114 lines (64 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

114 lines (64 loc) · 2.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.6.0

Changed

  • Minimal require PHP version now is 8.0
  • Composer version up to 2.5.8
  • Up minimal guzzle version to 7.0
  • Up minimal phpstan version to 1.10
  • Up minimal phpunit version 9.6

Fixed

  • Replaced the use of deprecated methods from guzzlehttp/promises

v1.5.0

Changed

  • Namespaces to AvtoDev

v1.4.0

Added

  • Support PHP 8.x

Changed

  • Composer 2.x is supported now
  • Minimal required phpunit/phpunit version now is 8.5.4
  • Minimal required phpstan/phpstan version now is ~0.12.34

v1.3.0

Changed

  • Minimal required PHP version now is 7.2 #PR10
  • GitHub actions as main CI #PR10
  • Dev-dependency phpstan/phpstan updated #PR10

Added

  • Dependency ext-mbstring #PR10
  • declare(strict_types=1); into each PHP file #PR10
  • Type definitions in methods parameters and return values, where it possible #PR10

Fixed

  • Autoload paths in composer.json (eg.: srcsrc/) #PR10

v1.2.1

Fixed

  • Any case method names finding #8

v1.2.0

Changed

  • Maximal guzzlehttp/guzzle package version now is ~7.0

v1.1.2

Fixed

  • The same uri can now respond to different http methods by @BurningDog. Closes #2

v1.1.1

Changed

  • Updated code annotations in handler
  • Docker environment dor package developing
  • CS fixer settings

Added

  • GitHub actions settings

v1.1.0

Added

  • Parameter $to_top for onUriRegexpRequested method (it allows "override" previously declared patterns)

v1.0.2

Changed

  • Exception message "There is no action for requested URI" now contains request method name

v1.0.1

Changed

  • Exception message "There is no action for requested URI" now contains requested URI

v1.0.0

Added

  • First release