Simon Sessingø
032a2ae7e0
Merge pull request #583 from skipperbent/v4-development
...
Version 4.3.7.2
4.3.7.2
2021-07-18 01:45:36 +02:00
Simon Sessingø
c2e2d3bb5d
Merge pull request #582 from skipperbent/v4-group-prefix-bug
...
Fixed issue causing group prefix to trigger on paths without "/" (issue #573 - thanks @Venloress)
2021-07-18 01:44:57 +02:00
Simon Sessingø
5dd0690009
Fixed issue causing group prefix to trigger on paths without "/" (issue #573 - thanks @Venloress).
2021-07-18 01:41:26 +02:00
Simon Sessingø
ee61eda1e8
Merge pull request #580 from skipperbent/v4-development
...
Updated documentation
4.3.7.1
2021-07-17 22:00:22 +02:00
Simon Sessingø
471bbe137f
Updated documentation
2021-07-17 21:59:23 +02:00
Simon Sessingø
b17ba06a8c
Merge pull request #578 from skipperbent/v4-development
...
Version 4.3.7.0
4.3.7.0
2021-07-17 21:56:47 +02:00
Simon Sessingø
69494265a5
Merge pull request #577 from skipperbent/v4-prevent-merge-attribute
...
Added group attribute to stop router from merging exception-handlers (issue: #573 )
2021-07-17 21:54:07 +02:00
Simon Sessingø
0d8915b206
Fixed return type.
2021-07-17 21:52:00 +02:00
Simon Sessingø
b54a25804a
Added group attribute to stop router from merging exception-handlers (issue: #573 )
...
- Added new mergeExceptionHandlers attribute to stop router from merging exception-handlers.
- RouteGroup: Added setMergeExceptionHandlers and getMergeExceptionHandlers methods.
- IRouteGroup: Added setMergeExceptionHandlers and getMergeExceptionHandlers method.
- Updated documentation to reflect changes.
- Added unit-tests.
2021-07-17 21:46:05 +02:00
Simon Sessingø
4b8dbdc9e5
Merge pull request #575 from skipperbent/v4-development
...
Updated documentation
4.3.6.2
2021-07-16 22:31:06 +02:00
Simon Sessingø
7fe66ac938
Updated documentation
...
- Changed Router references to SimpleRouter.
- Updated ErrorHandler example.
- Minor tweaks
2021-07-16 22:28:54 +02:00
Simon Sessingø
e5552a88cf
Merge pull request #568 from skipperbent/v4-development
...
Version 4.3.6.1
4.3.6.1
2021-06-15 10:16:25 +02:00
Simon Sessingø
7d80517c2f
Merge pull request #567 from skipperbent/v4-setmatch-parameters
...
Fixed custom regex (setMatch) not setting parsed parameters (issue: #566 )
2021-06-15 10:13:54 +02:00
Simon Sessingø
b3c135c723
Development
...
- Fixed DebugHandler::fireEvent not providing correct arguments when calling fireEvents.
- Fixed custom regex setMatch not setting parsed parameters correctly (issue: #566 ).
- Added unit-tests for catching issue in the future.
- Added php-stan typehints.
2021-06-15 10:11:09 +02:00
Simon Sessingø
e990b95c50
Merge pull request #563 from skipperbent/v4-development
...
Version 4.3.6.0
4.3.6.0
2021-06-09 09:19:14 +02:00
Simon Sessingø
a35400b7a0
Merge pull request #562 from skipperbent/v4-cleanup-bugfixes
...
Development
2021-06-09 09:16:39 +02:00
Simon Sessingø
22606dfc12
Updates
2021-06-09 09:13:11 +02:00
Simon Sessingø
5cd6cab801
Development
...
- Fixed issue causing default-namespace to add duplicate namespace when using type-hints (issue: #561 ).
- Fixed phpstan issues.
- Tests: Fixed TestRouter not resetting namespace upon reset.
- Tests: Added NSController (namespace controller) class.
- Tests: added test for class hint + default namespace case.
- Composer: added phpstan support + configuration.
- Composer: updated phpunit version.
2021-06-09 08:54:24 +02:00
Simon Sessingø
319ce7a569
Merge pull request #559 from skipperbent/v4-development
...
Version 4.3.5.0
4.3.5.0
2021-05-20 15:19:00 +02:00
Simon Sessingø
4dff4006bf
Merge pull request #558 from skipperbent/v4-exists-array
...
Added support for InputHandler::exists to check array of indexes.
2021-05-20 15:15:51 +02:00
Simon Sessingø
eea30d0f59
Simplified RouteController and RouteResource by moving common group-match code to parent method.
2021-05-20 15:15:26 +02:00
Simon Sessingø
ece9d30905
Added support for InputHandler::exists to check array of indexes.
...
- Updated documentation to reflect changes.
2021-05-20 15:03:56 +02:00
Simon Sessingø
d4de7fc3df
Merge pull request #556 from skipperbent/v4-development
...
Version 4.3.4.2
4.3.4.2
2021-05-19 22:05:44 +02:00
Simon Sessingø
03ef9dfb74
Merge pull request #555 from skipperbent/v4-error-group-fix
...
Fixed issue with SimpleRouter::error not firing within group (issue: #551 )
2021-05-19 22:03:39 +02:00
Simon Sessingø
4c5f825c97
Fixed issue with SimpleRouter::error not firing within group (issue: #551 ).
...
- Fixed variable incorrect variable reference in `InputItem` class.
- Added new `Router::addExceptionHandler` method.
- Added parameter types in `Url` class.
- Fixed phpdoc parameter-type for `Request::getHeader`.
2021-05-19 22:00:42 +02:00
Simon Sessingø
b7c31ae434
Merge pull request #553 from skipperbent/v4-development
...
Version 4.3.4.1
4.3.4.1
2021-05-19 04:43:29 +02:00
Simon Sessingø
0c329e4c5b
Merge pull request #552 from skipperbent/v4-exception-callback-fix
...
SimpleRouter::error not working within group
2021-05-19 04:42:35 +02:00
Simon Sessingø
e057a76153
Removed unused variable.
2021-05-19 04:41:36 +02:00
Simon Sessingø
f7f1f1e3de
Fixed issue causing SimpleRouter::exception helper not to work when used within a group (issue: #551 )
2021-05-19 04:31:50 +02:00
Simon Sessingø
f93621fa02
Merge pull request #549 from skipperbent/v4-development
...
Version 4.3.4.0
4.3.4.0
2021-05-19 00:45:32 +02:00
Simon Sessingø
5ab8826bfb
Merge pull request #548 from skipperbent/v4-inputitem-array
...
InputHandler optimisations.
2021-05-19 00:42:48 +02:00
Simon Sessingø
f863f931d8
Fixed php8 php-unit tests compatibility.
2021-05-18 18:08:41 +02:00
Simon Sessingø
0d6326dfbb
InputHandler optimisations.
...
- InputItem can now be used like array (for example: input()->get('items')[0]) if value is array.
- Changed default-value parameter for get, post, file can now be mixed to allow object as return-type.
2021-05-18 18:00:18 +02:00
Simon Sessingø
448a423d5d
Merge pull request #544 from skipperbent/v4-development
...
Version 4.3.3.0
4.3.3.0
2021-05-02 14:00:10 +02:00
Simon Sessingø
df9a855579
Merge pull request #543 from skipperbent/v4-bugfixes
...
Bugfixes
2021-05-02 13:58:00 +02:00
Simon Sessingø
d6bd9bbd72
Development
...
- [FEATURE] Namespace overwrite now works globally. 'Service¨' will append namespace whereas '\Service' will overwrite it.
- [FEATURE] Exceptionhandlers are now rendered in reverse order from newest to oldest. This allows for exceptions to be handled from parent exceptions which were otherwise ignored.
- Fixed incorrect return type for InputFile::getError to nullable int.
- Added return type to all, match, controller and resource in SimpleRouter class.
- Fixed incorrect usage of parse_str in Url::setQueryString method.
- Fixed incorrect expected value in array_flip in Url::removeParams method.
2021-05-02 13:48:13 +02:00
Simon Sessingø
569b3a8760
Merge pull request #541 from skipperbent/v4-development
...
Version 4.3.2.3
4.3.2.3
2021-04-28 10:05:34 +02:00
Simon Sessingø
79a075ef49
Merge pull request #540 from skipperbent/v4-type-hint-notice
...
Fixed deprecated notice when using class type hinting (issue: #538 )
2021-04-28 10:03:55 +02:00
Simon Sessingø
c66d7f7df7
Fixed deprecated notice when using class type hinting (issue: #538 )
2021-04-28 09:57:47 +02:00
Simon Sessingø
c6d0ff3c0e
Merge pull request #536 from skipperbent/v4-development
...
Version 4.3.2.2
4.3.2.2
2021-04-28 03:41:47 +02:00
Simon Sessingø
718d60c53b
Removed return type from IResourceController as the return type can be mixed.
2021-04-04 11:21:26 +02:00
Simon Sessingø
2a573f27fe
Merge pull request #534 from skipperbent/v4-development
...
Version 4.3.2.1
4.3.2.1
2021-04-01 03:16:29 +02:00
Simon Sessingø
ecbb0825e0
Added include param parameter to Url::getAbsoluteUrl method.
2021-04-01 03:14:22 +02:00
Simon Sessingø
b94dc4355f
Optimisations
2021-04-01 03:11:05 +02:00
Simon Sessingø
52c6c226c0
[BUGFIX] Fixed issue with BaseCsrfVerifier matching urls against urls with parameters.
...
- Added optional $includeParams parameter to Url::getRelativeUrl method.
2021-04-01 03:04:32 +02:00
Simon Sessingø
982fb9fab4
Merge pull request #532 from skipperbent/v4-development
...
Version 4.3.2.0
4.3.2.0
2021-04-01 02:37:52 +02:00
Simon Sessingø
ca8fbf2b27
Merge pull request #531 from skipperbent/v4-feature-ip
...
[FEATURE] IP restrict access
2021-04-01 02:35:40 +02:00
Simon Sessingø
e4584a451d
Improved phpDoc for prepend methods
2021-03-31 13:31:20 +02:00
Simon Sessingø
8b11377fe8
Fixed typo
2021-03-31 03:25:35 +02:00
Simon Sessingø
eccda10169
Added prependPrefix to Group class & updated documentation.
2021-03-31 03:23:04 +02:00