# CHANGELOG
All notable changes to **ng-di-kit** will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)<br/>
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)<br/><br/>

## [1.0.0] - 2018-04-22
- Updated [travis configuration](https://github.com/joejukan/ng-di-kit/blob/master/.travis.yml) to support the latest stable version of Node.<br/><br/>

## [0.0.5] - 2018-04-21
- Added [travis configuration](https://github.com/joejukan/ng-di-kit/blob/master/.travis.yml) file.
- Added pre and post version scripts.<br/><br/>

## [0.0.4] - 2018-04-18
- Added [Entry](https://github.com/joejukan/ng-di-kit/blob/master/src/decoration/di.entry.ts) decorator.
- Updated [Declare](https://github.com/joejukan/ng-di-kit/blob/master/src/decoration/di.declare.ts) decorator was updated to include isEntry options property.<br/><br/>

## [0.0.3] - 2018-04-15
- Fixed [Issue #2](https://github.com/joejukan/ng-di-kit/issues/2) Decorators do not Support Classes with Constructor Arguments<br/><br/>

## [0.0.2] - 2018-04-14
- Fixed [Issue #1](https://github.com/joejukan/ng-di-kit/issues/1) Import not working<br/><br/>

## [0.0.1] - 2018-04-08
- Added [Declare](https://github.com/joejukan/ng-di-kit/blob/master/src/decoration/di.declare.ts) decorator.
- Added [Export](https://github.com/joejukan/ng-di-kit/blob/master/src/decoration/di.export.ts) decorator.
- Added [Import](https://github.com/joejukan/ng-di-kit/blob/master/src/decoration/di.import.ts) decorator.
- Added [Provider](https://github.com/joejukan/ng-di-kit/blob/master/src/decoration/di.provide.ts) decorator.
- Added [Route](https://github.com/joejukan/ng-di-kit/blob/master/src/decoration/di.route.ts) decorator.