Mike Cao
ca155d5394
Bump version.
4 years ago
Mike Cao
e459a54017
Bump version.
6 years ago
Mike Cao
7d5970f761
Bump version.
6 years ago
Mike Cao
db2c5c77e1
Bump version
7 years ago
Mike Cao
e146b8c0dd
Prevent response from sending more than once.
7 years ago
Mike Cao
5b4916d4e3
Fix conflict with external error handlers.
7 years ago
Mike Cao
1c8d06cc42
Response content-length header should use mbstring if available.
8 years ago
Mike Cao
c3c6f68909
Removed another case of $route passing. Updated tests.
8 years ago
Mike Cao
6aea7394c4
Remove $route from parameter list, only pass when dispatching callback.
8 years ago
Mike Cao
9c8d492799
Removed JSON encode depth parameter to keep PHP 5.3 compatibility.
8 years ago
Mike Cao
b30d5e5fa2
Moved map method check to Engine. Added get method to Loader. Added new tests.
8 years ago
Mike Cao
ec24d78602
Allow static methods to be called using a string.
9 years ago
Mike Cao
f3fa0513fe
Updated error handling for PHP 7.
9 years ago
Mike Cao
b96aaa7967
Added charset option for JSON requests.
9 years ago
Mike Cao
b9dfda3fd6
Do not send a new response for json requests.
9 years ago
Mike Cao
cabbb25fcc
Added support for custom template file extensions.
9 years ago
Mike Cao
7fd3594ac7
Added ability to perform case sensitive matching of URLs.
9 years ago
Mike Cao
1feeb95ff2
Encode reserved @ character in URLs.
9 years ago
Mike Cao
46b3bd6096
Bump version.
9 years ago
Mike Cao
9b0b527ac5
Bump version.
10 years ago
Mike Cao
10750b5ce3
getBody should check for PATCH method.
10 years ago
Mike Cao
a32f2c2087
getMethod should return uppercase string.
10 years ago
Mike Cao
0c8b665304
Bump version. Minor syntax update.
10 years ago
Mike Cao
7c50eb7cfb
Passing to a non-matching route should return a 404.
10 years ago
Mike Cao
b43c13f0d1
Update VERSION
10 years ago
Mike Cao
3f491eee0d
Update VERSION
10 years ago
Mike Cao
ef76d72b56
Added ability to get all saved variables.
10 years ago
Mike Cao
3b576003fa
Update VERSION
11 years ago
Mike Cao
64d384ddff
Splat should consider trailing slash in URLs.
11 years ago
Mike Cao
88f4c1fb71
Fixed issue with splats when used with named parameters.
11 years ago
Mike Cao
44eee92fdf
Update VERSION
11 years ago
Mike Cao
c1ef9e0e55
Update VERSION
11 years ago
Mike Cao
24f084fa09
Update VERSION
11 years ago
Mike Cao
c0fa0bed7c
Redirects should always consider the base directory.
11 years ago
Mike Cao
81041d418b
JSON request input is now stored in the data property.
11 years ago
Mike Cao
d84e51ba47
Updated route object passing functionality.
...
Before the route object would automatically be passed to all callbacks. Now you need to explicitly
ask for it by passing in true as the third parameter in Flight::route().
11 years ago
Mike Cao
ab2aba4e7d
Added method to get the request body.
11 years ago
Mike Cao
0f49cc7abc
Converted helper methods to public and static.
11 years ago
Mike Cao
b10b294d83
Added method to get the application object instance.
11 years ago
Mike Cao
bd0c947455
Update VERSION
11 years ago
Mike Cao
b9b2d0fa2d
Added ability to register callbacks for class instantiation.
11 years ago
Mike Cao
c44e5369ab
Bump version.
11 years ago
Mike Cao
092930f198
Bump version
11 years ago
Mike Cao
7817255a61
Added ability to get splat from URL pattern.
11 years ago
Mike Cao
43287023d9
Bump version.
11 years ago
Mike Cao
84078158c3
Introduced new Engine class.
...
Core functionality has been moved to a namespaced Engine class. The
existing Flight class is now just a static pass-through to the Engine class.
Also fixed autoloading and initialization issues.
12 years ago
Mike Cao
16e2365719
Start proper versioning.
12 years ago