Skip to content

Commit

Permalink
Doc refine
Browse files Browse the repository at this point in the history
  • Loading branch information
ecow committed Sep 28, 2016
1 parent 90773e3 commit 73346b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [1.0.2] 2016-09-28

### Changed

- some typos
- restored original code in IndexControllerProvider and move $app->flush in the example.
- buf fixed in Changelog


## [1.0.1] 2016-09-28

### Changed
Expand All @@ -24,10 +34,12 @@ First release. From original project:
### Changed

- moved tests in a separate directory according with travis and scrutinizer standards
- bug fixing
- allows to force id for a created item (if not present create an unique id)
- README improvements


[Unreleased]: https://bitbucket.org/e-artspace/resourceful/compare/master%0D1.0.0
[1.0.1]: https://bitbucket.org/e-artspace/resourceful/compare/1.0.1%0D1.0.0
[Unreleased]: https://github.com/e-artspace/resourceful/compare/1.0.2...HEAD
[1.0.2]: https://github.com/e-artspace/resourceful/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/e-artspace/resourceful/compare/1.0.0...1.0.1


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ $app["data"] = new Resourceful\FileCache\FileCache(__DIR__ . "/../data");

// Supporting Controllers
$app->mount("/schema", new Resourceful\SchemaControllerProvider\SchemaControllerProvider());
$app->flush();
$app->mount("/", new Resourceful\IndexControllerProvider\IndexControllerProvider($app["data"]));

$app->flush();
// Start Registering Controllers

// End Registering Controllers
Expand Down

0 comments on commit 73346b5

Please sign in to comment.