We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a5bf3 commit d9799a2Copy full SHA for d9799a2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 更新日志
2
3
+## 3.19.5
4
+
5
+- 【fix】修复非中文字符 `pattern: 'first` 模式下首字母获取失败的情况
6
7
## 3.19.4
8
9
- 【fix】修复非中文字符在 `toneType: none` 参数下转换错误的问题 [#156](https://github.com/zh-lx/pinyin-pro/issues/156)
package.json
@@ -1,6 +1,6 @@
{
"name": "pinyin-pro",
- "version": "3.19.4",
+ "version": "3.19.5",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
0 commit comments