Download Latest Version v1.0.0-beta.4 source code.tar.gz (3.0 MB)
Email in envelope

Get an email when there's a new version of DaloyJS

Home / v0.38.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-06-10 932 Bytes
v0.38.0 source code.tar.gz 2026-06-10 2.6 MB
v0.38.0 source code.zip 2026-06-10 3.3 MB
Totals: 3 Items   6.0 MB 0

Added

  • End-to-end inference for the in-process typed client. App is now generic over the tuple of routes it has registered, so createClient(app) / ClientFor<App> recover precise operationId keys, typed params, and a discriminated response union — zero codegen, no runtime change. Inference relies on chaining the route() calls; a widening : App annotation erases the tuple.

Changed

  • create-daloy templates now use .ts relative import specifiers (e.g. ./build-app.ts) so imports match the files on disk. @daloyjs/core npm + JSR output is unchanged.

Fixed

  • create-daloy Dockerfile package-manager scaffolding on CRLF working trees. patchDockerfileForPackageManager substitutions are now CRLF-tolerant (\r?\n), fixing scaffolding on Windows checkouts and packages published from a Windows host.

Full changelog: https://github.com/daloyjs/daloy/compare/v0.37.0...v0.38.0

Source: README.md, updated 2026-06-10