Releases: Hugos68/vite-plugin-pagefind
Releases · Hugos68/vite-plugin-pagefind
v1.0.5
Patch Changes
- 412090f: Chore: README improvements.
v1.0.4
Patch Changes
- 6a33385: Chore: Slighly better logs.
v1.0.3
Patch Changes
- 226fe52: Bugfix: The "Building with <script>..." now includes the full command as well as only logging when actually building.
v1.0.2
Patch Changes
- f7559fc: Bugfix: Fix issue where
build
script would not be ran.
- f7559fc: Bugfix: Add default empty object to plugin options.
v1.0.1
Patch Changes
- 11c6972: Bugfix: Replace internal
execSync
with existsSync
call.
v1.0.0
Major Changes
Minor Changes
- 4bcd5f9: Chore: Removed ability to use
pagefind.json
, config is now fully inline.
v0.3.0
Minor Changes
- ebc03b8: Adds support for inline configuration.
- ebc03b8: Adds
pagefind_dir
option to configure the pagefind directory (rather than hardcoded to /pagefind
).
Patch Changes
- 2fe4aaf: Update peerDependency
vite
.
v0.2.10
Patch Changes
- f6dd0d4: fix: Move Vite to peer deps
v0.2.9
Patch Changes
- f6e01b7: fix: correctly switch from
PluginOption
to Plugin
as the return type.
v0.2.8
Patch Changes
- 25f5487: Removed index.js, much clearer