Skip to content

forge-ts v0.18.0

Choose a tag to compare

@github-actions github-actions released this 22 Mar 03:58
· 69 commits to main since this release

Packages

  • @forge-ts/api@0.18.0
  • @forge-ts/cli@0.18.0
  • @forge-ts/core@0.18.0
  • @forge-ts/doctest@0.18.0
  • @forge-ts/enforcer@0.18.0
  • @forge-ts/gen@0.18.0

Patch Changes

  • feat: husky full integration, check --staged, shared pkg-json utility

    • forge-ts init hooks: pre-commit + pre-push, prepare script, husky v9 format
    • forge-ts check --staged: only check git-staged .ts/.tsx files
    • forge-ts doctor: validates husky installed, prepare script, both hooks active
    • Shared pkg-json.ts utility: DRY read-modify-write for package.json operations
    • 812 tests (25 new), all passing