UNPKG

4.64 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## [3.2.0] - 2024-02-26
9
10### Changed
11
12- Update @typescript-eslint/parser to v7
13
14## [3.1.0] - 2023-10-15
15
16### Changed
17
18- Fix esm export paths in config
19
20## [3.0.0] - 2023-08-30
21
22### Changed
23
24- [BREAKING] Minimal required node.js version is v16
25- [BREAKING] Update @typescript-eslint/parser to v6 🎉
26
27## [2.3.0] - 2023-03-17
28
29### Changed
30
31- Bump deps to fix security vulnerabilities
32
33## [2.2.0] - 2023-03-17
34
35### Changed
36
37- Bump peer dependencies
38
39## [2.1.0] - 2021-11-23
40
41### Changed
42
43- Bump deps to fix security vulnerabilities
44
45## [2.0.0] - 2021-10-15
46
47### Changed
48
49- [BREAKING] Drop support for node v10
50- [BREAKING] Update to eslint v8 🎉
51
52## [1.8.0] - 2021-08-17
53
54### Changed
55
56- Update super old `@typescript-eslint/experimental-utils` dependency
57- Update dev dependencies
58
59## [1.7.0] - 2021-06-18
60
61### Changed
62
63- Update dependencies with security issues
64- Update dev dependencies
65
66## [1.6.0] - 2021-04-02
67
68### Changed
69
70- Update dependencies with security issues
71- Update `package.json` `export` field
72
73## [1.5.0] - 2020-09-22
74
75### Changed
76
77- Use `^` to pin dependencies
78
79## [1.4.0] - 2020-09-22
80
81### Changed
82
83- Support typescript v4 and @typescript-eslint/parser v4 as peer deps
84
85## [1.3.0] - 2020-07-16
86
87### Changed
88
89- Bump @typescript-eslint/parser to v3.5.0
90
91## [1.2.0] - 2020-05-24
92
93### Added
94
95- Explicitly list supported node versions
96
97### Fixed
98
99- Node conditional exports paths
100
101## [1.1.0] - 2020-05-24
102
103### Fixed
104
105- Add explicit dependency of json-schema for @typescript-eslint/experimental-utils
106
107## [1.0.2] - 2020-05-22
108
109### Changed
110
111- Update build artifacts
112
113## [1.0.1] - 2020-05-22
114
115### Fixed
116
117- Fix hanging Publish github action
118
119## [1.0.0] - 2020-05-22
120
121### Changed
122
123- Rewrite to typescript with strong types
124- Leverage helpers and types from @typescript-eslint/experimental-utils
125- Run autofix tests with ESLint Class rather than spawn a child process for eslint runner
126- Heavy refactoring and remove code paths that were never taken
127- Update ESLint config
128- Update to ESLint v7.0.0
129- Update dependencies
130
131### Added
132
133- Follow semver
134- Rollup bundler
135
136## [0.10.0] - 2020-05-21
137
138### Added
139
140- Add ESLint 7 to peerDependencies
141
142## [0.9.0] - 2020-05-19
143
144### Added
145
146- New option to `interface` rule: `requiredFirst` - if `true`, enforce optional properties to come after required ones.
147
148## [0.8.0] - 2020-04-02
149
150### Added
151
152- License
153
154### Fixed
155
156- Fix linter crash on accessing node key name
157
158[3.2.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v3.1.0...v3.2.0
159[3.1.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v3.0.0...v3.1.0
160[3.0.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.3.0...v3.0.0
161[2.3.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.2.0...v2.3.0
162[2.2.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.1.0...v2.2.0
163[2.1.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.0.0...v2.1.0
164[2.0.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.8.0...v2.0.0
165[1.8.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.7.0...v1.8.0
166[1.7.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.6.0...v1.7.0
167[1.6.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.5.0...v1.6.0
168[1.5.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.4.0...v1.5.0
169[1.4.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.3.0...v1.4.0
170[1.3.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.2.0...v1.3.0
171[1.2.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.1.0...v1.2.0
172[1.1.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.0.2...v1.1.0
173[1.0.2]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.0.1...v1.0.2
174[1.0.1]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.0.0...v1.0.1
175[1.0.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.10.0...v1.0.0
176[0.10.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.9.0...v0.10.0
177[0.9.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.8.0...v0.9.0
178[0.8.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v0.7.0...v0.8.0