mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-18 16:16:25 +00:00
docs(site): bumped version
This commit is contained in:
parent
7b1256b16c
commit
302a44d5e4
@ -43,14 +43,14 @@ For prototyping or learning purposes, you can use the latest version with:
|
||||
For production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions:
|
||||
|
||||
```html
|
||||
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.1"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.2"></script>
|
||||
```
|
||||
|
||||
If you are using native ES Modules, there is also an ES Modules compatible build:
|
||||
|
||||
```html
|
||||
<script type="module">
|
||||
import Fuse from 'https://cdn.jsdelivr.net/npm/fuse.js@6.4.1/dist/fuse.esm.js'
|
||||
import Fuse from 'https://cdn.jsdelivr.net/npm/fuse.js@6.4.2/dist/fuse.esm.js'
|
||||
</script>
|
||||
```
|
||||
|
||||
@ -66,6 +66,6 @@ version in your published site, replacing `fuse.js` with `fuse.min.js`. This is
|
||||
You can directly import `Fuse` as an ES module from the deno.land/x service:
|
||||
|
||||
```typescript
|
||||
// @deno-types="https://deno.land/x/fuse@v6.4.1/dist/fuse.d.ts"
|
||||
import Fuse from 'https://deno.land/x/fuse@v6.4.1/dist/fuse.esm.min.js'
|
||||
// @deno-types="https://deno.land/x/fuse@v6.4.2/dist/fuse.d.ts"
|
||||
import Fuse from 'https://deno.land/x/fuse@v6.4.2/dist/fuse.esm.min.js'
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user