Releases: 0xJacky/vite-plugin-build-id
Releases · 0xJacky/vite-plugin-build-id
v0.5.0
This release refactored the code to use the new ecosystem.
Refactor
- Applied
ESLint
v9 to lint the code.
- Utilized
unbuild
to generate standardized module and types definition files.
- Moved
index.ts
to the src
directory.
- The
dist
directory is no longer included in the repository.
- Only generated files will now be published.
Full Changelog: v0.4.2...v0.5.0
v0.4.2
This release introduces a new feature.
New
- Force prepare the version file in CI/CD.
v0.4.1
This release fixes a crash issue.
Fixes
- Fixes a crash when neither
.status_hash
file nor a modified file is present .
v0.4.0
This release refactored code to fix a potential issue.
Refactor
- Force generating the version file if Build ID environment is set.
v0.3.9
This release fixes a potential issue.
Fixes
- Bump the version in the build command only in prepare mode.
v0.3.8
This release fixes several issues.
Fixes
- Fixes a crash when no modified file is present.
- Ignores the
.status_hash
file to avoid a hash loop.
v0.3.7
This release introduces a new feature.
New
- Read build id from environment for some situation like CI/CD.
v0.3.6
This release introduces new features to enhance configuration and data handling.
- Add prepare options to elevate the generation sequence to the very beginning, enhancing the overall setup process.
- Implement a new status hash structure, now stored as an independent local file, to improve the consistency and manageability of status tracking.
v0.3.5
Bug Fix
- Fixed bug where git could not start dev or build when files were moved or deleted in staging area.
v0.3.4
This release aims to attempt to fix logic issues.
- Bump the version only if the build is successful.
- Add colors for the log