Releases: polymorphine/routing
Releases · polymorphine/routing
Release version 0.1.5
Release version 0.1.4
Changes:
- Expanded psr/container version compatibility with 2.x
- Expanded psr/http-message version compatibility with 2.x
Misc:
- Simplified callbacks with short syntax
- Simplified iterations with map callbacks
- Refactored ternary conditionals
- Refactored test methods
Release version 0.1.3
Upgraded codebase to php 8.4
- Upgraded dev package & build scripts
- Removed implicitly nullable arguments
- Updated code style
- Simplified reference namespaces
- Removed dynamic property usage from tests
Release version 0.1.2
- Added length param to PathRegexpSegment::numeric() constructor
- Synchronized package files with skeleton template
- Extended README descriptions
Release version 0.1.1
- Expanded required php version with ^8.0
- Added cs testing script to composer.json
- Updated GitHub workflow script
Release version 0.1.0
Working version of Composite HTTP Routing
- missing documentation
- requires more code style fixes
- possible API changes