UNPKG

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