File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 更新日志
2
2
3
+ # 3.22.0
4
+
5
+ - 【feat】各 api 全面适配双 unicode 编码中文字符 [ #242 ] ( https://github.com/zh-lx/pinyin-pro/pull/242 ) 、[ #243 ] ( https://github.com/zh-lx/pinyin-pro/pull/243 ) 、[ #247 ] ( https://github.com/zh-lx/pinyin-pro/pull/247 )
6
+ - 【feat】支持[ 《通用汉字规范表》] ( https://zh.wiktionary.org/wiki/Appendix:%E6%B1%89%E8%AF%AD%E6%8B%BC%E9%9F%B3%E7%B4%A2%E5%BC%95/%E9%80%9A%E7%94%A8%E8%A7%84%E8%8C%83%E6%B1%89%E5%AD%97%E8%A1%A8 ) 中所有字符 [ #244 ] ( https://github.com/zh-lx/pinyin-pro/pull/244 )
7
+ - 【feat】支持叠字符 々 的发音 [ #245 ] ( https://github.com/zh-lx/pinyin-pro/pull/245 )
8
+ - 【feat】支持 ` êê̄ếê̌ề ` 等拼音字符 [ #248 ] ( https://github.com/zh-lx/pinyin-pro/pull/248 )
9
+ - 【patch】修正 ` 曲 ` 默认读音: [ #249 ] ( https://github.com/zh-lx/pinyin-pro/pull/249 )
10
+
3
11
## 3.21.1
4
12
5
13
- 【fix】修复 ` surname: 'head' ` 对于复姓不生效的问题
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pinyin-pro" ,
3
- "version" : " 3.21.1 " ,
3
+ "version" : " 3.22.0 " ,
4
4
"description" : " 准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"module" : " ./dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments