# ember-cli-jsdoc Changelog

### 3.0.0

**BREAKING ENHANCEMENT**

* [PR #43](https://github.com/softlayer/ember-cli-jsdoc/pull/43) Upgrade Ember CLI to v3.5

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v2.0.0...v3.0.0)


### 2.0.0

**BREAKING ENHANCEMENT**

* Upgraded `jsdoc` dependency to `3.5.5` to address [#40 - Unable to parse async functions](https://github.com/softlayer/ember-cli-jsdoc/issues/40)

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.6.0...v2.0.0)


### 1.6.0

**BUGFIX**

* [#36](https://github.com/softlayer/ember-cli-jsdoc/issues/36) Path to jsdoc binary is incorrect for node 4.x and npm 2.x
* [Interrogate system for node .bin location](https://github.com/softlayer/ember-cli-jsdoc/commit/86f45ebeec6c9e1ea66b5998a76680322184fc38)

**INTERNAL**

* [#37](https://github.com/softlayer/ember-cli-jsdoc/pull/37) Don't add RSVP and Chalk to project devDependencies

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.5.2...v1.6.0)


### 1.5.2

**BUGFIX**

* Update addon package dependency version missed in upgrade to chalk 1.1.3 support

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.5.1...v1.5.2)

### 1.5.1

**BUGFIX**

* Update addon package dependency version missed in upgrade to JSDoc 3.4.3 support

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.5.0...v1.5.1)

### 1.5.0

**BREAKING ENHANCEMENT**

* [#33](https://github.com/softlayer/ember-cli-jsdoc/issues/33) Upgrade JSDoc dependency to v3.4.3
* [#30](https://github.com/softlayer/ember-cli-jsdoc/issues/30) Upgrade Ember CLI to v2.10.0

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.4.1...v1.5.0)

### 1.4.1

**BUG FIX**

* [#19](https://github.com/softlayer/ember-cli-jsdoc/issues/19) and [#29](https://github.com/softlayer/ember-cli-jsdoc/pull/29) Add missing dependencies

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.4.0...v1.4.1)

### 1.4.0

**BREAKING ENHANCEMENT**

* [#1](https://github.com/softlayer/ember-cli-jsdoc/issues/1) Update JSDoc dependency to 3.4.0

**BUG FIX**

* [#9](https://github.com/softlayer/ember-cli-jsdoc/issues/9) Improve error, warning, and success messages

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.3.2...v1.4.0)

### 1.3.2

**BUG FIX**

* [#19](https://github.com/softlayer/ember-cli-jsdoc/issues/19) Support Node version *5.x.x* with correct pathing

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.3.1...v1.3.2)

### 1.3.1

**ENHANCEMENT**

* [#11](https://github.com/softlayer/ember-cli-jsdoc/pull/11) Made this addon OS-independent

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.3.0...v1.3.1)

### 1.3.0

**INTERNAL**

* Change to "ember-cli-jsdoc" command to correctly exit on error
* Provide visually-assistive messsages when errors or warnings occur

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.2.0...v1.3.0)

### 1.2.0

**INTERNAL**

* Return call to add NPM package in blueprint
* Change styling of status message and ensure gets written to UI

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.1.0...v1.2.0)

### 1.1.0

**DOCUMENTATION**

* Add badges to README.md

[View complete changeset](https://github.com/softlayer/ember-cli-jsdoc/compare/v1.0.0...v1.1.0)


### 1.0.0

* Initial release
