source: Dev/trunk/node_modules/grunt-contrib-jshint/CHANGELOG @ 484

Last change on this file since 484 was 484, checked in by hendrikvanantwerpen, 11 years ago

Commit node_modules, to make checkouts and builds more deterministic.

File size: 2.3 KB
RevLine 
[484]1v0.6.5:
2  date: 2013-10-23
3  changes:
4    - Fix output when maxerr is low.
5v0.6.4:
6  date: 2013-08-29
7  changes:
8    - jshintrc now loaded by jshint allowing comments.
9v0.6.3:
10  date: 2013-08-15
11  changes:
12    - Fix module location for jshint 2.1.10.
13v0.6.2:
14  date: 2013-07-29
15  changes:
16    - Update to jshint 2.1.7.
17v0.6.1:
18  date: 2013-07-27
19  changes:
20    - Peg jshint to 2.1.4 until breaking changes in 2.1.5 are fixed.
21v0.6.0:
22  date: 2013-06-02
23  changes:
24    - Dont always succeed the task when using a custom reporter.
25    - Bump jshint to 2.1.3.
26v0.5.4:
27  date: 2013-05-22
28  changes:
29    - Fix default reporter to show offending file.
30v0.5.3:
31  date: 2013-05-19
32  changes:
33    - "Performance: Execute the reporter once rather than per file."
34v0.5.2:
35  date: 2013-05-18
36  changes:
37    - Fix printing too many erroneous ignored file errors.
38v0.5.1:
39  date: 2013-05-17
40  changes:
41    - Fix for when only 1 file is lint free.
42v0.5.0:
43  date: 2013-05-17
44  changes:
45    - Bump to jshint 2.0.
46    - Add support for .jshintignore files and ignores option
47    - Add support for extensions option.
48    - Add support for custom reporters and output report to a file.
49v0.4.3:
50  date: 2013-04-08
51  changes:
52    - Fix evaluation of predef option when it's an object.
53v0.4.2:
54  date: 2013-04-08
55  changes:
56    - Avoid wiping force option when jshintrc is used.
57v0.4.1:
58  date: 2013-04-06
59  changes:
60    - Fix to allow object type for deprecated predef.
61v0.4.0:
62  date: 2013-04-04
63  changes:
64    - Revert task level options to override jshintrc files.
65v0.3.0:
66  date: 2013-03-13
67  changes:
68    - Bump to JSHint 1.1.0.
69    - Add force option to report JSHint errors but not fail the task.
70    - Add error/warning code to message.
71    - Allow task level options to override jshintrc file.
72v0.2.0:
73  date: 2013-02-26
74  changes:
75    - Bump to JSHint 1.0
76v0.1.1:
77  date: 2013-02-15
78  changes:
79    - First official release for Grunt 0.4.0.
80v0.1.1rc6:
81  date: 2013-01-18
82  changes:
83    - Updating grunt/gruntplugin dependencies to rc6.
84    - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
85v0.1.1rc5:
86  date: 2013-01-09
87  changes:
88    - Updating to work with grunt v0.4.0rc5.
89    - Switching to this.filesSrc api.
90v0.1.0:
91  date: 2012-10-18
92  changes:
93    - Work in progress, not yet officially released.
Note: See TracBrowser for help on using the repository browser.