CHANGELOG 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. v2.0.0:
  2. date: 2018-09-22
  3. changes:
  4. - Bump devDependencies.
  5. - Drop Node.js < 6 support.
  6. v1.1.0:
  7. date: 2016-11-23
  8. changes:
  9. - Fix relative output
  10. - Bump minor version
  11. v1.0.0:
  12. date: 2016-02-16
  13. changes:
  14. - Replace String prototype colors with chalk.
  15. - Update Grunt peerDep to `>=0.4.0`.
  16. v0.12.0:
  17. date: 2016-01-17
  18. changes:
  19. - Update to JSHint ~2.9.0.
  20. v0.11.3:
  21. date: 2015-09-03
  22. changes:
  23. - Update to JSHint ~2.8.0.
  24. v0.11.2:
  25. date: 2015-04-16
  26. changes:
  27. - Fix default value of the `reporter` option.
  28. v0.11.1:
  29. date: 2015-03-20
  30. changes:
  31. - Fix io.js compatibility issues.
  32. - Other fixes to pathing.
  33. v0.11.0:
  34. date: 2015-01-22
  35. changes:
  36. - Update to JSHint ~2.6.0.
  37. v0.10.0:
  38. date: 2014-04-02
  39. changes:
  40. - Update to JSHint 2.5.0.
  41. v0.9.2:
  42. date: 2014-03-12
  43. changes:
  44. - Fixes a bug where `reporterOutput` was still passed to JSHint.
  45. v0.9.1:
  46. date: 2014-03-12
  47. changes:
  48. - Don't pass `reporterOutput` option to JSHint.
  49. v0.9.0:
  50. date: 2014-03-12
  51. changes:
  52. - Replace deprecated `grunt.util._.clone` with `Object.create()`.
  53. - Replace deprecated `grunt.util.hooker` with hooker lib.
  54. - Enhancing the readability of the output.
  55. - Reporter output is relative to the output file.
  56. - Pass JSHint options to the external reporter.
  57. v0.8.0:
  58. date: 2013-12-25
  59. changes:
  60. - Update to JSHint 2.4.0.
  61. v0.7.2:
  62. date: 2013-11-16
  63. changes:
  64. - Only print file name once per error.
  65. v0.7.1:
  66. date: 2013-10-31
  67. changes:
  68. - Ability to set jshintrc option to true to use JSHint's native ability for finding .jshintrc files relative to the linted files.
  69. v0.7.0:
  70. date: 2013-10-23
  71. changes:
  72. - Update to JSHint 2.3.0.
  73. v0.6.5:
  74. date: 2013-10-23
  75. changes:
  76. - Fix output when `maxerr` is low.
  77. v0.6.4:
  78. date: 2013-08-29
  79. changes:
  80. - jshintrc now loaded by JSHint allowing comments.
  81. v0.6.3:
  82. date: 2013-08-15
  83. changes:
  84. - Fix module location for JSHint 2.1.10.
  85. v0.6.2:
  86. date: 2013-07-29
  87. changes:
  88. - Update to JSHint 2.1.7.
  89. v0.6.1:
  90. date: 2013-07-27
  91. changes:
  92. - Peg JSHint to 2.1.4 until breaking changes in 2.1.5 are fixed.
  93. v0.6.0:
  94. date: 2013-06-02
  95. changes:
  96. - Don't always succeed the task when using a custom reporter.
  97. - Bump JSHint to 2.1.3.
  98. v0.5.4:
  99. date: 2013-05-22
  100. changes:
  101. - Fix default reporter to show offending file.
  102. v0.5.3:
  103. date: 2013-05-19
  104. changes:
  105. - "Performance: Execute the reporter once rather than per file."
  106. v0.5.2:
  107. date: 2013-05-18
  108. changes:
  109. - Fix printing too many erroneous ignored file errors.
  110. v0.5.1:
  111. date: 2013-05-17
  112. changes:
  113. - Fix for when only 1 file is lint free.
  114. v0.5.0:
  115. date: 2013-05-17
  116. changes:
  117. - Bump to JSHint 2.0.
  118. - Add support for .jshintignore files and ignores option.
  119. - Add support for `extensions` option.
  120. - Add support for custom reporters and output report to a file.
  121. v0.4.3:
  122. date: 2013-04-08
  123. changes:
  124. - Fix evaluation of `predef` option when it's an object.
  125. v0.4.2:
  126. date: 2013-04-08
  127. changes:
  128. - Avoid wiping `force` option when jshintrc is used.
  129. v0.4.1:
  130. date: 2013-04-06
  131. changes:
  132. - Fix to allow object type for deprecated predef.
  133. v0.4.0:
  134. date: 2013-04-04
  135. changes:
  136. - Revert task level options to override jshintrc files.
  137. v0.3.0:
  138. date: 2013-03-13
  139. changes:
  140. - Bump to JSHint 1.1.0.
  141. - Add force option to report JSHint errors but not fail the task.
  142. - Add error/warning code to message.
  143. - Allow task level options to override jshintrc file.
  144. v0.2.0:
  145. date: 2013-02-26
  146. changes:
  147. - Bump to JSHint 1.0.
  148. v0.1.1:
  149. date: 2013-02-15
  150. changes:
  151. - First official release for Grunt 0.4.0.
  152. v0.1.1rc6:
  153. date: 2013-01-18
  154. changes:
  155. - Updating grunt/gruntplugin dependencies to rc6.
  156. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  157. v0.1.1rc5:
  158. date: 2013-01-09
  159. changes:
  160. - Updating to work with grunt v0.4.0rc5.
  161. - Switching to `this.filesSrc` API.
  162. v0.1.0:
  163. date: 2012-10-18
  164. changes:
  165. - Work in progress, not yet officially released.