Skip to content

Commit ed84ab8

Browse files
authored
Merge pull request #285 from gruntjs/v2.0.0
v2.0.0.
2 parents d9212b7 + 2fce871 commit ed84ab8

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

CHANGELOG

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
v1.2.0:
2-
date: 2016-07-22
1+
v2.0.0:
2+
date: 2018-09-22
33
changes:
4-
- Bump minor JSHint version.
5-
- Bump other deps.
6-
- drops node 0.10 and 4.
4+
- Bump devDependencies.
5+
- Drop Node.js < 6 support.
76
v1.1.0:
87
date: 2016-11-23
98
changes:

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-jshint v1.2.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master)
1+
# grunt-contrib-jshint v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-jshint.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-jshint) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/j04ik7qgx21ixyfw/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-jshint/branch/master)
22

33
> Validate files with JSHint
44
@@ -118,7 +118,14 @@ options: {
118118
Type: `String`
119119
Default: `null`
120120

121-
Specify a filepath to output the results of a reporter. If `reporterOutput` is specified then all output will be written to the given filepath instead of printed to stdout.
121+
Specify a filepath to output the results of a reporter. If `reporterOutput` is specified then all output will be written to the given filepath instead of printed to stdout.
122+
123+
###### reporterOutputRelative
124+
125+
Type: `Boolean`
126+
Default: `true`
127+
128+
Results of a reporter will use a relative filepath to `reporterOutput`. If set to `false` then filepaths will appear relative to the current folder. Unless `reporterOutput` is not set this option will not have any effect.
122129

123130
### Usage examples
124131

@@ -212,7 +219,7 @@ grunt.initConfig({
212219

213220
## Release History
214221

215-
* 2016-07-22   v1.2.0   Bump minor JSHint version. Bump other deps. drops node 0.10 and 4.
222+
* 2018-09-22   v2.0.0   Bump devDependencies. Drop Node.js < 6 support.
216223
* 2016-11-23   v1.1.0   Fix relative output Bump minor version
217224
* 2016-02-16   v1.0.0   Replace String prototype colors with chalk. Update Grunt peerDep to `>=0.4.0`.
218225
* 2016-01-17   v0.12.0   Update to JSHint ~2.9.0.
@@ -254,4 +261,4 @@ grunt.initConfig({
254261

255262
Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)
256263

257-
*This file was generated on Sat Sep 08 2018 10:30:26.*
264+
*This file was generated on Sat Sep 22 2018 08:57:29.*

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-jshint",
33
"description": "Validate files with JSHint",
4-
"version": "1.2.0",
4+
"version": "2.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"

0 commit comments

Comments
 (0)