| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-21 | 1.4 kB | |
| v1.0.0-beta.0 source code.tar.gz | 2026-06-21 | 2.9 MB | |
| v1.0.0-beta.0 source code.zip | 2026-06-21 | 3.6 MB | |
| Totals: 3 Items | 6.5 MB | 0 | |
The first public 1.0.0 beta. After the 0.x preview line, the public API is
now feature-complete and considered stable for the 1.0 release. This is the build
we want people to test in anger and report back on before the 1.0.0 GA. There
are no functional code changes from 0.44.0: every guardrail, adapter, and
helper that shipped across 0.x is here, unchanged. What changed is the promise.
From 1.0 onward, breaking changes follow SemVer (no breaking change in a 1.x
minor).
Changed
- Version milestone:
0.44.0→1.0.0-beta.0.@daloyjs/core,create-daloy, and the JSR package@daloyjs/daloyall move to1.0.0-beta.0in lockstep, and everycreate-daloytemplate now pins@daloyjs/core@^1.0.0-beta.0. Published to the npmlatesttag (and JSR), sopnpm create daloy@latestand a plainnpm i @daloyjs/coreresolve the beta. - Workshop, README status, and website version references synced to
1.0.0-beta.0.
Notes
- No API changes from
0.44.0. If you are on^0.44.0today, nothing breaks; the upgrade is a version bump. - Still pre-GA: small adjustments are possible before
1.0.0final if beta feedback surfaces something. Once1.0.0ships, deprecations follow the one-minor-cycle policy.
Full changelog: https://github.com/daloyjs/daloy/compare/v0.44.0...v1.0.0-beta.0