UNPKG

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