# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.2.3"></a>
## [1.2.3](https://github.com/documentationjs/grunt-documentation/compare/v1.2.2...v1.2.3) (2017-04-26)



## Release History

**v1.2.0**
* new options: theme, name and version
* now compatible with both 3.x and 4.x version of documentation
* new theming demo

**v1.1.2**
* always use latest NPM packages

**v1.1.1**
* support Grunt 1.0

**v1.1.0**
* new feature: `access` option to only include comments with a given access level, out of `private`, `protected`, `public` and `undefined`
* new feature: `order` option to include user-defined sorting

**v1.0.1**
* store `md` format at right destination; fixes [issue #3](https://github.com/documentationjs/grunt-documentation/issues/3) 

**v1.0.0**
* Transfered to documentationjs
