minisearch
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -5,2 +5,12 @@ # Changelog | ||
# v6.0.1 | ||
- [fix] The `boost` search option now does not interfere with the `fields` | ||
search option: if `fields` is specified, boosting a field that is not | ||
included in `fields` has no effect, and will not include such boosted field | ||
in the search. | ||
- [fix] When using `search` with a `QuerySpec`, the `combineWith` option is | ||
now properly taking its default from the `SearchOptions` given as the second | ||
argument. | ||
# v6.0.0 | ||
@@ -7,0 +17,0 @@ |
{ | ||
"name": "minisearch", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Tiny but powerful full-text search engine for browser and Node", | ||
@@ -43,3 +43,4 @@ "main": "dist/umd/index.js", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^9.0.2", | ||
"@rollup/plugin-terser": "^0.3.0", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/benchmark": "^2.1.1", | ||
@@ -62,3 +63,2 @@ "@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"rollup-plugin-dts": "^5.0.0", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"snazzy": "^9.0.0", | ||
@@ -65,0 +65,0 @@ "ts-jest": "^29.0.3", |
@@ -65,3 +65,3 @@ # MiniSearch | ||
``` | ||
npm install --save minisearch | ||
npm install minisearch | ||
``` | ||
@@ -89,3 +89,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/minisearch@6.0.0/dist/umd/index.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/minisearch@6.0.1/dist/umd/index.min.js"></script> | ||
``` | ||
@@ -92,0 +92,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1210202
18028