Skip to content

Releases: ZhongxuYang/vite-plugin-version-mark

v0.0.13

14 Apr 06:41
Compare
Choose a tag to compare

CHANGELOG

v0.0.13

  • Fix source Map warning on build.

v0.0.12

  • Update the confusing attributes ifShortSHA and ifGitSHA. If you want to enable ifShortSHA, you do not need to configure ifGitSHA to be true. (by @littlecxm)
  • The default value of ifShortSHA is changed to false.

v0.0.11

  • Support export version field in the entry file.

v0.0.10

  • Fix the bug that the version is not defined global after ifGlobal: true.

v0.0.9

  • The ifGlobal setting mode is switched to vite.define, so that the node.js environment can read. (by @censujiang)

v0.0.8

  • Support provide a custom command to retrieve the version. (by @kgutwin)

v0.0.5 - v0.0.7

  • Optimizations & support Nuxt3+.

v0.0.1 - v0.0.4

  • First release & bug fixing.

v0.0.12

13 Mar 07:47
Compare
Choose a tag to compare

CHANGELOG

v0.0.12

  • Update the confusing attributes ifShortSHA and ifGitSHA. If you want to enable ifShortSHA, you do not need to configure ifGitSHA to be true. (by @littlecxm)
  • The default value of ifShortSHA is changed to false.

v0.0.11

  • Support export version field in the entry file.

v0.0.10

  • Fix the bug that the version is not defined global after ifGlobal: true.

v0.0.9

  • The ifGlobal setting mode is switched to vite.define, so that the node.js environment can read. (by @censujiang)

v0.0.8

  • Support provide a custom command to retrieve the version. (by @kgutwin)

v0.0.5 - v0.0.7

  • Optimizations & support Nuxt3+.

v0.0.1 - v0.0.4

  • First release & bug fixing.

v0.0.11

29 Feb 09:41
Compare
Choose a tag to compare

CHANGELOG

v0.0.11

  • Support export version field in the entry file.

v0.0.10

  • Fix the bug that the version is not defined global after ifGlobal: true.

v0.0.9

  • The ifGlobal setting mode is switched to vite.define, so that the node.js environment can read. (by @censujiang)

v0.0.8

  • Support provide a custom command to retrieve the version. (by @kgutwin)

v0.0.5 - v0.0.7

  • Optimizations & support Nuxt3+.

v0.0.1 - v0.0.4

  • First release & bug fixing.

v0.0.10

09 Aug 06:53
Compare
Choose a tag to compare

CHANGELOG

v0.0.10

  • Fix the bug that the version is not defined global after ifGlobal: true

v0.0.9

  • The ifGlobal setting mode is switched to vite.define, so that the node.js environment can read (by @censujiang)

v0.0.8

  • Support provide a custom command to retrieve the version (by @kgutwin)

v0.0.5 - v0.0.7

  • Optimizations & support Nuxt3+

v0.0.1 - v0.0.4

  • First release & bug fixing

v0.0.9

29 Jul 06:12
Compare
Choose a tag to compare

CHANGELOG

v0.0.9

  • The ifGlobal setting mode is switched to vite.define, so that the node.js environment can read (by @censujiang)

v0.0.8

  • Support provide a custom command to retrieve the version (by @kgutwin)

v0.0.5 - v0.0.7

  • Optimizations & support Nuxt3+

v0.0.1 - v0.0.4

  • First release & bug fixing

v0.0.8

26 Jun 04:28
Compare
Choose a tag to compare
feat: support command, v0.0.8

v0.0.7

26 Jun 04:27
Compare
Choose a tag to compare
docs: update

v0.0.4

26 Jun 04:27
Compare
Choose a tag to compare
docs: update readme