Skip to content

Commit 9c83423

Browse files
committed
release v0.7.3
1 parent 858f018 commit 9c83423

15 files changed

+438
-762
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,31 +67,31 @@ Plugins (extern projects):
6767
</tr>
6868
<tr>
6969
<td>flexsearch.bundle.js</td>
70-
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.2/dist/flexsearch.bundle.js" target="_blank">Download</a></td>
71-
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.bundle.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.bundle.js</a></td>
70+
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.3/dist/flexsearch.bundle.js" target="_blank">Download</a></td>
71+
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.bundle.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.bundle.js</a></td>
7272
</tr>
7373
<tr></tr>
7474
<tr>
7575
<td>flexsearch.light.js</td>
76-
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.2/dist/flexsearch.light.js" target="_blank">Download</a></td>
77-
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.light.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.light.js</a></td>
76+
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.3/dist/flexsearch.light.js" target="_blank">Download</a></td>
77+
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.light.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.light.js</a></td>
7878
</tr>
7979
<tr></tr>
8080
<tr>
8181
<td>flexsearch.compact.js</td>
82-
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.2/dist/flexsearch.compact.js" target="_blank">Download</a></td>
83-
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.compact.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.compact.js</a></td>
82+
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.3/dist/flexsearch.compact.js" target="_blank">Download</a></td>
83+
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.compact.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.compact.js</a></td>
8484
</tr>
8585
<tr></tr>
8686
<tr>
8787
<td>flexsearch.es5.js *</td>
88-
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.2/dist/flexsearch.es5.js" target="_blank">Download</a></td>
89-
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.es5.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.2/dist/flexsearch.es5.js</a></td>
88+
<td><a href="https://github.com/nextapps-de/flexsearch/raw/0.7.3/dist/flexsearch.es5.js" target="_blank">Download</a></td>
89+
<td><a href="https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.es5.js" target="_blank">https://rawcdn.githack.com/nextapps-de/flexsearch/0.7.3/dist/flexsearch.es5.js</a></td>
9090
</tr>
9191
<tr></tr>
9292
<tr>
9393
<td>ES6 Modules</td>
94-
<td><a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nextapps-de/flexsearch/tree/0.7.2/dist/module/" target="_blank">Download</a></td>
94+
<td><a href="https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nextapps-de/flexsearch/tree/0.7.3/dist/module/" target="_blank">Download</a></td>
9595
<td>The <i>/dist/module/</i> folder of this Github repository</td>
9696
</tr>
9797
</table>
@@ -106,7 +106,7 @@ npm install flexsearch
106106

107107
#### Get Latest Nightly (Do not use for production!)
108108

109-
Just exchange the version number from the URLs above with "master", e.g.: "/flexsearch/__0.7.2__/dist/" into "/flexsearch/__master__/dist".
109+
Just exchange the version number from the URLs above with "master", e.g.: "/flexsearch/__0.7.3__/dist/" into "/flexsearch/__master__/dist".
110110

111111
### Compare Web-Bundles
112112

@@ -438,7 +438,7 @@ const worker = new WorkerIndex(options);
438438

439439
Or via CDN:
440440
```html
441-
<script src="https://cdn.jsdelivr.net/gh/nextapps-de/[email protected].2/dist/flexsearch.bundle.js"></script>
441+
<script src="https://cdn.jsdelivr.net/gh/nextapps-de/[email protected].3/dist/flexsearch.bundle.js"></script>
442442
```
443443

444444
AMD:
@@ -447,7 +447,7 @@ AMD:
447447
var FlexSearch = require("./flexsearch.js");
448448
```
449449

450-
Load one of the builds from the folder <a href="https://github.com/nextapps-de/flexsearch/tree/0.7.2/dist">dist</a> within your html as a script and use as follows:
450+
Load one of the builds from the folder <a href="https://github.com/nextapps-de/flexsearch/tree/0.7.3/dist">dist</a> within your html as a script and use as follows:
451451

452452
```js
453453
var index = new FlexSearch.Index(options);

0 commit comments

Comments
 (0)