feat(3.3.1): 修复文本过长时堆栈溢出问题

This commit is contained in:
zh-lx
2021-08-14 13:11:40 +08:00
parent 02fcd09e35
commit 540d4f7f40
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
## 3.3.1
当前版本: 3.3.0 -> 3.3.1
- 问题修复
修复文本过长时堆栈溢出问题
## 3.3.0
当前版本: 3.2.3 -> 3.3.0
@@ -5,8 +12,6 @@
- 优化
优化拼音转换速度,经测试拼音转换速度提升近 30 倍!
点击查看 [版本更新文档](./CHANGELOG.md)
## 3.2.3
- 优化

View File

@@ -21,10 +21,10 @@
## 版本更新
当前版本: 3.2.3 -> 3.3.0
当前版本: 3.3.0 -> 3.3.1
- 优化
优化拼音转换速度,经测试拼音转换速度提升近 30 倍!
- 问题修复
修复文本过长时堆栈溢出问题
点击查看 [版本更新文档](./CHANGELOG.md)

View File

@@ -21,10 +21,10 @@
## 版本更新
当前版本: 3.2.3 -> 3.3.0
当前版本: 3.3.0 -> 3.3.1
- 优化
优化拼音转换速度,经测试拼音转换速度提升近 30 倍!
- 问题修复
修复文本过长时堆栈溢出问题
点击查看 [版本更新文档](./CHANGELOG.md)

View File

@@ -1,6 +1,6 @@
{
"name": "pinyin-pro",
"version": "3.3.0",
"version": "3.3.1",
"description": "汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母等信息。",
"main": "./dist/index.js",
"typings": "./types/lib/index.d.ts",