File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ v1.5.11 / 2023-06-21
2+ ===================
3+
4+ ### 🐛 Bug Fixes
5+
6+ - ` general `
7+ - 修复单元测试
8+ - 修复重置时mock数据不更新问题
9+ - 解决mock配置带wrapper时导致的bug
10+ - 解决mocks文件中跳出死循环逻辑导致的接口返回空对象的问题
11+
12+
13+ ### 🚀 Features
14+
15+ - ` general `
16+ - 去除单元测试修复,仅提交pinyin转换
17+ - 去除无用注释
18+ - 修复jest单元测试,并新增当全部翻译插件失效时,取中文首字母拼音作为translate
19+
20+
21+ ### 💖 Thanks to
22+
23+ - yuxuan-ctrl
24+ - 元先
25+ - 吉锋
26+ - 芒星
27+
128v1.5.10 / 2023-05-11
229===================
330
Original file line number Diff line number Diff line change 11{
22 "name" : " pont" ,
33 "private" : true ,
4- "version" : " 1.5.10 " ,
4+ "version" : " 1.5.11 " ,
55 "license" : " MIT" ,
66 "workspaces" : [
77 " packages/*"
Original file line number Diff line number Diff line change 11{
22 "name" : " pont-engine" ,
3- "version" : " 1.5.10 " ,
3+ "version" : " 1.5.11 " ,
44 "description" : " pont swagger typescript API" ,
55 "main" : " lib/index.js" ,
66 "typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 22 "name" : " vscode-pont" ,
33 "displayName" : " pont" ,
44 "description" : " " ,
5- "version" : " 1.5.10 " ,
5+ "version" : " 1.5.11 " ,
66 "publisher" : " jasonHzq" ,
77 "license" : " MIT" ,
88 "engines" : {
228228 "@types/fs-extra" : " ^5.1.0" ,
229229 "fs-extra" : " ^7.0.1" ,
230230 "mockjs" : " ^1.0.1-beta3" ,
231- "pont-engine" : " 1.5.10 " ,
231+ "pont-engine" : " 1.5.11 " ,
232232 "typescript" : " ^4.8.3"
233233 },
234234 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments