Blame view

node_modules/eslint-module-utils/CHANGELOG.md 1002 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  # Change Log
  All notable changes to this module will be documented in this file.
  This project adheres to [Semantic Versioning](http://semver.org/).
  This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
  
  ## Unreleased
  
  ## v2.2.0 - 2018-03-29
  ### Changed
  - `parse`: attach node locations by default.
  - `moduleVisitor`: visitor now gets the full `import` statement node as a second
    argument, so rules may report against the full statement / `require` call instead
    of only the string literal node.
  
  ## v2.1.1 - 2017-06-22
  
  Re-releasing v2.1.0 after vetting (again) and unable to reproduce issue.
  
  
  ## v2.1.0 - 2017-06-02 [YANKED]
  
  Yanked due to critical issue with cache key resulting from #839.
  
  ### Added
  - `parse` now additionally passes `filePath` to `parser` in `parserOptions` like `eslint` core does
  
  ## v2.0.0 - 2016-11-07
  ### Changed
  - `unambiguous` no longer exposes fast test regex
  
  ### Fixed
  - `unambiguous.test()` regex is now properly in multiline mode