Releases: HatchingPoint/point
Releases · HatchingPoint/point
Release list
v0.1.47
v0.1.46
Summary
- Phase 66: Job queue dashboard — datagrid filter, refresh every 15s, enqueue toasts
- Phase 66b: Chart
invalid-chart-fieldvalidation + agent repair gate 30/30 - Parser fix: underscore column names (
created_at)
v0.1.45
Summary
- Phase 64: Datagrid
filter by columnwith client-side search input - Phase 64b: Agent repair gate 29/29
Publish
npm publish runs automatically via GitHub Actions on this tag.
v0.1.44
Summary
- Phase 62: saas-app create-member role select, login/create toasts, sortable members datagrid
- Phase 62b: Agent repair gate 28/28 with datagrid sort column fixture
Publish
npm publish runs automatically via GitHub Actions on this tag.
v0.1.43
Summary
- Phase 56: Form select, textarea, and toast syntax for submit forms
- Phase 56b: Agent repair gate expanded to 27 cases with richer diagnostics
- Phase 57: Bar charts and sortable datagrids for operator dashboards
- Phase 58:
capabilities imagewith optional sharp-backedstd.image - Phase 59: Apple toolkit example via
capabilities process - Phase 60: Emit import pruning verified (regression tests retained)
Test plan
-
bun run cigreen (679 tests) - Agent repair gate 27/27
- Operator dashboard and image-thumbnail examples pass
point check
Point v0.1.42
Added
- Phase 51: Job queue pattern —
examples/app/job-queue/with SQL-backed jobs table, enqueue/list/detail HTTP routes, workflow drain, admin form + table. - Phase 52: Live dashboard refresh —
refresh every N seconds|minuteson views/pages withload data from action; emit polls withsetIntervalcleanup. - Phase 52: Live dashboard example —
examples/app/live-dashboard/with auto-refreshing metrics panel. - Phase 53:
capabilities pty—std.ptyspawn, write stdin, stream output lines (POSIX PTY with pipe fallback). - Phase 54: Terminal view —
terminal subscribe to stream <route>emits monospace terminal panel over WebSocket. - Phase 54: Script runner example —
examples/app/script-runner/streams subprocess stdout/stderr/exit to terminal view.
Changed
- Phase 54: Stream route runtime —
pointPumpProcessStreamToWebSocketencodes stdout/stderr/exit chunks when message record hasstream+textfields.
Point v0.1.28
Added
- Phase 36: Built-in capabilities —
use httpshorthand foruse std.http;point capabilitiescatalog (--jsonfor agents). - Phase 36: Product packaging — README rewrite (five block families),
docs/product-map.md, capabilities docs, vision/cli/changelog sync. - Phase 36:
scripts/publish-github-releases.sh— create GitHub releases from CHANGELOG sections.
Point v0.1.27
Added
- Phase 35: Agent repair CI gate —
benchmark:agent-repair:gateenforces 100% sufficiency (22 single-shot + 4 multistep cases). - Phase 35: Timezone std pattern —
format instant in timezoneviastd/time(Intl/zoneinfo);timezone-demo.point. - Phase 35: LSP cross-module
use— document URI resolves imports like CLI;money-demodiagnostics clean in editor.
Fixed
- Removed unused
use std.timefromtodo.point(prevented pulling entire std/time surface into unrelated apps).
Point v0.1.26
Added
- Phase 34: Cross-module
useresolution — relative imports resolve from the importing file; single-filepoint check/testmerge dependency symbols. - Phase 34:
examples/tools/money-demo.pointlinksstd/moneywith workingmoney from cents/money displaycalls. - Phase 34:
point testruns fromgenerated/.point-tests/so workspace std imports resolve.
Point v0.1.24
Added
- Phase 32: opaque
Durationtype (integer seconds at runtime) with JS/TS/Python emit parity. - Phase 32:
std.timeduration helpers —duration from seconds,duration to seconds,duration minutes. - Phase 32:
examples/tools/duration-demo.point;Duration→ BIGINT/INTEGER inbuild-schema. - Phase 32:
language-primitive-audit.mdsynced — Map shipped, Money/errors patterns documented.