mirror of
https://github.com/zh-lx/pinyin-pro.git
synced 2026-03-13 09:51:38 +08:00
release: 3.25.0
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# 更新日志
|
||||
|
||||
## 3.25.0
|
||||
|
||||
- 【feat】`match` API 新增 `v` 选项,允许使用 `v` 匹配 `ü` 的拼音 [#276](https://github.com/zh-lx/pinyin-pro/pull/276)
|
||||
|
||||
## 3.24.2
|
||||
|
||||
- 【feat】`html` API 增加 `rp` 选项,用于去除输出结果中的 `<rp>(</rp>` 和 `<rp>)</rp>` [#272](https://github.com/zh-lx/pinyin-pro/pull/272)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pinyin-pro",
|
||||
"version": "3.24.2",
|
||||
"version": "3.25.0",
|
||||
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
|
||||
Reference in New Issue
Block a user