@@ -5,56 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
9-
10- ### ✨ Features
11-
12- - Complete DevSecOps transformation with comprehensive CI/CD pipeline
13- - Node.js 22 runtime with mise toolchain management
14- - SBOM generation with CycloneDX v1.4 format
15- - License compliance automation with SPDX headers
16- - GitHub Pages documentation with TypeDoc API docs
17- - Performance monitoring and bundle analysis reports
18- - Release automation with conventional commits and release-please
19-
20- ### 🔒 Security
21-
22- - Static Application Security Testing (SAST) with CodeQL
23- - Secret scanning with GitLeaks configuration
24- - Dependency vulnerability scanning with Trivy
25- - SHA-pinned GitHub Actions with minimal permissions
26- - Supply chain transparency with Software Bill of Materials
27-
28- ### 🛠️ Developer Experience
29-
30- - Enhanced development environment with mise configuration
31- - Pre-commit hooks for quality assurance
32- - Automated dependency updates with intelligent Dependabot grouping
33- - Comprehensive test coverage (≥80% enforced)
34- - Quality gates with automated license header enforcement
35-
36- ### 📚 Documentation
37-
38- - Interactive SBOM viewer at GitHub Pages /sbom endpoint
39- - Performance reports at GitHub Pages /performance endpoint
40- - Complete API documentation at GitHub Pages /docs endpoint
41- - Enhanced README with comprehensive DevSecOps badge collection
42-
43- ## [ 1.0.0] - 2024-12-06
44-
45- ### 🎉 Initial Release
46-
47- - TypeScript GitHub Action for conditional path filtering
48- - Support for glob patterns and change type detection
49- - Multiple output formats (JSON, CSV, shell, escaped)
50- - Comprehensive test suite with unit, integration, and E2E tests
51- - Modern ESM module system with Node.js 22 support
52- - MIT license with full SPDX compliance
53-
54- ### Previous Changelog
8+ ## [ Previous Changelog]
559
5610This project builds upon [ dorny/paths-filter] ( https://github.com/dorny/paths-filter ) .
5711See the [ original changelog] ( https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md ) for previous development history.
58-
59- [ Unreleased ] : https://github.com/santosr2/conditional-paths-action/compare/v1.0.0...HEAD
60- [ 1.0.0 ] : https://github.com/santosr2/conditional-paths-action/releases/tag/v1.0.0
0 commit comments