Releases: CycloneDX/cyclonedx-esbuild
Releases · CycloneDX/cyclonedx-esbuild
1.0.0
Initial implementation.
- 🔌 esbuild plugin for automatic SBOM generation during builds
- 🖥️ CLI tool for generating SBOMs from esbuild metafiles
- 🎯 Supports multiple CycloneDX spec versions (1.2, 1.3, 1.4, 1.5, 1.6, 1.7)
- 🔍 Extracts components and dependencies from bundled projects
- 📝 License evidence gathering
- ✅ Validates generated SBOMs against CycloneDX schema
- 🔄 Reproducible output option for consistent SBOM generation
- 📊 Works with TypeScript, Angular, and other modern frameworks
1.0.0-rc.11
What's Changed
- docs: document min requirements to esbuild by @jkowalleck in #24
- docs: optional dependencies by @jkowalleck in #25
Full Changelog: v1.0.0-rc.10...v1.0.0-rc.11
1.0.0-rc.9
What's Changed
- chore(deps): bump knip from 5.69.0 to 5.69.1 in /tools/test-dependencies by @dependabot[bot] in #21
- chore(deps): bump the eslint group across 1 directory with 3 updates by @dependabot[bot] in #10
- fix: fix output levels by @jkowalleck in #22
Full Changelog: v1.0.0-rc.8...v1.0.0-rc.9
1.0.0-rc.10
What's Changed
- fix: fix output levels by @jkowalleck in #23
Full Changelog: v1.0.0-rc.9...v1.0.0-rc.10
1.0.0-rc.8
What's Changed
- docs: fix install instructions by @jkowalleck in #19
Full Changelog: v1.0.0-rc.7...v1.0.0-rc.8
1.0.0-rc.7
What's Changed
- docs: enrich examples by @jkowalleck in #17
- fix: plugin await writeAllSync by @jkowalleck in #18
Full Changelog: v1.0.0-rc.6...v1.0.0-rc.7
1.0.0-rc.6
What's Changed
- chore(deps-dev): bump esbuild from 0.25.12 to 0.27.0 in the esbuild group across 1 directory by @dependabot[bot] in #9
New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.6
1.0.0-rc.5
What's Changed
- chore(deps-dev): bump esbuild from 0.25.12 to 0.27.0 in the esbuild group across 1 directory by @dependabot[bot] in #9
New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.5
1.0.0-rc.2
initial publish