Skip to content

Commit

Permalink
release: 3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoulixiang committed Jul 31, 2024
1 parent dc76b5a commit d6fa34b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
# 更新日志

# 3.24.0
## 3.24.1

- 【fix】修复 `segment` 对于最后的标点符号丢弃的问题 [#268](https://github.com/zh-lx/pinyin-pro/pull/268)

## 3.24.0

- 【feat】新增 `segment` API 用于分词 [#265](https://github.com/zh-lx/pinyin-pro/pull/265)
- 【feat】`pinyin` API 新增 `nonZhScope` 属性用于指定 `nonZh` 的范围 [#266](https://github.com/zh-lx/pinyin-pro/pull/266)

# 3.23.1
## 3.23.1

- 【patch】修正部分读音 [#260](https://github.com/zh-lx/pinyin-pro/pull/260)

# 3.23.0
## 3.23.0

- 【feat】支持外部调用 `getInitialAndFinal``getFinalParts``getNumOfTone` 等 API [#255](https://github.com/zh-lx/pinyin-pro/pull/255)

# 3.22.2
## 3.22.2

- 【fix】修复 alias 导致的 `.d.ts` 文件报错 [#253](https://github.com/zh-lx/pinyin-pro/pull/253)

# 3.22.1
## 3.22.1

- 【patch】校正部分词库 [#252](https://github.com/zh-lx/pinyin-pro/pull/252)
- 【perf】小幅优化性能 [#251](https://github.com/zh-lx/pinyin-pro/pull/251)

# 3.22.0
## 3.22.0

- 【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)
- 【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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinyin-pro",
"version": "3.24.0",
"version": "3.24.1",
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit d6fa34b

Please sign in to comment.