File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.0.0]
9
+
10
+ ### Changed
11
+
12
+ - Rewrite to typescript with strong types
13
+ - Leverage helpers and types from @typescript-eslint/experimental-utils
14
+ - Run autofix tests with ESLint Class rather than spawn a child process for eslint runner
15
+ - Heavy refactoring and remove code paths that were never taken
16
+ - Update ESLint config
17
+ - Update to ESLint v7.0.0
18
+ - Update dependencies
19
+
20
+ ### Added
21
+
22
+ - Follow semver
23
+ - Rollup bundler
24
+
8
25
## [ 0.10.0] - 2020-05-21
9
26
10
27
### Added
You can’t perform that action at this time.
0 commit comments