Skip to content

Commit 42a00a2

Browse files
committed
docs: add CHANGELOG
1 parent b2a6cc4 commit 42a00a2

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
9+
## [1.2.1](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.2.0...v1.2.1) -2022-07-09
10+
11+
### Added
12+
- add CHANGELOG
13+
14+
### Changed
15+
- add Windows operation system support
16+
17+
### Fixed
18+
- fix get wrong folder issue when `eslint` is worked with processors
19+
20+
21+
## [1.2.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.1.0...v1.2.0) - 2022-07-04
22+
23+
### Added
24+
- the rule `filename-naming-convention` can specify the target file by its file path
25+
- the rule `filename-naming-convention` can set `ignoreMiddleExtensions` property to ignore middle extensions when matching naming pattern
26+
27+
### Changed
28+
- optimize docs
29+
30+
### Deprecated
31+
- the rule `filename-naming-convention` can specify the target file by its extension
32+
33+
34+
## [1.1.0](https://github.com/DukeLuo/eslint-plugin-check-file/compare/v1.0.0...v1.1.0) - 2022-02-23
35+
36+
### Added
37+
- `check-file/folder-naming-convention`: Enforce a consistent naming pattern for the name of the specified folder
38+
39+
40+
## [1.0.0](https://github.com/DukeLuo/eslint-plugin-check-file/releases/tag/v1.0.0) - 2022-01-11
41+
42+
### Added
43+
- `check-file/folder-match-with-fex`: Enforce a consistent naming pattern for the folder of the specified file extension
44+
- `check-file/filename-naming-convention`: Enforce a consistent naming pattern for the filename of the specified file extension
45+
- `check-file/no-index`: A file cannot be named "index"

0 commit comments

Comments
 (0)