Skip to content

Commit d5d8b73

Browse files
committed
docs: Move changelog to separate file
1 parent 9625ee2 commit d5d8b73

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Release History
2+
3+
**v1.2.0**
4+
* new options: theme, name and version
5+
* now compatible with both 3.x and 4.x version of documentation
6+
* new theming demo
7+
8+
**v1.1.2**
9+
* always use latest NPM packages
10+
11+
**v1.1.1**
12+
* support Grunt 1.0
13+
14+
**v1.1.0**
15+
* new feature: `access` option to only include comments with a given access level, out of `private`, `protected`, `public` and `undefined`
16+
* new feature: `order` option to include user-defined sorting
17+
18+
**v1.0.1**
19+
* store `md` format at right destination; fixes [issue #3](https://github.com/documentationjs/grunt-documentation/issues/3)
20+
21+
**v1.0.0**
22+
* Transfered to documentationjs

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[![Circle CI](https://circleci.com/gh/documentationjs/grunt-documentation/tree/master.svg?style=shield)](https://circleci.com/gh/documentationjs/grunt-documentation/tree/master)
44
[![Greenkeeper badge](https://badges.greenkeeper.io/documentationjs/grunt-documentation.svg)](https://greenkeeper.io/)
55

6-
Use [Grunt](http://gruntjs.com/) with
7-
[documentation](https://github.com/documentationjs/documentation)
6+
Use [Grunt](http://gruntjs.com/) with [documentation](https://github.com/documentationjs/documentation)
87
to generate great documentation for your JavaScript projects.
98

109
## Getting Started
@@ -91,26 +90,3 @@ A custom version string to display in the generated documentation.
9190

9291
## Contributing
9392
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint your code using [Grunt](http://gruntjs.com/).
94-
95-
## Release History
96-
97-
**v1.2.0**
98-
* new options: theme, name and version
99-
* now compatible with both 3.x and 4.x version of documentation
100-
* new theming demo
101-
102-
**v1.1.2**
103-
* always use latest NPM packages
104-
105-
**v1.1.1**
106-
* support Grunt 1.0
107-
108-
**v1.1.0**
109-
* new feature: `access` option to only include comments with a given access level, out of `private`, `protected`, `public` and `undefined`
110-
* new feature: `order` option to include user-defined sorting
111-
112-
**v1.0.1**
113-
* store `md` format at right destination; fixes [issue #3](https://github.com/documentationjs/grunt-documentation/issues/3)
114-
115-
**v1.0.0**
116-
* Transfered to documentationjs

0 commit comments

Comments
 (0)