# master

### unreleased

### [v0.3.4] - 2016-07-02
- **upg:** eslint (-> 2.13.0) and eslint-plugin-jsx-a11y (-> 1.5.3)
- **upg:** several development dependencies
- **doc:** update the CHANGELOG.md

### [v0.3.3] - 2016-06-11
- **upg:** babel-cli (-> 6.10.1), babel-core (-> 6.9.1) and es-lint (-> 2.12.0)
- **doc:** update the CHANGELOG.md

### [v0.3.2] - 2016-05-29
- **upg:** several dev dependencies
- **doc:** update the CHANGELOG.md
- **rmv:** unneeded pkg.scripts

### [v0.3.1] - 2016-05-15
- **fix:** refactor utils.deep.set
- **fix:** refactor spec
- **upg:** eslint (2.9.0 - 2.10.1) and sinon-chai (1.17.3 -> 1.17.4)
- **doc:** update the CHANGELOG.md

### [v0.3.0] - 2016-05-12
- **fix:** replace is#Object with is#PlainObject
- **fix:** replace is#RealObject with is#Object
- **fix:** remove unnecessary braces
- **fix:** rename deep#remove to deep#unset
- **fix:** rename private variable `is` into `lodashIs`
- **doc:** update the CHANGELOG.md
- **upg:** eslint-plugin-import (1.7.0 -> 1.8.0)

### [v0.2.11] - 2016-05-11
- **add:** lodash (4.12.0) as dependency
- **fix:** replace own deep object access with lodash
- **doc:** fix and update the CHANGELOG.md
- **fix:** replace own type validators with lodash
- **doc:** update the CHANGELOG.md

### [v0.2.10] - 2016-05-11
- **doc:** change the test environment
- **fix:** extract mocha options into config
- **fix:** change character into keyword flags
- **fix:** change the decorators#immutable error message
- **doc:** fix the CHANGELOG.md

### [v0.2.9] - 2016-05-10
- **fix:** change mocha reporter
- **fix:** refactor spy handling
- **add:** tests for decorators#deprecated console output
- **fix:** refactor the scripts for test coverage reports
- **fix:** add colors and change moch reporter for coverage reports
- **doc:** update the CHANGELOG.md

### [v0.2.8] - 2016-05-09
- **upg:** babel-cli (6.7.7 -> 6.8.0) and babel-core (6.7.7 -> 6.8.0)
- **upg:** eslint-config-airbnb-base (2.0.0 -> 3.0.1) and eslint-plugins
- **doc:** update the CHANGELOG.md

### [v0.2.7] - 2016-05-06
- **upg:** node (4.2.6 -> 6.0.0) and npm (2.14.12 -> 3.8.8)
- **add:** CHANGELOG.md
- **fix:** replaces isparta (4.0.0) with istanbul (1.0.0-alpha.2) for better code coverage
- **doc:** update the CHANGELOG.md
