Skip to content

Commit 5abd01a

Browse files
committed
universal charset presets, fix #483
1 parent 98c6039 commit 5abd01a

56 files changed

Lines changed: 1748 additions & 2146 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### Current Version
4+
5+
- Use multi-language charset normalization as the default `Encoder`
6+
- Simplified charset support for CJK, Arabic, Cyrillic, Hindi, ... no extra charset definition required, the default encoder can handle them all
7+
- Charset renamed `LatinExact` => `Exact`, `LatinDefault` => `Default` and `LatinSimple` => `Normalize`, these are universal charset presets for any languages
8+
- Charset `CjkDefault`, `ArabicDefault` and `CyrillicDefault` was removed, they are fully covered by the default universal charset presets
9+
310
### v0.8.1
411

512
- Resolver Support for Documents

dist/flexsearch.bundle.debug.js

Lines changed: 191 additions & 208 deletions
Large diffs are not rendered by default.

dist/flexsearch.bundle.min.js

Lines changed: 63 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/flexsearch.bundle.module.debug.js

Lines changed: 188 additions & 205 deletions
Large diffs are not rendered by default.

dist/flexsearch.bundle.module.min.js

Lines changed: 64 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/flexsearch.compact.debug.js

Lines changed: 131 additions & 148 deletions
Large diffs are not rendered by default.

dist/flexsearch.compact.min.js

Lines changed: 46 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/flexsearch.compact.module.debug.js

Lines changed: 128 additions & 145 deletions
Large diffs are not rendered by default.

dist/flexsearch.compact.module.min.js

Lines changed: 47 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/flexsearch.es5.debug.js

Lines changed: 229 additions & 246 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)