Skip to content

Releases: 0xJacky/vite-plugin-build-id

v0.5.0

02 Nov 17:12
e22d75c
Compare
Choose a tag to compare

This release refactored the code to use the new ecosystem.

Refactor

  1. Applied ESLint v9 to lint the code.
  2. Utilized unbuild to generate standardized module and types definition files.
  3. Moved index.ts to the src directory.
  4. The dist directory is no longer included in the repository.
  5. Only generated files will now be published.

Full Changelog: v0.4.2...v0.5.0

v0.4.2

18 Sep 09:02
6d5c776
Compare
Choose a tag to compare

This release introduces a new feature.

New

  1. Force prepare the version file in CI/CD.

v0.4.1

18 Sep 05:49
2e15f33
Compare
Choose a tag to compare

This release fixes a crash issue.

Fixes

  1. Fixes a crash when neither .status_hash file nor a modified file is present .

v0.4.0

18 Sep 05:22
3144356
Compare
Choose a tag to compare

This release refactored code to fix a potential issue.

Refactor

  1. Force generating the version file if Build ID environment is set.

v0.3.9

17 Sep 16:08
a703d34
Compare
Choose a tag to compare

This release fixes a potential issue.

Fixes

  1. Bump the version in the build command only in prepare mode.

v0.3.8

17 Sep 15:57
5929411
Compare
Choose a tag to compare

This release fixes several issues.

Fixes

  1. Fixes a crash when no modified file is present.
  2. Ignores the .status_hash file to avoid a hash loop.

v0.3.7

16 Sep 07:08
5db6c54
Compare
Choose a tag to compare

This release introduces a new feature.

New

  1. Read build id from environment for some situation like CI/CD.

v0.3.6

14 Sep 06:10
82cca8d
Compare
Choose a tag to compare

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

10 Aug 02:38
7547918
Compare
Choose a tag to compare

Bug Fix

  1. Fixed bug where git could not start dev or build when files were moved or deleted in staging area.

v0.3.4

31 Jul 06:45
30efe6a
Compare
Choose a tag to compare

This release aims to attempt to fix logic issues.

  • Bump the version only if the build is successful.
  • Add colors for the log