Skip to content

Releases: chengpeiquan/vite-plugin-banner

v0.8.0

03 Sep 17:27
Compare
Choose a tag to compare

Bug Fixes

  • remove the default value of outDir, when this plugin does not specify outDir , Vite's build.outDir is now correctly used as the default value ( #29 , Thx @hooray )

Refactor

  • upgrade build configuration and fix source code types

v0.7.1

16 Sep 15:20
Compare
Choose a tag to compare

Bug Fixes

  • Fix: banner failed when content return falsy ( See #27 , Close #26 , Thx @justforuse )

v0.7.0

08 Dec 02:23
d5a9203
Compare
Choose a tag to compare

Features

  • Comment symbols are no longer automatically added when the verify option is false , See #24 .

v0.6.1

30 Oct 23:33
ca7e360
Compare
Choose a tag to compare

Bug Fixes

  • Fix missing function type when verify

v0.6.0

30 Oct 14:27
5e0e601
Compare
Choose a tag to compare

Features

v0.5.0

06 Sep 13:51
55f5c59
Compare
Choose a tag to compare

Features

  • add an option to turn off verifying content legitimacy

v0.4.0

22 Aug 03:22
683633e
Compare
Choose a tag to compare

Features

  • add an option for debug

v0.3.1

21 Aug 16:55
9085af0
Compare
Choose a tag to compare

Bug Fixes

  • Fix missing TypeScript type support

v0.3.0

23 May 02:09
Compare
Choose a tag to compare

Features

  • Since v0.3.0, ESM and CommonJS module files are supported.

v0.2.0

09 Jan 08:54
7b72e98
Compare
Choose a tag to compare

Features

  • Since v0.2.0, This plugin support a String or an Object to be the plugin options.