Skip to content

Releases: DeveloperMarius/simple-php-router

Version 5.1.7

04 Jul 07:54
4095b8b
Compare
Choose a tag to compare

Hello,

this version includes the fixes PR #19 and PR #21.
Thanks @xJuvi for the PRs.

~ Marius

Version 5.1.6

25 Sep 20:50
Compare
Choose a tag to compare

Hello,

  • fixed #17; thanks to @xJuvi for reporting this issue
  • fixed #18; thanks to @xJuvi for reporting this issue

~ Marius

Version 5.1.5

05 Mar 14:22
Compare
Choose a tag to compare

Hello,

this release fixes an array to string conversion error with the validation exception.

~ Marius

Version 5.1.4

29 Jan 12:47
Compare
Choose a tag to compare

Hello,

this release contains more detailed error messages for input validation.

~ Marius

Version 5.1.3

17 Dec 14:26
Compare
Choose a tag to compare

Hello,

in this release I added some changes to the route attributes.

~ Marius

Version 5.1.2

31 Oct 15:01
Compare
Choose a tag to compare

Hello,

fixed an input validation issue with nullable route parameters.

~ Marius

Version 5.1.1

24 Oct 10:33
Compare
Choose a tag to compare

Hello,

fixed #15
trying a new version format #14

~ Marius

Version 5.1.0.19

24 Oct 10:18
Compare
Choose a tag to compare

Hello,

when the request body is empty and the content type json, json_decode returns null.
This is was catched and will now be handled correctly.

~ Marius

Version 5.1.0.18

24 Oct 09:39
Compare
Choose a tag to compare

Hello,

fixed case for input [["a","b"],0]

~ Marius

Version 5.1.0.17

27 Mar 05:35
Compare
Choose a tag to compare

Hello,

this release contains fixes for the loadRoutes function.

~ Marius