Commit graph

14 commits

Author SHA1 Message Date
Yiming Cao
b8209d7eeb
chore: migrate from tsup to tsdown (#2580) 2026-04-15 12:13:34 -07:00
Jiasheng
4fe27ef8be
chore(cli): show notifications for generate command (#2409)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2026-02-27 10:44:01 -08:00
Yiming Cao
7a98d4106d
feat: creating zod schemas for zmodel constructs and ORM query input validations (#2389) 2026-02-20 06:31:00 -08:00
Yiming Cao
3af8f24b72
chore: update version bumping script (#560) 2026-01-05 16:56:24 +08:00
Yiming Cao
67bb5ab8ec
feat: split bump-version into bump-patch and bump-minor commands (#538)
- Updated GitHub Actions workflow to accept version_type input (patch/minor)
- Modified bump-version.ts script to support both patch and minor version increments
  - Patch: increments patch version (e.g., 3.0.5 → 3.0.6)
  - Minor: increments minor version and resets patch to 0 (e.g., 3.0.5 → 3.1.0)
- Replaced single bump-version command with two separate commands:
  - bump-patch: triggers workflow with version_type=patch
  - bump-minor: triggers workflow with version_type=minor

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-28 12:19:03 +08:00
Yiming Cao
ac4a68cd5d
refactor(orm): simplify model results typing (#485)
* refactor(orm): simplify model results typing

* add missing dev dependency

* update

* update

* update
2025-12-13 16:59:03 +08:00
Yiming Cao
02dec0c83a
feat(orm): enable JSON filter for typed-json fields; consolidate generation scripts (#471) 2025-12-06 15:25:31 +08:00
Yiming Cao
108a9996f2
fix: isomorphic __dirname in CI (#454) 2025-12-01 14:57:19 +08:00
Yiming Cao
0337147288
chore: separate extension and language id for vscode extension (#217)
* chore: separate extension and language id for vscode extension

* update

* update

* update
2025-08-30 18:11:11 +08:00
Yiming Cao
3d28a93848
chore: fix bump version script (#54) 2025-06-28 10:52:33 +02:00
Yiming Cao
dba2bae1b4
chore: fix bump version script (#50) 2025-06-28 07:38:10 +02:00
Yiming Cao
7427ed0b01
chore: fix version bump script output (#47)
* chore: fix version bump script output

* update CI script
2025-06-28 07:32:50 +02:00
Yiming Cao
9a1f59b64a
chore: update bump version script (#46) 2025-06-28 07:20:07 +02:00
Yiming Cao
0f8f7561e6
chore: add script for bumping version (#42)
* chore: add script for bumping version

* update lock file

* update packages
2025-06-26 10:15:16 +02:00