Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: from now on ContentOnly option is set to true by default. #17

Merged
merged 6 commits into from
Aug 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated CHANGELOG
  • Loading branch information
smeshkov committed Aug 25, 2022
commit 060cec506f85611e87c757d0c4ca3893c4031628
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,10 @@

## v0.60.1

- BREAKING: from now on `ContentOnly` option is set to `true` by default.
- BREAKING: from now on `ContentOnly` option is set to `true` by default;
- optimization: moved segmenter inside the config with the lazy initialization so now it happens only once;
- fix: in cases when language detection is reliable it is now using correct value;
- fix: use the same segmenter logic in the plain text processor.

## v0.60.0

Expand Down