Skip to content

Commit

Permalink
release: 3.20.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoulixiang committed Mar 18, 2024
1 parent b97b0d8 commit 48905b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 更新日志

## 3.20.0

- 【feat】增加 ```` 的变调智能识别,可通过 `toneSandhi` 参数控制开启和关闭,参考: [维基百科](https://zh.wiktionary.org/wiki/Appendix:%E2%80%9C%E4%B8%80%E2%80%9D%E5%8F%8A%E2%80%9C%E4%B8%8D%E2%80%9D%E7%9A%84%E5%8F%98%E8%B0%83)
- 【feat】增加 `````` 前面跟数量词时的发音智能识别
- 【feat】增加 `` 在起始的发音智能识别
- 【feat】html api 增加 `customClassMap` 选项用于对指定字增加自定义类名
- 【patch】校正部分词语的拼音

## 3.19.6

- 【patch】更新部分词库,详见:[2c2f57ad](https://github.com/zh-lx/pinyin-pro/commit/2c2f57ad039bf80de93e1156edaaa030a1d370a6)[cd8bdba5](https://github.com/zh-lx/pinyin-pro/commit/cd8bdba5e6d918e68facec835be396e2c4608d61)[e7a46dda](https://github.com/zh-lx/pinyin-pro/commit/e7a46dda4135da8b373aa72154c373951266e959)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinyin-pro",
"version": "3.19.6",
"version": "3.20.0-beta.2",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -79,4 +79,4 @@
"path": "node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 48905b2

Please sign in to comment.