Releases: chengpeiquan/vite-plugin-banner
Releases · chengpeiquan/vite-plugin-banner
v0.8.0
v0.7.1
Bug Fixes
- Fix: banner failed when content return falsy ( See #27 , Close #26 , Thx @justforuse )
v0.7.0
v0.6.1
Bug Fixes
- Fix missing function type when verify
v0.6.0
Features
- Added
ContentCallback
option type to support add different banners , See #16 .
v0.5.0
Features
- add an option to turn off verifying content legitimacy
v0.4.0
Features
- add an option for debug
v0.3.1
Bug Fixes
- Fix missing TypeScript type support
v0.3.0
Features
- Since
v0.3.0
, ESM and CommonJS module files are supported.
v0.2.0
Features
- Since
v0.2.0
, This plugin support aString
or anObject
to be the plugin options.