| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-24 | 2.0 kB | |
| v1.0.0-beta.3 source code.tar.gz | 2026-06-24 | 2.9 MB | |
| v1.0.0-beta.3 source code.zip | 2026-06-24 | 3.7 MB | |
| Totals: 3 Items | 6.6 MB | 0 | |
The fourth 1.0.0 beta. This keeps the 1.0 line in beta, not release
candidate, while shipping hardening and docs polish gathered after
1.0.0-beta.2. Projects on ^1.0.0-beta.2 upgrade with a version bump.
@daloyjs/core, create-daloy, and the JSR package @daloyjs/daloy move to
1.0.0-beta.3 in lockstep, and every create-daloy template now pins
@daloyjs/core@^1.0.0-beta.3.
Added
- End-of-life runtime scanning for generated apps. The
create-daloy--with-citemplates now include runtime EOL checks for Node, Bun, and Deno, with matching SECURITY.md guidance and template coverage. Generated projects can catch unsupported runtime majors before they become a deployment risk. - Stripe payment integration docs. The website now includes a Stripe guide and navigation/sitemap entries alongside the existing payment docs.
Fixed
- Safe redirects reject encoded backslashes and protocol-relative paths. The redirect helper now blocks more bypass forms that can otherwise collapse into attacker-controlled absolute URLs in downstream clients or proxies.
- Node adapter request-target normalization. Malformed request targets are normalized before URL construction so invalid paths no longer surface as unexpected 500 responses.
Changed
- Version:
1.0.0-beta.2→1.0.0-beta.3across the lockstep packages (@daloyjs/core,create-daloy, and JSR@daloyjs/daloy), with thecreate-daloytemplates, workshop, README status line, website version reference, Deno adapter docs, and SBOMs synced to1.0.0-beta.3. - Template pre-push hooks and docs were refreshed to match the current verification workflow and reduce stale generated-project guidance before GA.
- Framework docs received broad polish across routing, validation, CLI, AsyncAPI, plugins, testing, pagination, config, and migration pages.
Full changelog: https://github.com/daloyjs/daloy/compare/v1.0.0-beta.2...v1.0.0-beta.3