项目原始demo,不改动
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.

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