Skip to content

Releases: juliangut/slim-routing

3.2

02 Feb 23:21
Compare
Choose a tag to compare

Update to Symfony Console's Attribute

3.1

06 Nov 21:34
Compare
Choose a tag to compare
3.1

Added new RedirectResponse type and handler for redirections

3.0

19 Oct 16:00
Compare
Choose a tag to compare
3.0

Drop PHP < 8.0
New route mapping with PHP8 Attributes
Route mapping with Doctrine's annotations is deprecated
Transformers signature have changed
Internal changes

Review https://github.com/juliangut/slim-routing#migration-from-2x

2.4

08 May 12:12
Compare
Choose a tag to compare
2.4

Support route arguments

2.3

04 Apr 23:28
Compare
Choose a tag to compare
2.3

Routes can now return null
Added route patterns trailing slash control

2.2

12 Mar 23:23
Compare
Choose a tag to compare
2.2

New route collector cache
Normalize middleware and transformer keys

2.1

08 Nov 19:22
Compare
Choose a tag to compare
2.1

Route lookup regression fix

2.0

15 Sep 09:38
Compare
Choose a tag to compare
2.0

Minimum Slim version is now 4.2
ResponseType handling is NOT automatically available
Response handlers list configuration have been moved to each RequestHandlerInvocationStrategyInterface implementation
Review docs

1.0

04 Oct 20:44
Compare
Choose a tag to compare
1.0
  • xmlHttpRequest request type verification
  • Request parameter transformation

1.0-RC6

03 Feb 12:26
Compare
Choose a tag to compare
1.0-RC6 Pre-release
Pre-release
  • Get response handlers from container
  • New mapping metadata resolver