lucaong/minisearch (minisearch)
### [`v7.0.0`](https://togithub.com/lucaong/minisearch/blob/HEAD/CHANGELOG.md#v700)
[Compare Source](https://togithub.com/lucaong/minisearch/compare/v6.3.0...v7.0.0)
This is a major release, but the only real breaking change is that it targets
ES6 (ES2015) and later. This means that it will not work in legacy browsers,
most notably Internet Explorer 11 and earlier (by now well below 1% global
usage according to https://caniuse.com). Among other benefits, this reduces the
package size (from 8.8KB to 5.8KB minified and gzipped).
- \[breaking change] Target ES6 (ES2015) and later, dropping support for
Internet Explorer 11 and earlier.
- \[breaking change] Better TypeScript type of `combineWith` search option
values, catching invalid operators at compile time. Note that this is a
breaking change only if one was using unlikely weird casing for the
`combineWith` option. For example, `AND`, `and`, `And` are all still valid,
but `aNd` won't compile anymore.
- More informative error when specifying an invalid value for `combineWith`
in JavaScript (in TypeScript this would be a compile time error)
- Use the Unicode flag to simplify the tokenizer regular expression
- Add `loadJSONAsync` method, to load a serialized index asynchronously
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^6.3.0
->^7.0.0
Release Notes
lucaong/minisearch (minisearch)
### [`v7.0.0`](https://togithub.com/lucaong/minisearch/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://togithub.com/lucaong/minisearch/compare/v6.3.0...v7.0.0) This is a major release, but the only real breaking change is that it targets ES6 (ES2015) and later. This means that it will not work in legacy browsers, most notably Internet Explorer 11 and earlier (by now well below 1% global usage according to https://caniuse.com). Among other benefits, this reduces the package size (from 8.8KB to 5.8KB minified and gzipped). - \[breaking change] Target ES6 (ES2015) and later, dropping support for Internet Explorer 11 and earlier. - \[breaking change] Better TypeScript type of `combineWith` search option values, catching invalid operators at compile time. Note that this is a breaking change only if one was using unlikely weird casing for the `combineWith` option. For example, `AND`, `and`, `And` are all still valid, but `aNd` won't compile anymore. - More informative error when specifying an invalid value for `combineWith` in JavaScript (in TypeScript this would be a compile time error) - Use the Unicode flag to simplify the tokenizer regular expression - Add `loadJSONAsync` method, to load a serialized index asynchronouslyConfiguration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.