Skip to content

Commit

Permalink
Merge pull request #10 from Torathion/2.4.0
Browse files Browse the repository at this point in the history
2.4.0: Plugins and Tasks
  • Loading branch information
Torathion authored Mar 25, 2024
2 parents 9306173 + c3632c8 commit 6e18204
Show file tree
Hide file tree
Showing 26 changed files with 222 additions and 227 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.4.0] 2024-03-25

### Added

- Dynamic tsconfig file parsing. It only reads the file names of the files in the root directory. Further support with extending configs will be added later.

### Changed

- Updated dependencies
- Sped up prettier file parsing
- Sped up config merging
- Replaced `eslint-merge-processors` with own faster implementation
- Replaced `eslint-config-flat-gitignore` with own faster implementation

## [2.3.0] 2024-03-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e18204

Please sign in to comment.