Skip to content

Commit

Permalink
ADD v0.7.0-rev2 (preview)
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Jun 5, 2021
1 parent 9852a70 commit 6693992
Show file tree
Hide file tree
Showing 75 changed files with 1,670 additions and 1,117 deletions.
6 changes: 4 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
["conditional-compile", {
"define": {
"DEBUG": false,
"PROFILER": true,
"PROFILER": false,
"POLYFILL": true,
"SUPPORT_WORKER": true,
"SUPPORT_ENCODER": true,
"SUPPORT_CACHE": true,
Expand All @@ -17,7 +18,7 @@
"SUPPORT_PAGINATION": true,
"SUPPORT_OPERATOR": true,
"SUPPORT_CALLBACK": true,
"USE_POLYFILL": true
"SUPPORT_LANG": false
}
}],
"babel-plugin-minify-constant-folding",
Expand All @@ -38,6 +39,7 @@
],
"ignore": [
"config.js",
"bundle.js",
"export.js"
],
"minified": true,
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<h2></h2>

### FlexSearch v0.7.0 (Beta)
=======

Beta is now available. Please test the new version and post back issues and suggestions. The Beta will pushed to the master branch in 2 weeks.

Expand Down
23 changes: 12 additions & 11 deletions bench/dist/flexsearch.light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6693992

Please sign in to comment.