Dhii/data-container-interface

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.2] - 2019-05-06
Stable release. See alpha releases for changes.

## [0.2-alpha3] - 2018-04-26
### Added
- `ContainerFactoryInterface`.

## [0.2-alpha2] - 2018-03-21
### Added
- `ClearCapableInterface`.

## [0.2-alpha1] - 2018-03-21
### Added
- `SetCapableInterface`.
- `DeleteCapableInterface.`.

### Changed
- Exceptions now extend Dhii `ThrowableInterface`.

### Fixed
- Usage of Dhii container interface instead of the PSR one.

## [0.1] - 2017-08-12
Initial version.