Skip to content

Commit 9fad2f6

Browse files
cmtlythahaXiaoxin
andauthored
feature: Version/0.6.0 (#33)
* chore: 更新依赖 (#23) Co-authored-by: cmtlyt <cmtlyt@163.com> * fix: 修正了错误的变量命名 (#31) Co-authored-by: cmtlyt <cmtlyt@163.com> * feat: 补充schema工具 (#26) * feat: 新增schema工具 * fix: 修复了getObjectType中对properties的错误判断 (#29) * fix: 修复了getObjectType中对properties的错误判断 * feat: 抽离了isObject方法 * feat: 通过Object.keys遍历替代forin,防止遍历到原型链上的键 --------- Co-authored-by: cmtlyt <cmtlyt@163.com> Co-authored-by: xiaoxin <130760663+hahaXiaoxin@users.noreply.github.com> * feat: build命令支持复制文件 (#25) * feat: build命令支持复制文件 * fix: 字段名修订 * fix: 修正了函数命名 (#30) --------- Co-authored-by: cmtlyt <cmtlyt@163.com> Co-authored-by: xiaoxin <130760663+hahaXiaoxin@users.noreply.github.com> * chore: 依赖更新 (#32) Co-authored-by: cmtlyt <cmtlyt@163.com> * feat: 类型与模板优化 (#34) * perf: 类型生成优化&模板调整&scheam类型调整 * chore: 更新锁文件 * fix: 细节调整 --------- Co-authored-by: cmtlyt <cmtlyt@163.com> * 0.6.0 * chore: deploy --------- Co-authored-by: xiaoxin <130760663+hahaXiaoxin@users.noreply.github.com> Co-authored-by: cmtlyt <cmtlyt@163.com>
1 parent 7e1cd77 commit 9fad2f6

File tree

10 files changed

+1202
-978
lines changed

10 files changed

+1202
-978
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.6.0](https://github.com/cmtlyt/tee/compare/v0.5.1...v0.6.0) (2025-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* 修正了错误的变量命名 ([#31](https://github.com/cmtlyt/tee/issues/31)) ([d167484](https://github.com/cmtlyt/tee/commit/d1674844ae0ac033948b96db1789d4a0f70bd48b))
7+
8+
9+
### Features
10+
11+
* 补充schema工具 ([#26](https://github.com/cmtlyt/tee/issues/26)) ([900f389](https://github.com/cmtlyt/tee/commit/900f3899f15313babe401fbf166b4c0d2ab5b313)), closes [#29](https://github.com/cmtlyt/tee/issues/29)
12+
* 类型与模板优化 ([#34](https://github.com/cmtlyt/tee/issues/34)) ([f040650](https://github.com/cmtlyt/tee/commit/f040650ec0cbf160f6e489a7844ddfceb130267b))
13+
* build命令支持复制文件 ([#25](https://github.com/cmtlyt/tee/issues/25)) ([23db142](https://github.com/cmtlyt/tee/commit/23db14203f94ffb880f5e084842eb49c9ec254ba)), closes [#30](https://github.com/cmtlyt/tee/issues/30)
14+
15+
16+
117
## [0.5.1](https://github.com/cmtlyt/tee/compare/v0.5.0...v0.5.1) (2025-04-08)
218

319

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmtlyt/tee",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "支持 ts 的仿 egg 后端框架",
55
"packageManager": "pnpm@10.2.0",
66
"exports": {
@@ -50,31 +50,31 @@
5050
},
5151
"license": "MIT",
5252
"devDependencies": {
53-
"@antfu/eslint-config": "^4.10.1",
53+
"@antfu/eslint-config": "^4.12.0",
5454
"@commitlint/cli": "^19.8.0",
5555
"@commitlint/config-conventional": "^19.8.0",
5656
"conventional-changelog-cli": "^5.0.0",
57-
"eslint": "^9.22.0",
57+
"eslint": "^9.24.0",
5858
"eslint-plugin-format": "^1.0.1",
5959
"esno": "^4.8.0",
6060
"husky": "^9.1.7",
61-
"lint-staged": "^15.5.0",
61+
"lint-staged": "^15.5.1",
6262
"standard-changelog": "^6.0.0",
63-
"typescript": "^5.8.2",
63+
"typescript": "^5.8.3",
6464
"unbuild": "^3.5.0"
6565
},
6666
"dependencies": {
67-
"@cmtlyt/base": "^0.11.4",
67+
"@cmtlyt/base": "~0.13.0",
6868
"@koa/router": "^13.1.0",
6969
"@types/koa": "^2.15.0",
7070
"@types/koa__router": "^12.0.4",
7171
"citty": "^0.1.6",
7272
"consola": "^3.4.2",
7373
"defu": "^6.1.4",
74-
"esbuild": "^0.25.1",
74+
"esbuild": "^0.25.2",
7575
"fast-glob": "^3.3.3",
7676
"jiti": "^2.4.2",
77-
"koa": "^2.16.0",
77+
"koa": "^2.16.1",
7878
"pathe": "^2.0.3",
7979
"pkg-types": "^2.1.0",
8080
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)