Skip to content

Commit b8b53be

Browse files
authored
Merge pull request #58 from bingenito/update-changelog
2 parents 4193097 + 28c1e4a commit b8b53be

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

CHANGELOG.md

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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+
## [Unreleased]
9+
10+
### Added
11+
- License header ESLint check
12+
- JSDocs documentation
13+
- Test coverage with nyc and coverage thresholds
14+
15+
### Changed
16+
- Removed npm-run-all dependency and updated scripts configuration
17+
- Added lint:fix script
18+
19+
### Dependencies
20+
- Bumped @html-eslint/eslint-plugin from 0.34.0 to 0.35.0
21+
- Bumped eslint-plugin-n from 17.14.0 to 17.15.1
22+
- Bumped eslint from 9.19.0 to 9.21.0
23+
- Bumped @html-eslint/parser from 0.34.0 to 0.35.0
24+
- Bumped @eslint/compat from 1.2.4 to 1.2.7
25+
26+
### CI
27+
- Bumped actions/upload-artifact from 4.6.0 to 4.6.1
28+
- Bumped github/codeql-action from 3.28.8 to 3.28.10
29+
- Bumped codecov/codecov-action from 5.3.1 to 5.4.0
30+
- Bumped ossf/scorecard-action from 2.4.0 to 2.4.1
31+
32+
## [0.0.1] - 2023-11-07
33+
34+
### Added
35+
- Initial release
36+
- ESLint plugin for external includes
37+
- Two core rules:
38+
- enforce-no-external-url
39+
- require-script-integrity
40+
- Comprehensive test coverage
41+
- GitHub Actions CI workflow
42+
- Dependabot configuration
43+
- OpenSSF Scorecard integration
44+
- Security best practices implementation
45+
- Repository and package information
46+
- Release workflow configuration
47+
48+
### Documentation
49+
- Added README with badges
50+
- Added usage instructions
51+
- Added rule documentation
52+
53+
### CI
54+
- Added continuous integration workflow
55+
- Added release workflow
56+
- Added CodeQL security analysis
57+
- Added code coverage reporting
58+
- Added dependency management
59+
60+
### Dependencies
61+
Initial dependencies:
62+
- @html-eslint/eslint-plugin
63+
- @html-eslint/parser
64+
- eslint
65+
- mocha
66+
- eslint-doc-generator
67+
- eslint-plugin-eslint-plugin
68+
- eslint-plugin-n

0 commit comments

Comments
 (0)