Skip to content

Commit

Permalink
Update the CHANGELOG format
Browse files Browse the repository at this point in the history
  • Loading branch information
tomphp committed May 25, 2016
1 parent 3a68474 commit 9e1d220
Showing 1 changed file with 52 additions and 41 deletions.
93 changes: 52 additions & 41 deletions CHANGELOG.md
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

0 comments on commit 9e1d220

Please sign in to comment.