Skip to content

Releases: google/budoux

v0.8.1

29 Mar 23:23
aa7875d

Choose a tag to compare

What's Changed

  • docs(README): fix minor typo by @strogonoff in #1168
  • Upgrade GitHub Actions to latest versions by @salmanmkc in #1167
  • chore(deps-dev): bump @vitest/browser from 4.0.18 to 4.1.0 in /javascript by @dependabot[bot] in #1175
  • chore(deps-dev): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.4.0 in /java by @dependabot[bot] in #1169
  • chore(deps): bump step-security/harden-runner from 2.15.1 to 2.16.0 by @dependabot[bot] in #1171
  • chore(deps): bump github/codeql-action from 4.32.6 to 4.33.0 by @dependabot[bot] in #1170
  • chore(deps-dev): bump @types/node from 25.3.5 to 25.5.0 in /javascript by @dependabot[bot] in #1174
  • chore(deps): bump the patch group across 2 directories with 3 updates by @dependabot[bot] in #1172
  • Fix package.json error by @tushuhei in #1165
  • Update pom.xml to include javadoc jar and GPG signatures in release by @tushuhei in #1166
  • chore(deps-dev): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 in /java in the patch group by @dependabot[bot] in #1177
  • chore(deps-dev): bump @biomejs/biome from 2.4.7 to 2.4.8 in /javascript in the patch group across 1 directory by @dependabot[bot] in #1178
  • chore(deps-dev): bump the patch group across 1 directory with 4 updates by @dependabot[bot] in #1181
  • chore(deps): bump requests from 2.32.5 to 2.33.0 in the uv group across 1 directory by @dependabot[bot] in #1184
  • chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 by @dependabot[bot] in #1180
  • chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 by @dependabot[bot] in #1179
  • Fix Typescript 6.0.2 compilation errors by @tushuhei in #1183
  • chore(deps): bump cryptography from 46.0.5 to 46.0.6 in the uv group across 1 directory by @dependabot[bot] in #1185
  • Bump picomatch to 4.0.4 by @tushuhei in #1187
  • Bump to v0.8.1 by @tushuhei in #1186

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

13 Mar 02:20
ce4405a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.8.0rc1

02 Mar 02:17
d0d2265

Choose a tag to compare

v0.8.0rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v0.8.0-rc

v0.7.0

11 Mar 02:17
d0969ef

Choose a tag to compare

Breaking changes

  • JSDOM is replaced with linkedom, which makes our JavaScript port SSR-friendly. #888
  • The deprecated HTMLProcessor.applyElement method is deleted. #926

What's Changed

Full Changelog: v0.6.4...v0.7.0

v0.6.4

28 Jan 22:01
1f20187

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

22 Oct 07:09
27fd3bb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

12 Jan 01:36
4b0f8c5

Choose a tag to compare

Thai is now supported! 🎉

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

17 Nov 06:34
d02254f

Choose a tag to compare

What's Changed

  • Bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 in /javascript by @dependabot in #353
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 in /java by @dependabot in #354
  • Bump actions/dependency-review-action from 3.1.1 to 3.1.2 by @dependabot in #357
  • Bump @types/node from 20.8.3 to 20.9.0 in /javascript by @dependabot in #356
  • Support weighted samples by @tushuhei in #358
  • Fix unpaired close tags and self-closing tags by @kojiishi in #360
  • [Java] Stop emitting close tags if self-closing by @kojiishi in #362
  • Update Google Java Format action by @tushuhei in #363
  • Bump actions/dependency-review-action from 3.1.2 to 3.1.3 by @dependabot in #364
  • Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0 in /javascript by @dependabot in #365
  • [java] Fix errors by collapsed white spaces and <br> by @kojiishi in #367
  • Bump github/codeql-action from 2.22.5 to 2.22.6 by @dependabot in #368
  • [java] Replace wholeText() with NodeVisitor by @kojiishi in #369
  • Implement tail for node visitor by @tushuhei in #370
  • Update jsoup to 1.16.2 by @tushuhei in #371
  • Version up to 0.6.1 by @tushuhei in #372

Full Changelog: v0.6.0...v0.6.1

v0.6.0

06 Nov 22:02
93ac23c

Choose a tag to compare

Noteworthy changes

  • BudouX Web Components don't use Shadow DOM anymore. The segmentation results will be reflected in their Light DOM, where the global styles can apply. #291
  • Phrases are segmented by ZWSP (U+200B) not <wbr> for a better screen reader experience. #346
  • You can insert non-breaking markup (<nobr and white-space: nowrap) when you have a phrase you don't want to break. #240

What's Changed

Full Changelog: v0.5.2...v0.6.0

v0.5.2

03 Jul 05:46
66f13b6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2