@@ -5,7 +5,7 @@ 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
- ## [ 2.7.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.6.2...v2.7.0 ) - 2024-02-18
8
+ ## [ 2.7.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.6.2...v2.7.0 ) - 2024-02-18
9
9
10
10
### Added
11
11
@@ -16,19 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
- Node.js version should >= 18
18
18
19
- ## [ 2.6.2] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.6.1...v2.6.2 ) - 2023-08-13
19
+ ## [ 2.6.2] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.6.1...v2.6.2 ) - 2023-08-13
20
20
21
21
### Fixed
22
22
23
23
- the naming convention ` NEXT_JS_APP_ROUTER_CASE ` can support Next.js Private Folders
24
24
25
- ## [ 2.6.1] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.6.0...v2.6.1 ) - 2023-07-30
25
+ ## [ 2.6.1] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.6.0...v2.6.1 ) - 2023-07-30
26
26
27
27
### Fixed
28
28
29
29
- fix bundle mistake in v2.6.0
30
30
31
- ## [ 2.6.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.5.0...v2.6.0 ) - 2023-07-30
31
+ ## [ 2.6.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.5.0...v2.6.0 ) - 2023-07-30
32
32
33
33
### Added
34
34
@@ -38,13 +38,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
38
39
39
- deprecated Node.js 14 support
40
40
41
- ## [ 2.5.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.4.0...v2.5.0 ) - 2023-07-05
41
+ ## [ 2.5.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.4.0...v2.5.0 ) - 2023-07-05
42
42
43
43
### Added
44
44
45
45
- the rule ` folder-naming-convention ` can be used with a new built-in naming convention ` NEXT_JS_APP_ROUTER_CASE `
46
46
47
- ## [ 2.4.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.3.0...v2.4.0 ) - 2023-06-12
47
+ ## [ 2.4.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.3.0...v2.4.0 ) - 2023-06-12
48
48
49
49
### Fixed
50
50
@@ -58,7 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
58
58
59
59
- improve documentation
60
60
61
- ## [ 2.3.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.2.0...v2.3.0 ) - 2023-05-13
61
+ ## [ 2.3.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.2.0...v2.3.0 ) - 2023-05-13
62
62
63
63
### Fixed
64
64
@@ -76,13 +76,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
76
- unify the style of error messages for the existing rules
77
77
- upgrade dependencies to the latest version
78
78
79
- ## [ 2.2.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.1.0...v2.2.0 ) - 2023-04-01
79
+ ## [ 2.2.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.1.0...v2.2.0 ) - 2023-04-01
80
80
81
81
### Added
82
82
83
83
- the rule ` filename-naming-convention ` can use prefined match syntax
84
84
85
- ## [ 2.1.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v2.0.0...v2.1.0 ) - 2023-03-25
85
+ ## [ 2.1.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v2.0.0...v2.1.0 ) - 2023-03-25
86
86
87
87
### Fixed
88
88
@@ -92,7 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92
92
93
93
- the rule ` filename-blacklist ` can specify the target file by its filename
94
94
95
- ## [ 2.0.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.3.1...v2.0.0 ) - 2023-03-05
95
+ ## [ 2.0.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.3.1...v2.0.0 ) - 2023-03-05
96
96
97
97
### Changed
98
98
@@ -103,19 +103,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103
103
104
104
- the rule ` filename-naming-convention ` can specify the target file by its extension
105
105
106
- ## [ 1.3.1] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.3.0...v1.3.1 ) - 2023-01-15
106
+ ## [ 1.3.1] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.3.0...v1.3.1 ) - 2023-01-15
107
107
108
108
### Fixed
109
109
110
110
- fix builtin ` CAMEL_CASE ` glob expression
111
111
112
- ## [ 1.3.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.2.3...v1.3.0 ) - 2022-11-05
112
+ ## [ 1.3.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.2.3...v1.3.0 ) - 2022-11-05
113
113
114
114
### Added
115
115
116
116
- the rule ` filename-blacklist ` can blacklist file names by pattern
117
117
118
- ## [ 1.2.3] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.2.2...v1.2.3 ) -2022-09-22
118
+ ## [ 1.2.3] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.2.2...v1.2.3 ) -2022-09-22
119
119
120
120
### Fixed
121
121
@@ -125,13 +125,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125
125
126
126
- reduce npm package size
127
127
128
- ## [ 1.2.2] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.2.1...v1.2.2 ) -2022-07-15
128
+ ## [ 1.2.2] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.2.1...v1.2.2 ) -2022-07-15
129
129
130
130
### Fixed
131
131
132
132
- enhance support for the Windows operating system
133
133
134
- ## [ 1.2.1] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.2.0...v1.2.1 ) -2022-07-09
134
+ ## [ 1.2.1] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.2.0...v1.2.1 ) -2022-07-09
135
135
136
136
### Added
137
137
@@ -145,7 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145
145
146
146
- fix get wrong folder issue when ` eslint ` is worked with processors
147
147
148
- ## [ 1.2.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.1.0...v1.2.0 ) - 2022-07-04
148
+ ## [ 1.2.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.1.0...v1.2.0 ) - 2022-07-04
149
149
150
150
### Added
151
151
@@ -160,13 +160,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160
160
161
161
- the rule ` filename-naming-convention ` can specify the target file by its extension
162
162
163
- ## [ 1.1.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/compare/v1.0.0...v1.1.0 ) - 2022-02-23
163
+ ## [ 1.1.0] ( https://github.com/dukeluo /eslint-plugin-check-file/compare/v1.0.0...v1.1.0 ) - 2022-02-23
164
164
165
165
### Added
166
166
167
167
- ` check-file/folder-naming-convention ` : Enforce a consistent naming pattern for the name of the specified folder
168
168
169
- ## [ 1.0.0] ( https://github.com/DukeLuo /eslint-plugin-check-file/releases/tag/v1.0.0 ) - 2022-01-11
169
+ ## [ 1.0.0] ( https://github.com/dukeluo /eslint-plugin-check-file/releases/tag/v1.0.0 ) - 2022-01-11
170
170
171
171
### Added
172
172
0 commit comments