Simon Sessingø
c74d83796f
[FEATURE] Added sub-domain routing.
...
- Updated documentation.
2015-12-10 03:31:57 +01:00
Simon Sessingø
2128a24f1c
[FEATURE] Added support for domain regex matching.
...
- Also improved regex matching when using custom regular expressions.
2015-12-10 01:34:35 +01:00
Simon Sessingø
6ee3153f8f
Merge pull request #42 from skipperbent/development
...
[TASK] Removed baseCfsrVerifier from constructor to make it completely
1.3.2
2015-12-08 16:54:15 +01:00
Simon Sessingø
b1768d86f7
[TASK] Removed baseCfsrVerifier from constructor to make it completely
...
optional (to increase speed on project which doesn't need it).
2015-12-08 16:29:12 +01:00
Simon Sessingø
03f90a160b
Merge pull request #41 from skipperbent/development
...
[TASK] Optimised cache method in Response class.
1.3.1
2015-12-05 03:55:11 +01:00
Simon Sessingø
1d8e7c2caf
[TASK] Optimised cache method in Response class.
2015-12-05 03:53:50 +01:00
Simon Sessingø
4447a88894
Merge pull request #40 from skipperbent/development
...
[FEATURE] Features
1.3.0.7
2015-11-22 20:30:49 +01:00
Simon Sessingø
8efec07a8b
[FEATURE]
...
- Added support for custom ExceptionHandlers on group level.
- Routes now contain parent group, if any.
- Fixed wrong usage of required parameter.
2015-11-22 20:24:43 +01:00
Simon Sessingø
4d45e34541
Merge pull request #39 from skipperbent/development
...
[...] Stuff from previous commit
1.3.0.6
2015-11-22 19:47:42 +01:00
Simon Sessingø
a9e7a33ff8
[...] Stuff from previous commit
2015-11-22 19:47:11 +01:00
Simon Sessingø
6805a79d50
Merge pull request #38 from skipperbent/development
...
Development
1.3.0.5
2015-11-22 19:45:51 +01:00
Simon Sessingø
5393aa3200
[TASK] RouterRoute now throws exception is required parameter is not
...
filled.
2015-11-22 19:44:09 +01:00
Simon Sessingø
f2ffd83376
[TASK] If parameter is empty set RouterRoute not set the value to null.
2015-11-22 19:39:11 +01:00
Simon Sessingø
5a398f03a6
Merge pull request #37 from skipperbent/development
...
Fixed route not matching when two params added next to each other.
1.3.0.4
2015-11-21 21:02:04 +01:00
Simon Sessingø
866832faa6
Merge branch 'development' of https://github.com/skipperbent/simple-php-router into development
2015-11-21 21:01:14 +01:00
Simon Sessingø
c4bff83ac4
[BUGFIX] Fixed route not matching when two params added next to each
...
other.
2015-11-21 21:00:15 +01:00
Simon Sessingø
5ca8294015
Merge pull request #36 from skipperbent/master
...
Latest master
2015-11-21 20:49:09 +01:00
Simon Sessingø
6e98f8e20b
Merge pull request #35 from skipperbent/development
...
[TASK] Added support for letters (before it was only numbers) in default parameter regex.
1.3.0.3
2015-11-21 20:48:36 +01:00
Simon Sessingø
3533ff8906
[TASK] Added support for letters (before it was only numbers) in default parameter regex.
2015-11-21 20:47:46 +01:00
Simon Sessingø
f2fd5261c1
Merge pull request #34 from skipperbent/development
...
[BUGFIX] Fixed parameters on custom regex match.
1.3.0.2
2015-11-21 20:34:45 +01:00
Simon Sessingø
02de9572fa
[BUGFIX] Fixed parameters on custom regex match.
2015-11-21 20:31:44 +01:00
Simon Sessingø
e2a618fadd
Merge pull request #33 from skipperbent/development
...
[BUGFIX] Fixed optinal parameters not availible when getting route.
1.3.0.1
2015-11-21 19:44:19 +01:00
Simon Sessingø
e5700477e0
[BUGFIX] Fixed optinal parameters not availible when getting route.
...
[BUGFIX] Fixed optinal parameters not availible in url.
2015-11-21 19:43:23 +01:00
Simon Sessingø
750817e451
Merge pull request #32 from skipperbent/development
...
[FEATURE] Optimised route matching, added optional parameters.
1.3.0.0
2015-11-21 19:36:09 +01:00
Simon Sessingø
3b4954821a
[FEATURE] Optimised route matching, added optional parameters.
...
- Optimised route matching. This should be way more officient and also
seems to fix issues with getting the current route using the getRoute class.
- Added support for optional routes, for example: {id?}.
- Updated documentation to reflect new changes.
2015-11-21 19:31:06 +01:00
Simon Sessingø
5c36e9c652
Merge pull request #31 from skipperbent/development
...
[BUGFIX] Fixed support for urls like /path/{param}/path
1.2.8.6
2015-11-20 07:18:31 +01:00
Simon Sessingø
b930c06683
[BUGFIX] Fixed support for urls like /path/{param}/path
2015-11-20 07:17:49 +01:00
Simon Sessingø
0f8bba7c32
Merge pull request #30 from skipperbent/development
...
[FEATURE] Added getIsSecure method to Request class.
1.2.8.5
2015-11-18 19:20:11 +01:00
Simon Sessingø
19dc295199
[FEATURE] Added getIsSecure method to Request class.
2015-11-18 19:19:15 +01:00
Simon Sessingø
c93e0f2ce6
Merge pull request #29 from skipperbent/development
...
[BUGFIX] Group will now always be rendered no matter of what prefix is.
1.2.8.4
2015-11-17 00:56:28 +01:00
Simon Sessingø
388c027d04
[BUGFIX] Group will now always be rendered no matter of what prefix is.
2015-11-17 00:55:59 +01:00
Simon Sessingø
2c8e65f25b
Merge pull request #28 from skipperbent/development
...
[BUGFIX] Fixed routeMatch in RouterEntry not matching routes with multiple arguments.
1.2.8.3
2015-11-14 22:22:00 +01:00
Simon Sessingø
eb93584d85
[BUGFIX] Fixed routeMatch in RouterEntry not matching routes with multiple
...
arguments.
2015-11-14 22:21:11 +01:00
Simon Sessingø
bd5d17b6fb
Merge pull request #27 from skipperbent/development
...
[TASK] Removed Pecee folder.
2015-11-02 08:09:43 +01:00
Simon Sessingø
7c0ac390fd
[TASK] Undid changes to composer.json
2015-11-02 08:09:13 +01:00
Simon Sessingø
3fc81b6492
[TASK] Readded Pecee folder.
2015-11-02 08:08:49 +01:00
Simon Sessingø
b400b86322
[TASK] Removed Pecee folder.
2015-11-02 08:06:49 +01:00
Simon Sessingø
1d338e9aa9
Merge pull request #26 from skipperbent/development
...
[OPTIMISATION] Fixed Group only loading middleware when initialised.
1.2.8.2
2015-11-01 10:24:51 +01:00
Simon Sessingø
889ceaa37f
[OPTIMISATION] Fixed Group only loading middleware when initialised.
2015-11-01 10:24:05 +01:00
Simon Sessingø
363338c92f
Merge pull request #25 from skipperbent/development
...
Development
1.2.8.1
2015-11-01 10:14:57 +01:00
Simon Sessingø
3dd9dba029
[FEATURE] All headers in Request class now has lowercased keys.
2015-11-01 10:13:00 +01:00
Simon Sessingø
be277f276f
[FEATURE] Added support for patch.
...
- Put now also allow patch request types.
2015-11-01 09:21:47 +01:00
Simon Sessingø
f215eaa9cf
[BUGFIX] Bugfixes and optimisations
...
- Fixed support for multiple middlewares using array.
- Fixed match and parameters-match not not being merged when used on group.
2015-11-01 09:11:17 +01:00
Simon Sessingø
933f2370fe
Merge pull request #24 from skipperbent/development
...
Development
1.2.8
2015-11-01 08:29:19 +01:00
Simon Sessingø
b3f8910cab
[TASK] Removed Middleware class.
2015-11-01 08:28:28 +01:00
Simon Sessingø
8557741083
[FEATURE] Bugfixes and optimisations
...
- Changed Middleware to interface - as it's easier to inherit and use in
other frameworks/projects.
- RouterController now loads method based on request-method.
- Changed references to old Middleware abstract class.
- Middleware must now be instance of IMiddleware instead of Middleware
class.
2015-11-01 08:23:46 +01:00
Simon Sessingø
c60d7d81c1
Merge pull request #23 from skipperbent/development
...
[BUGFIX] Optimised getRoute for custom urls.
1.2.7.7
2015-11-01 07:49:21 +01:00
Simon Sessingø
637b998f02
[TASK] Made RouterBase use singleton HttpRequest class.
2015-11-01 07:48:29 +01:00
Simon Sessingø
aca7d3d503
[FEATURE] Added magic method getters and setters, and made request a
...
singleton applied configuration can be availible from everywhere.
2015-11-01 07:44:13 +01:00
Simon Sessingø
846c9e6584
[BUGFIX] Optimised getRoute for custom urls.
2015-11-01 07:36:13 +01:00