kongenpei
|
052e2112bf
|
fix: validate base shortcut JSON object inputs (#458)
* fix: validate base shortcut JSON object inputs
* fix: reject null in base JSON object parser
---------
Co-authored-by: kongenpei <kongenpei@users.noreply.github.com>
|
2026-04-14 19:30:23 +08:00 |
|
kongenpei
|
d026741532
|
feat(base): add view visible fields get/set shortcuts (#326)
* feat: add base view visible fields shortcuts and docs
* docs: add view-create guidance for visible fields read
* docs(base): refine visible fields reference wording
* refactor(base): remove noop validate hook from view-set-visible-fields
* docs: unify view-set-visible-fields example placeholders
* docs: update visible fields example field placeholder
* fix(base): pass parse context in view-set-visible-fields
* feat: add tips for view-set-visible-fields json usage
---------
Co-authored-by: kongenpei <kongenpei@users.noreply.github.com>
|
2026-04-10 16:37:08 +08:00 |
|
kongenpei
|
5f3915b25c
|
fix: return raw base field and view responses (#378)
Co-authored-by: kongenpei <kongenpei@users.noreply.github.com>
|
2026-04-10 11:09:15 +08:00 |
|
tuxedomm
|
a3bced3ee5
|
refactor: migrate base shortcuts to FileIO (#347)
* refactor: migrate base shortcuts to FileIO
- loadJSONInput: SafeInputPath + vfs.ReadFile → fio.Open + io.ReadAll
- parseJSONObject/parseJSONArray/parseJSONValue/parseObjectList/
parseStringListFlexible: add fio param, pass through to loadJSONInput
- parseStringList: inline comma-split (no longer depends on fio)
- record_upload_attachment: SafeInputPath + vfs.Stat → FileIO.Stat
with ErrPathValidation check; vfs.Open → FileIO.Open
- All ops files pass runtime.FileIO() to parse helpers
|
2026-04-09 11:54:58 +08:00 |
|
梁硕
|
83dfb068ad
|
feat: open-source lark-cli — the official CLI for Lark/Feishu
Change-Id: I113d9cdb5403cec347efe4595415e34a18b7decf
|
2026-03-28 10:36:25 +08:00 |
|