Skip to content

Commit 558b1d8

Browse files
committed
chore: update 0.6.0 changelog
1 parent a5c70d1 commit 558b1d8

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

wasm-lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to opencc-wasm will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.0] - 2026-01-17
9+
10+
- **Jieba segmentation**: Added cppjieba-based segmentation support for improved phrase handling.
11+
- **New configs**: Introduced `s2twp_jieba` and `tw2sp_jieba` conversion configs.
12+
- **WASM assets**: Bundled Jieba dictionaries and models with the wasm distribution.
13+
- **Tests/docs**: Added comparison testcases and Jieba usage notes.
14+
815
## [0.5.0] - 2026-01-17
916

1017
- **Upstream alignment**: Re-release aligned with upstream branch state.

wasm-lib/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,13 @@ A: Initial load downloads configs + dicts (~1-2MB). Subsequent conversions are f
383383

384384
## 📜 Changelog
385385

386+
### 0.6.0 - 2026-01-17
387+
388+
- Added Jieba segmentation support (cppjieba) for improved phrase handling
389+
- New conversion configs: `s2twp_jieba`, `tw2sp_jieba`
390+
- Bundled Jieba dictionaries/models in the wasm distribution
391+
- Added Jieba comparison testcases and usage notes
392+
386393
### 0.4.1 - 2026-01-05
387394

388395
- Ensure nested dict directories (e.g., `cngov`) are created before writing to the in-memory FS

wasm-lib/README.zh.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,13 @@ A:首次載入需要下載設定檔和字典檔(約 1-2MB)。後續轉換
383383

384384
## 📜 變更歷史
385385

386+
### 0.6.0 - 2026-01-17
387+
388+
- 新增 Jieba 分詞支援(cppjieba)以改善詞組切分效果
389+
- 新增轉換設定:`s2twp_jieba``tw2sp_jieba`
390+
- wasm 發行包內含 Jieba 詞典與模型檔
391+
- 新增 Jieba 對照測試與使用說明
392+
386393
### 0.5.0 - 2026-01-17
387394

388395
- 與上游分支狀態對齊後的重新發布

wasm-lib/package-lock.json

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

wasm-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencc-wasm",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "WebAssembly backend for OpenCC with opencc-js compatible API and official configs/ocd2 dictionaries.",
55
"keywords": [
66
"opencc",

0 commit comments

Comments
 (0)