-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding global data mappers does not reserve the '*' key anymore, rais…
…ed composer dev-dependency of tm/tooly-composer-script to ^1.0, Fixed author tags, Added changelog
- Loading branch information
1 parent
e67af87
commit ffd3620
Showing
10 changed files
with
162 additions
and
42 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ vagrant | |
|
||
# composer | ||
vendor/ | ||
composer.lock | ||
|
||
# locally generated docs | ||
build/api/ | ||
|
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com). | ||
|
||
## [1.0.1] - 2016-07-06 | ||
|
||
### Added | ||
|
||
- Changelog | ||
|
||
### Changed | ||
|
||
- Adding global data mappers does not reserve the '*' key anymore | ||
- raised composer dev-dependency of `tm/tooly-composer-script` to `^1.0` | ||
- Fixed author tags | ||
|
||
## 1.0.0 - 2016-07-05 | ||
|
||
- First release | ||
|
||
[1.0.1]: https://github.com/icehawk/session/compare/v1.0.0...v1.0.1 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @author h.woltersdorf | ||
* @author hollodotme | ||
*/ | ||
|
||
namespace IceHawk\Session\Exceptions; | ||
|
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,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @author h.woltersdorf | ||
* @author hollodotme | ||
*/ | ||
|
||
namespace IceHawk\Session\Interfaces; | ||
|
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,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @author h.woltersdorf | ||
* @author hollodotme | ||
*/ | ||
|
||
namespace IceHawk\Session\Tests\Unit; | ||
|
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,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @author h.woltersdorf | ||
* @author hollodotme | ||
*/ | ||
|
||
namespace IceHawk\Session\Tests\Unit\Fixtures; | ||
|
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,6 +1,6 @@ | ||
<?php | ||
/** | ||
* @author h.woltersdorf | ||
* @author hollodotme | ||
*/ | ||
|
||
namespace IceHawk\Session\Tests\Unit\Fixtures; | ||
|