Releases: Hugos68/vite-plugin-pagefind
Releases · Hugos68/vite-plugin-pagefind
v0.2.1
Patch Changes
- 8dcc9bc: Added defaults per config options
- 20c545a: Renamed
vite_plugin
to vite_plugin_pagefind
- 8dcc9bc: Added
/types
export for easier use
v0.2.0
Minor Changes
- 010e977: Added
dev_strategy
option, meaning you can develop with eager or lazy indexing
- 010e977: Plugin now strictly uses pagefind.json
v0.1.1
Patch Changes
- c6b6c63: bugfix: Types are now exported from root index
v0.1.0
Minor Changes
- bc84506: Feature: Added type definitions importable from
vite-plugin-pagefind/types
- bc84506: Breaking: Renamed
PagefindPluginConfig
to Config
- bc84506: Breaking: Named
publicDir
to assetsDir
Patch Changes
- bc84506: bugfix: replaced
process.cwd()
with config.root
to conform with Vite
v0.0.30
Patch Changes
- 3bd4c12: Add quotes to path so it still works when there are spaces in the path
v0.0.28
Patch Changes
- e02e88b: Fixed dynamic import broken only on initial dev server
v0.0.25
Patch Changes
- 19ca67b: Fixed executeMeasured return time (start - stop should be stop - start)