## <a name="Changelog"></a>Changelog

2016-07-01 Version 0.8.1
==========

  * Update README

2016-07-01 Version 0.8.0
==========

  * @abstract decorator for classes
  * eslint fixes
  * dependencies update

2016-02-20 Version 0.7.1
==========

  * Fix depedencies versions in package.json

2016-01-16 Version 0.7.0
==========

  * @autobind decorator for methods

2016-01-13 Version 0.6.0
==========

  * @compose (alias: @rightCompose ), @leftCompose decorators
  * @deprecated decorator
  * @before decorator
  * @after decorator
  * @valuesEqualToNumberOfArguments decorator
  * Fix failSilent on @acceptsObject
  * Internal refactor of multinheritance
  * Update README
  * Fix typo on export of @partiallyExtend

2016-01-10 Version 0.5.0
==========

  * Started class decorators
  * @partialyInherit class decorator
  * @multiInherit class decorator


2016-01-09 Version 0.4.1
==========

  * @trycatch decorator

2016-01-08 Version 0.4.0
==========

  * Update readme
  * Remove @configurable decorator, it doesnt make much sense (**breaking change**)
  * Fix typo
  * @overriden, @forceoverriden decorators
  * Update eslint rules


2016-01-08 Version 0.3.2
==========

  * Update README
  * @donotlog, @donotlogerrors, @donotlogmessages, @donotlogwarnings decorators
  * Noop helper function


2016-01-08 Version 0.3.1
==========

  * Fix typo on package.json
  * Update Readme
  * Helper to validate that isFunction for method decorators
  * Fix export alias for @debounce
  * @defer decorator


2016-01-07 Version 0.3.0
==========

  * Update README
  * Update package.json
  * Eslintignore file
  * Accepts a parameter in validation decorators indicating if they will fail silently
  * @readonly, @configurable, @nonconfigurable, @enumerable, @nonenumerable decorators
  * Small refactor on export


2016-01-06 Version 0.2.2
==========

  * @timesCalled decorator
  * @once and @times decorators
  * Fix color on console.log of @loglocalstorage
  * Always return the descriptor to be able to chain decorators
  * Fix package.json
  * Update package.json
  * Update README
  * npmignore, index entry file, update package
  * Small refactor
  * @timeout, @debounce decorators
