Merged
Conversation
palespring
reviewed
May 1, 2025
* fix: 修复了getObjectType中对properties的错误判断 * feat: 抽离了isObject方法 * feat: 通过Object.keys遍历替代forin,防止遍历到原型链上的键
Collaborator
|
agree |
cmtlyt
added a commit
that referenced
this pull request
May 16, 2025
* 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>
cmtlyt
added a commit
that referenced
this pull request
May 19, 2025
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
defineScheme 的参数中注入 stringType, numberType, booleanType, getArrayType, getObjectType 等属性或方法