-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
41 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 |
---|---|---|
@@ -1,51 +1,62 @@ | ||
### 0.3.3 (2015-10-10) | ||
|
||
* Added: Configuring DI via the config | ||
|
||
### 0.3.2 (2015-09-24) | ||
|
||
* Added: Reading JSON config files via the `fromFiles` constructor | ||
* Added: Support from braces in file globbing patterns | ||
|
||
### 0.3.1 (2015-09-23) | ||
|
||
* Added: Reading config files (PHP and JSON) | ||
|
||
### 0.3.0 (2015-09-23) | ||
|
||
* Added: `ConfigServiceProvider::fromConfig()` factory method | ||
* Added: Sub providers | ||
* Updated: `TomPHP\ConfigServiceProvider\InflectorConfigServiceProvider` is | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [0.3.3] - 2015-10-10 | ||
### Added | ||
* Configuring DI via the config | ||
|
||
## [0.3.2] - 2015-09-24 | ||
### Added | ||
* Reading JSON config files via the `fromFiles` constructor | ||
* Support from braces in file globbing patterns | ||
|
||
## [0.3.1] - 2015-09-23 | ||
### Added | ||
* Reading config files (PHP and JSON) | ||
|
||
## [0.3.0] - 2015-09-23 | ||
### Added | ||
* `ConfigServiceProvider::fromConfig()` factory method | ||
* Sub providers | ||
|
||
### Changed | ||
* `TomPHP\ConfigServiceProvider\InflectorConfigServiceProvider` is | ||
now a sub provider | ||
* Update: Provider classes are marked as final | ||
* Removed: `TomPHP\ConfigServiceProvider\Config` static factory | ||
* Provider classes are marked as final | ||
|
||
### 0.2.1 (2015-09-21) | ||
### Removed | ||
* `TomPHP\ConfigServiceProvider\Config` static factory | ||
|
||
* Added: Support to set up inflectors via configuration | ||
* Added: `TomPHP\ConfigServiceProvider\Config` - a static class to enable easy | ||
setup. | ||
## [0.2.1] - 2015-09-21 | ||
### Added | ||
* Support to set up inflectors via configuration | ||
* `TomPHP\ConfigServiceProvider\Config` - a static class to enable easy setup. | ||
|
||
### 0.2.0 (2015-09-03) | ||
|
||
* Update: Now depends on League Container `^2.0.2` | ||
* Update: `TomPHP\ConfigServiceProvider\ConfigServiceProvider` now extends | ||
## [0.2.0] - 2015-09-03 | ||
### Changed | ||
* Now depends on League Container `^2.0.2` | ||
* `TomPHP\ConfigServiceProvider\ConfigServiceProvider` now extends | ||
`League\Container\ServiceProvider\AbstractServiceProvider` | ||
|
||
### 0.1.2 (2014-04-12) | ||
|
||
* Added: Contributing guidelines | ||
* Added: `composer test` to run test suite | ||
* Added: Make sub-arrays accessible directly | ||
* Update: Make League Container dependency stricter (use `^` version) | ||
## [0.1.2] - 2014-04-12 | ||
### Added | ||
* Contributing guidelines | ||
* `composer test` to run test suite | ||
* Make sub-arrays accessible directly | ||
|
||
### 0.1.1 (2014-04-12) | ||
### Changed | ||
* Make League Container dependency stricter (use `^` version) | ||
|
||
* Added: CHANGELOG.md | ||
* Added: Homepage field to composer.json | ||
* Fixed: Typo in README.md | ||
## [0.1.1] - 2014-04-12 | ||
### Added | ||
* CHANGELOG.md | ||
* Homepage field to composer.json | ||
|
||
### 0.1.0 (2015-04-12) | ||
### Fixed | ||
* Typo in README.md | ||
|
||
* Added: Service provider for `league/container` | ||
* Added: Support for multiple levels of config | ||
## [0.1.0] - 2015-04-12 | ||
### Added | ||
* Service provider for `league/container` | ||
* Support for multiple levels of config |