Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CHANGELOG.md 6.4 KiB

3 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. # 2.1.1 - 2018-09-19
  2. - [Stop autofixing infinite loop](https://github.com/webpack-contrib/eslint-loader/commit/704024864f737a487ec0b9f9c9b00b11881f2558) by @eschablowski
  3. - [Allow `formatter` to receive string (path) to file exporting formatter function](https://github.com/webpack-contrib/eslint-loader/commit/7108379e2864f6ffb75cde1d147ee1fe86890ba8) by @Timer
  4. # 2.1.0 - 2018-07-19
  5. - [Add ESLint 5 support](https://github.com/webpack-contrib/eslint-loader/commit/1dc9442d9e2344b953ac88c5c416dcb79f3c690d) by @Alex-Sokolov
  6. - [Fix not returning execution flow control to webpack when cache option is enabled and one of the files has a linting error](https://github.com/webpack-contrib/eslint-loader/commit/97761d724e6fa26d8dbde4a544ddb7cb3795f568) by @nicolaslt
  7. - dev deps updates, prettier, eslint config [...](https://github.com/webpack-contrib/eslint-loader/compare/2.0.0...2.1.0)
  8. # 2.0.0 - 2018-02-26
  9. - 🚨 Drop webpack@1.x support (by @wonism in [#212](https://github.com/webpack-contrib/eslint-loader/pull/212))
  10. - 🚨 Drop Node 4 supported (by @wonism in [#212](https://github.com/webpack-contrib/eslint-loader/pull/212))
  11. - ✨ Add webpack@4.x support (by @wonism in [#212](https://github.com/webpack-contrib/eslint-loader/pull/212))
  12. - 🐛 Respect `eslintPath` for formatter (by @lmnsg in [#195](https://github.com/webpack-contrib/eslint-loader/pull/195))
  13. # 1.9.0 - 2017-07-06
  14. - Added: `eslintPath` option so you can provide your own eslint path.
  15. ([#183](https://github.com/webpack-contrib/eslint-loader/pull/183) - @trungdq88)
  16. # 1.8.0 - 2017-06-15
  17. - Added: support for eslint@^4.0.0
  18. ([#178](https://github.com/webpack-contrib/eslint-loader/issues/178) - @Aladdin-ADD)
  19. # 1.7.1 - 2017-03-31
  20. - Fixed: Remove duplicate output with webpack 2
  21. ([#169](https://github.com/webpack-contrib/eslint-loader/pull/169) - @jaridmargolin)
  22. # 1.7.0 - 2017-03-23
  23. - Fixed: outputReport option writes report for last file checked only
  24. ([#160](https://github.com/webpack-contrib/eslint-loader/pull/160) - @deryni)
  25. - Added: use babel loader fs cache as the default caching engine
  26. ([#159](https://github.com/webpack-contrib/eslint-loader/pull/159) - @viankakrisna)
  27. # 1.6.3 - 2017-02-22
  28. - Fixed: ignore cache when eslint rules have changed
  29. ([#151](https://github.com/webpack-contrib/eslint-loader/pull/151) - @wrakky)
  30. # 1.6.2 - 2017-02-22
  31. - Fixed: fallback to OS temp directory if findCacheDir fails
  32. ([#154](https://github.com/webpack-contrib/eslint-loader/pull/154) - @viankakrisna)
  33. - Fixed: `loader-utils` deprecation warning by upgrading to v1.0.0
  34. ([#155](https://github.com/webpack-contrib/eslint-loader/pull/155) - @fknussel)
  35. # 1.6.1 - 2016-11-02
  36. - Fixed: multiples config per instance are now supported
  37. ([#105](https://github.com/webpack-contrib/eslint-loader/issues/105) -
  38. @jaythomas and @jameslnewell)
  39. # 1.6.0 - 2016-10-17
  40. - Added: Option to generate report file
  41. ([#118](https://github.com/webpack-contrib/eslint-loader/pull/118) - @vidhill)
  42. # 1.5.0 - 2016-07-28
  43. - Added: `cache` options
  44. ([#93](https://github.com/webpack-contrib/eslint-loader/pull/93) - @genintho)
  45. # 1.4.1 - 2016-06-07
  46. - Fixed: .eslintignore is not ignored anymore (eslint 3.x regression)
  47. ([#99](https://github.com/webpack-contrib/eslint-loader/pull/99) - @waiterZen)
  48. # 1.4.0 - 2016-06-02
  49. - Added: support for eslint@^3.0.0
  50. ([#96](https://github.com/webpack-contrib/eslint-loader/issues/96))
  51. # 1.3.0 - 2016-02-17
  52. - Added: support for eslint@^2.0.0
  53. ([#81](https://github.com/webpack-contrib/eslint-loader/pull/81))
  54. # 1.2.1 - 2016-01-26
  55. - Updated: object-assign dependency
  56. ([#77](https://github.com/webpack-contrib/eslint-loader/pull/77))
  57. # 1.2.0 - 2016-01-02
  58. - Added: this loader now pass down the input source map to the next chained
  59. loader if it exists
  60. ([#70](https://github.com/webpack-contrib/eslint-loader/pull/70)).
  61. # 1.1.1 - 2015-10-08
  62. - Fixed: `failOnError` and `failOnWarning` now print messages.
  63. # 1.1.0 - 2015-10-08
  64. - Added: `fix` option to enable ESLint auto fix feature.
  65. # 1.0.0 - 2015-08-08
  66. - Added: support for eslint 1.x
  67. - Removed: support for eslint 1.x-rc\*
  68. - Removed: support for eslint 0.x
  69. # 0.14.2 - 2015-07-18
  70. - Fixed: support for eslint 1.x-rc
  71. # 0.14.1 - 2015-06-15
  72. - Fixed: support for eslint 0.24.x
  73. # 0.14.0 - 2015-06-15
  74. - Added: support for eslint 0.23.x
  75. # 0.13.0 - 2015-06-14
  76. - Changed: a file that should be ignored doesn't trigger a warning
  77. ([#44](https://github.com/webpack-contrib/eslint-loader/issues/44))
  78. # 0.12.0 - 2015-06-04
  79. - Changed: upgrade to eslint 0.22.x
  80. - Fixed: respect .eslintrc/eslintignore files in directory tree
  81. ([#21](https://github.com/webpack-contrib/eslint-loader/issues/21))
  82. # 0.11.2 - 2015-05-11
  83. - Fixed: eslint range from 0.17 to 0.21
  84. # 0.11.1 - 2015-04-27
  85. - Fixed: eslint range from 0.17 to 0.20
  86. # 0.11.0 - 2015-04-27
  87. - Changed: upgrade to eslint 0.20.x
  88. # 0.10.0 - 2015-04-13
  89. - Changed: upgrade to eslint 0.19.x
  90. # 0.9.0 - 2015-03-29
  91. - Changed: upgrade to eslint 0.18.x
  92. # 0.8.0 - 2015-03-27
  93. - Changed: `reporter` is now `formatter` option to fit eslint name
  94. - Changed: plugin is now async as it don't need to be sync
  95. - Added: options are supported as query strings
  96. # 0.7.0 - 2015-03-15
  97. - Changed: upgrade to eslint 0.17.x
  98. - Added: `failOnError` option
  99. - Added: `failOnWarning` option
  100. # 0.6.0 - 2015-03-11
  101. - Changed: `reporter` now automatically drop lines that contains the filename in
  102. the reporter output.
  103. That mean you can use official or community reporters without worrying to see
  104. lot of lines with `<text>` as filename :)
  105. # 0.5.0 - 2015-03-11
  106. - Changed: upgrade to eslint 0.16.x
  107. - Changed: `emitErrors` is now `emitError`
  108. - Changed: loader now use `webpack.emitError` or `webpack.emitWarning`
  109. automatically (according to eslint configuration).
  110. You can still override by using `emitError` or `emitWarning` options to override
  111. this behavior
  112. - Added: `emitWarning` can force eslint to report warning instead of the default
  113. behavior (see above)
  114. - Added: `quiet` option to hide warnings
  115. # 0.4.0 - 2015-02-23
  116. - Changed: upgrade to eslint 0.15.x
  117. - Changed: more readable default reporter
  118. - Added: `reporter` options allow to define a custom reporter function
  119. # 0.3.0 - 2015-02-10
  120. - Changed: upgrade to eslint 0.14.x
  121. # 0.2.1 - 2015-01-27
  122. - Changed: upgrade to eslint 0.13.x
  123. # 0.2.0 - 2015-01-23
  124. - Changed: upgrade to eslint 0.12.x
  125. - Added: enable loading of eslint config from webpack config, `.eslintrc`, or
  126. `package.json`
  127. # 0.1.0 - 2014-12-05
  128. ✨ Initial release