Summary
Release history lives in the Point repo changelog and package metadata.
Package version
Current release: 0.2.7
Check the published npm version:
npm view @hatchingpoint/point versionRecent releases (summary)
| Version | Highlights |
|---|---|
| 0.2.7 | Runtime-only execution (P10): interpreter default for run/test/dev/serve; legacy emit/Vite templates and point build-app removed. |
| 0.2.6 | Owned-runtime UX parity (P9): theme toggle SSR, refresh every polling, SSE subscribe, WebSocket + terminal views — no React/Vite in default apps. |
| 0.2.5 | Legacy sunset gates (P8): --legacy for emit/Vite templates, dev/serve/build-app; npm ships runtime templates only. |
| 0.2.4 | Owned-runtime SSR depth (datagrid, forms, load data, UI extras); runtime-saas UI template; LandingPage owned-runtime demo export. |
| 0.2.3 | Full runtime std dispatch for all capability modules; owned-template author-surface guards; runtime-saas capabilities-only cleanup. |
| 0.2.2 | Runtime std dispatch (text/json/http/sql/auth/time); runtime-saas-app template; site docs for owned-runtime default. |
| 0.2.1 | Post-pivot default: point create scaffolds runtime-app; legacy Vite/React templates are explicit opt-ins. |
| 0.2.0 | Runtime pivot baseline: home-base runtime owns interpreter, HTTP, SSR/forms/navigation. |
| 0.1.55 | Phase 77: Notes detail app-repair, agent-app model-eval gate, gate 12. |
| 0.1.54 | Phase 76: Ops page-size + refresh app-repair, agent-app gate 11. |
| 0.1.53 | Phase 75: Ops datagrid filter app-repair, agent-app gate 9. |
| 0.1.52 | Phase 74: Ops datagrid sort app-repair, agent-app gate 8. |
| 0.1.51 | Phase 73: Ops chart app-repair, invalid-bind-textarea-target, repair gate 35, agent-app gate 7. |
| 0.1.50 | Phase 72: Agent-app gate 6 — ops chart/datagrid/form + SSE live feed feature-add benchmarks. |
| 0.1.49 | Phase 71–71b: SSE route, subscribe to sse, push dashboard example, repair gate 34. |
| 0.1.48 | Phase 70–70b: Agent plateau — bind select/toast validation, repair gate 33, LSP parity. |
| 0.1.47 | Phase 68–68b: Datagrid pagination, job queue metrics chart, repair gate 31. |
| 0.1.46 | Phase 66–66b: Job queue live dashboard, chart field validation, repair gate 30. |
| 0.1.45 | Phase 64–64b: Datagrid text filter, agent repair gate 29. |
| 0.1.44 | Phase 62–62b: Saas select/toast/datagrid polish, agent repair gate 28. |
| 0.1.43 | Phase 56–60: Form select/textarea/toast, chart + datagrid, std.image, agent repair 27, apple toolkit. |
| 0.1.42 | Phase 51–54: Job queue pattern, live refresh, std.pty, terminal view + script runner. |
| 0.1.41 | Phase 49: Button sign-out, table primitive, login validation, Stripe example. |
| 0.1.40 | Phase 48: Form submit POST, login/create-member UI, deploy smoke, theme toggle. |
| 0.1.39 | Phase 47: POST member INSERT, env JWT secret, onboarding SQL smoke. |
| 0.1.38 | Phase 46: SQL-backed saas members, build inlining, saas e2e integration test. |
| 0.1.37 | Phase 45: SaaS action wiring, auth-bearer repair case, saas integration test, pilot quickstart. |
| 0.1.36 | Phase 44: saas-app template, onboarding smoke CI, std module resolution fix. |
| 0.1.35 | Phase 43: std/auth capability, point demo, LSP repair enrichment, repair alias. |
| 0.1.34 | Phase 42: application logic terminology, Point-native voice, frontend vs capabilities. |
| 0.1.33 | Phase 41: golden app demo walkthrough, doc graph wiring to 60-second guide. |
| 0.1.32 | Phase 40: presentation alignment — Point in 60 seconds, CLI rings, honest boundaries, version sync. |
| 0.1.31 | Phase 39: capabilities http json, point commands/box/launch, in-the-box guide. |
| 0.1.30 | Phase 38: emit import pruning, five-minute tour. |
| 0.1.29 | Phase 37: selective use merge, domain outcomes guide, template capabilities. |
| 0.1.27 | Phase 35: agent repair CI gate, timezone std, LSP cross-module use. |
| 0.1.26 | Phase 34: cross-module use resolution, money-demo linked std/money. |
| 0.1.25 | Phase 33: std/money format, Python pipeline emit, Phase 13 closed. |
| 0.1.24 | Phase 32: Duration type, std.time duration helpers, audit sync. |
| 0.1.23 | Phase 31: variant-first domain errors, calculation on failure return. |
| 0.1.22 | Phase 30 SQL productization + roadmap-analyze CI fix. |
| 0.1.21 | Phase 28 agent loop hardening + Phase 29 Python std mirror. |
| 0.1.20 | Phase 27: middleware validation, view source maps, theme toggle, build-schema SQL stub. |
| 0.1.19 | Phase 26 Wave 2: pipeline step I/O, money lint, load-data repair hints. |
| 0.1.18 | Phase 26 Wave 1: field aliases, variant exhaustiveness, Maybe narrowing, tab/slot style modifiers. |
| 0.1.17 | Phase 25 Wave 2: theme blocks, new style modifiers, vercel-app template, build-app writes .tsx, route handler without command serve, NavLink active state. |
| 0.1.16 | Fix invalid JSX when views emit multiple render lines. |
| 0.1.15 | Multi-render view emit; .point-nav wrapper and CSS. |
| 0.1.14 | Phase 25 Wave 1: native semantic view styling, shipped point-ui.css, unknown-view-style checker diagnostics. |
| 0.1.13 | Fix CI tests that mkdir gitignored tests/tmp before creating temp project dirs. |
| 0.1.12 | Fix CI test suite: Instant/use std.* parsing, point run prefers non-serve commands, ephemeral ports for test HTTP servers. |
| 0.1.11 | Fix check-docs CI for modules.md snippets; restore @hatchingpoint/point devDependency in published full-stack template. |
| 0.1.10 | point init for existing repos; project-local CLI/LSP after bun install; full-stack template ships .vscode/ + .point/ editor configs. |
| 0.1.9 | Fix fmt-check/publish CI: formatter resolves use std.* callables; map/lookup format; label is parse in calculations. |
| 0.1.8 | Phase 23 Wave 2: Instant opaque type with std.time (instant now, format instant, parse instant); dependency-aware parse/desugar for multi-word std callables. |
| 0.1.7 | Phase 24 Path B: point dev app mode (Vite + Bun API), point serve, point build-app, full-stack template with Render deploy path. |
| 0.1.6 | Phase 22 dedomainized docs; Phase 23 Map<Text, T>, lookup, and std money pattern. |
| 0.1.5 | Bun-first install docs; point add prefers bun. |
| 0.1.1 | Agent repair: check-json lists Point source field names in expected/repair; model benchmark + CI sufficiency tests. |
| 0.1.0 | Platform Phases 14–21: multi-page apps, WebSockets, generic DB (std.sql + external), pipelines/sessions/prompts, Python parity, point dev, full-stack template. Convex removed. |
| 0.0.15 | Phase 12 complete: starter template, Open VSX, live demo, point-logic source on npm |
| 0.0.14 | npm point add, full std shims, point run --bundle |
| 0.0.13 | Phase 10–11: page block, build-py-all, point add workspace/file, controlled views |
| 0.0.11 | LSP in VS Code extension, completion/rename, adoption examples |
Full history: Point repository CHANGELOG.md.
Editor extension
The VS Code Marketplace entry uses the same product line but may have its own package version timing.
