Skip to content

Commit

Permalink
preparing 0.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Garcia <rj@bighead.net>
  • Loading branch information
ragboyjr committed Feb 27, 2017
1 parent 6016513 commit dbb243b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.0] - 2017-02-27

### Changed

- Container interface to allow for greater extendability
- Simplified the BoxContainer and split functionality into several Containers: AliasContainer, BoxFactoryContainer, FreezingContainer,
SingletonContainer
- Updated the interop wrapper to use the Psr Container

### Fixed

- Bug within `container` creation function
Expand All @@ -15,6 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- `alias` for aliasing boxes
- `env` for accessing values from the env
- Added a new countable trait
- Added more and more tests

## [0.1.0] - 2017-01-29
### Added
Expand Down

0 comments on commit dbb243b

Please sign in to comment.