File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,29 @@ 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
+ ## [ 0.10.0] - 2020-05-21
9
+
10
+ ### Added
11
+
12
+ - Add ESLint 7 to peerDependencies
13
+
8
14
## [ 0.9.0] - 2020-05-19
9
15
10
16
### Added
11
17
12
18
- New option to ` interface ` rule: ` requiredFirst ` - if ` true ` , enforce optional properties to come after required ones.
13
19
20
+ ## [ 0.8.0] - 2020-04-02
21
+
22
+ ### Added
23
+
24
+ - License
25
+
26
+ ### Fixed
27
+
28
+ - Fix linter crash on accessing node key name
29
+
30
+ [ 1.0.0 ] : https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.10.0...v1.0.0
31
+ [ 0.10.0 ] : https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.9.0...v0.10.0
14
32
[ 0.9.0 ] : https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.8.0...v0.9.0
33
+ [ 0.8.0 ] : https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.7.0...v0.8.0
You can’t perform that action at this time.
0 commit comments