Skip to content

Commit ff47e87

Browse files
committed
Updated documentation and version number
1 parent 62a3a68 commit ff47e87

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,31 @@ Default value: `[]`
7373

7474
An array defining explicit sort order.
7575

76+
#### options.theme
77+
Type: `String`
78+
79+
Path to a custom theme.
80+
81+
#### options.name
82+
Type: `String`
83+
84+
A custom project name to display in the generated documentation.
85+
86+
#### options.version
87+
Type: `String`
88+
89+
A custom version string to display in the generated documentation.
90+
7691
## Contributing
7792
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/).
7893

7994
## Release History
8095

96+
**v1.2.0**
97+
* new options: theme, name and version
98+
* now compatible with both 3.x and 4.x version of documentation
99+
* new theming demo
100+
81101
**v1.1.2**
82102
* always use latest NPM packages
83103

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-documentation",
33
"description": "Use Grunt with documentation to generate great documentation for your JavaScript projects.",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"homepage": "https://github.com/documentationjs/grunt-documentation",
66
"author": {
77
"name": "André Fiedler",

0 commit comments

Comments
 (0)