Simon Sessingø
6930864e7e
Merge pull request #136 from skipperbent/v2
...
V2
2016-11-16 15:32:45 +02:00
Simon Sessingø
ad0eceb814
Merge pull request #135 from skipperbent/v2-development
...
Bugfixes
2.1.2
2016-11-16 15:32:32 +02:00
Simon Sessingø
8478899eb6
Bugfixes
2016-11-16 14:30:19 +01:00
Simon Sessingø
f3f129ae0b
Merge pull request #134 from skipperbent/v2
...
V2
2016-11-15 09:47:07 +02:00
Simon Sessingø
4bec2bc5fb
Merge pull request #133 from skipperbent/v2-development
...
Csrf bugfixes
2.1.1
2016-11-15 09:46:54 +02:00
Simon Sessingø
93562bd758
Csrf bugfixes
2016-11-15 08:46:14 +01:00
Simon Sessingø
85b9fac21e
Merge pull request #132 from skipperbent/v2
...
V2
2016-11-15 08:13:22 +02:00
Simon Sessingø
4f47463497
Merge pull request #131 from skipperbent/v2-development
...
V2 development
2.1.0
2016-11-15 08:13:09 +02:00
Simon Sessingø
9c413a3c53
Bugfixes
2016-11-15 06:38:39 +01:00
Simon Sessingø
669d318a12
Documentation updates
2016-11-15 05:57:58 +01:00
Simon Sessingø
9513e38009
Fixed to unit tests
2016-11-15 05:57:04 +01:00
Simon Sessingø
a13bcd4768
Updated demo project + documentation
2016-11-15 05:48:08 +01:00
Simon Sessingø
83c73a4240
Callback, faking route and documentation updates
2016-11-15 05:44:24 +01:00
Simon Sessingø
bc14790a67
Updated documentation
2016-11-15 03:55:28 +01:00
Simon Sessingø
d5e7a13d89
Development + bugfixes
2016-11-15 03:43:26 +01:00
Simon Sessingø
0c93633d13
Merge pull request #130 from skipperbent/v2
...
V2
2016-11-15 01:12:51 +02:00
Simon Sessingø
e5c86c1822
Merge pull request #129 from skipperbent/v2-development
...
Bugfixes
2.0.2
2016-11-15 01:12:41 +02:00
Simon Sessingø
6de0700e17
Bugfixes
...
- Removed debugging constructor.
- Updated documentation.
2016-11-15 00:11:57 +01:00
Simon Sessingø
973344e46e
Merge pull request #128 from skipperbent/v2
...
V2
2016-11-08 18:23:22 +02:00
Simon Sessingø
32c305bd2c
Merge pull request #124 from skipperbent/v2-development
...
V2 development
2.0.1
2016-11-08 18:22:49 +02:00
Simon Sessingø
28ffa30d3e
Development
...
- all() in Input class now returns correct array.
- all() now supports json data.
- Minor bugfixes.
2016-11-08 18:21:21 +02:00
Simon Sessingø
540ebb31ac
Updated documentation
2016-11-07 05:48:02 +01:00
Simon Sessingø
48317ded7a
Updated documentation
2016-11-07 05:40:32 +01:00
Simon Sessingø
28c3370b67
Fixed group not adding multiple middlewares
2016-11-07 04:55:43 +01:00
Simon Sessingø
7ee42c98a7
Updated documentaiton
2016-11-07 04:45:18 +01:00
Simon Sessingø
8740db9582
Development
...
- Isolated Http classes from router.
- Removed getInstance from Request object - current router request should now be obtained through SimpleRouter::request().
- Fixed broken test cases.
- Added test for regular expression match.
- Updated documentation to reflect changes.
- Added more helper examples to documentation.
- Added helpers to demo-project.
- Optimisations.
2.0
2016-11-07 04:40:28 +01:00
Simon Sessingø
4a03005c68
Merge pull request #122 from skipperbent/development
...
Fixed urls in groups not working
1.8.0.6
2016-11-06 09:04:56 +01:00
Simon Sessingø
2d57b45c7b
Fixed urls not being visible
2016-11-06 09:04:05 +01:00
Simon Sessingø
52034411cf
Merge pull request #121 from skipperbent/development
...
Development
1.8.0.5
2016-11-06 08:14:36 +01:00
Simon Sessingø
98cc8504d4
Development
...
- Group only loads if prefix matches (if any).
2016-11-06 08:13:47 +01:00
Simon Sessingø
4c8ed5bb3d
Merge pull request #120 from skipperbent/development
...
Development
1.8.0.4
2016-11-05 23:09:19 +01:00
Simon Sessingø
035a5b1629
Development
...
- Added support for cloudflare when using getIp method in Request.
- Fixed undefined variable notice in RouterBase class.
2016-11-05 23:07:14 +01:00
Simon Sessingø
9fed6ffb3f
Merge pull request #119 from skipperbent/development
...
Optimised for cli-usage
1.8.0.3
2016-10-28 07:41:21 +02:00
Simon Sessingø
832aff0358
Optimised for cli-usage
2016-10-28 07:40:51 +02:00
Simon Sessingø
15da599e82
Merge pull request #118 from skipperbent/development
...
Minor optimisations
1.8.0.2
2016-10-27 19:15:59 +02:00
Simon Sessingø
43e05ad821
Minor optimisations
2016-10-27 19:15:38 +02:00
Simon Sessingø
9274acb591
Merge pull request #117 from skipperbent/development
...
Optimisations and bugfixes
1.8.0.1
2016-10-27 17:06:24 +02:00
Simon Sessingø
2fd32868c2
Optimisations and bugfixes
2016-10-27 17:06:05 +02:00
Simon Sessingø
5c7759ab72
Merge pull request #116 from skipperbent/development
...
Development
2016-10-27 16:45:29 +02:00
Simon Sessingø
e51b72f0e0
Development
...
- Changed from http_build_query to custom solution as it doesn't support querystrings with "%" on some php versions.
2016-10-27 16:44:35 +02:00
Simon Sessingø
c7b8593185
Merge pull request #114 from skipperbent/development
...
Development
1.8.0.0
2016-10-20 08:38:23 +02:00
Simon Sessingø
3b5e2aee9d
Added credits
2016-10-20 08:37:39 +02:00
Simon Sessingø
27ba532b2d
Updated documentation
2016-10-20 08:36:50 +02:00
Simon Sessingø
fb478f475c
Merge pull request #113 from skipperbent/development
...
Development
2016-10-20 08:35:20 +02:00
Simon Sessingø
a8620cbc70
Updates
...
- Simplified exception-handling (see demo project for examples).
- Optimised sample-project.
- Optimised and added further unit-tests.
- Optimised and bugfixes.
2016-10-20 08:31:21 +02:00
Simon Sessingø
4e054dccf5
Updated documentation
2016-10-04 02:51:37 +02:00
Simon Sessingø
e7dfbb159c
Updated documentation
2016-10-04 02:50:36 +02:00
Simon Sessingø
8c5a5327d1
Update documentation
2016-10-04 02:47:28 +02:00
Simon Sessingø
1142d9d4ce
Merge pull request #112 from skipperbent/development
...
Optimised middleware load order
1.7.5.1
2016-09-28 12:30:06 +02:00
Simon Sessingø
3c9a675f25
Optimised middleware load order
2016-09-28 12:29:30 +02:00