-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
forget about .gitattributes entirely
- Loading branch information
Paul M. Jones
committed
Oct 3, 2016
1 parent
eeca09a
commit 4aa689a
Showing
3 changed files
with
101 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,102 @@ | ||
First stable release. | ||
commit ce93a72e55ed12c0190394543c8899b94b1a3afe | ||
Author: Hari K T <[email protected]> | ||
Date: Sat Mar 26 12:40:13 2016 +0530 | ||
|
||
- Default factories now use serializable method calls. | ||
Don't ignore docs, phpunit tests | ||
|
||
M .gitattributes | ||
|
||
commit 0ac26579f3d3a584ea0c7f5ceaef83ef3be0cf3f | ||
Merge: aeb49c8 ce93a72 | ||
Author: Paul M. Jones <[email protected]> | ||
Date: Sat Mar 26 08:23:51 2016 -0500 | ||
|
||
Merge pull request #115 from auraphp/ignore | ||
|
||
Don't ignore docs, phpunit tests | ||
|
||
commit abb7234384646d7405637807fee11792a0993af9 | ||
Author: Kanstantsin <[email protected]> | ||
Date: Sun Apr 24 21:23:55 2016 +0300 | ||
|
||
Removed unused ServerRequestInterface | ||
|
||
M src/Route.php | ||
|
||
commit db93b85de213c8db4e26722aab17a1607d1c0fce | ||
Merge: 0ac2657 abb7234 | ||
Author: Hari K T <[email protected]> | ||
Date: Mon Apr 25 10:43:44 2016 +0530 | ||
|
||
Merge pull request #117 from iotch/patch-1 | ||
|
||
Remove unused ServerRequestInterface | ||
|
||
commit b0194dfcb0a55cd8b4e6ed5443471fda358c8d64 | ||
Author: Hari K T <[email protected]> | ||
Date: Fri Apr 29 16:15:44 2016 +0530 | ||
|
||
Fix the wrong url | ||
|
||
M docs/index.md | ||
|
||
commit 314998b8e3b4d192fe5fbfe3301a2fe976ee51fa | ||
Merge: db93b85 b0194df | ||
Author: Hari K T <[email protected]> | ||
Date: Fri Apr 29 16:17:11 2016 +0530 | ||
|
||
Merge pull request #118 from auraphp/harikt-patch-1 | ||
|
||
Fix the wrong url | ||
|
||
commit a963ffa1536f4ac0b19f978c37e2aefc18dbd358 | ||
Author: Hari K T <[email protected]> | ||
Date: Thu May 26 21:58:22 2016 +0530 | ||
|
||
Add some docs and code for $request object | ||
|
||
M docs/getting-started.md | ||
|
||
commit c638e569365447fa1ee1a3727a858ad45a2facb5 | ||
Merge: 314998b a963ffa | ||
Author: Paul M. Jones <[email protected]> | ||
Date: Tue May 31 02:16:53 2016 -0500 | ||
|
||
Merge pull request #123 from auraphp/request | ||
|
||
Add some docs and code for $request object | ||
|
||
commit c44c75ebfbb6887bd7a517d982c0fd371e700471 | ||
Author: Joschi Kuphal <[email protected]> | ||
Date: Sun Jul 24 23:34:41 2016 +0900 | ||
|
||
Fixed parameter signature of secure() setter | ||
|
||
M src/Route.php | ||
|
||
commit 75374ad8fa5377fc093fcf5a713d92024a12743a | ||
Merge: c638e56 c44c75e | ||
Author: Paul M. Jones <[email protected]> | ||
Date: Mon Jul 25 11:13:04 2016 -0400 | ||
|
||
Merge pull request #127 from jkphl/3.x | ||
|
||
Fixed parameter signature of secure() setter | ||
|
||
commit 82409ea4056a41355736a397bc567d35d93fcf0a | ||
Author: Joschi Kuphal <[email protected]> | ||
Date: Mon Aug 22 20:31:00 2016 +0200 | ||
|
||
Added missing $auth property annotation | ||
|
||
M src/Route.php | ||
|
||
commit eeca09aa375d30971274bfa5f3c00884910fbecf | ||
Merge: 75374ad 82409ea | ||
Author: Paul M. Jones <[email protected]> | ||
Date: Mon Aug 22 14:16:13 2016 -0500 | ||
|
||
Merge pull request #128 from jkphl/3.x | ||
|
||
Added missing $auth property annotation | ||
|
||
- Honor the route host and the secure flag in Generator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters