Skip to content

Releases: polymorphine/routing

Release version 0.1.5

28 Jan 03:21
2766db9

Choose a tag to compare

Changed class elements order according to updated Polymorphine/Dev coding standard (version 0.6.0).

Release version 0.1.4

10 Jan 14:06
2c25c78

Choose a tag to compare

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

04 Jan 01:43
7265d04

Choose a tag to compare

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

05 Oct 00:57
a0cb5f8

Choose a tag to compare

  • Added length param to PathRegexpSegment::numeric() constructor
  • Synchronized package files with skeleton template
  • Extended README descriptions

Release version 0.1.1

11 Aug 09:28
51ba71c

Choose a tag to compare

  • Expanded required php version with ^8.0
  • Added cs testing script to composer.json
  • Updated GitHub workflow script

Release version 0.1.0

05 Mar 10:53

Choose a tag to compare

Working version of Composite HTTP Routing

  • missing documentation
  • requires more code style fixes
  • possible API changes