v4.0.0
ExpressoTS 4.0.0
ExpressoTS 4.0.0 — stable release of the v4 line.
Highlights
- Bootstrap-first API:
bootstrap(App)withAppExpress;AppFactoryis now internal - Subpath exports:
@expressots/core/testing,/di,/render,/path-resolver - Strict TypeScript:
strictNullChecks+noImplicitAnyenabled across the codebase - Leaner install: single shared declaration tree (~0.8 MB smaller unpacked, 879 files),
sideEffectsdeclared for safe tree-shaking - Validation:
validationRegistrysingleton; optional peers forzod,yup,class-validator - Agent-ready:
llms.txtships in the package - TypeScript 7-clean configs with a
ts7-compatCI gate (toolchain remains TS 5.x)
Breaking changes
- Removed deprecated APIs: root
AppFactoryexport, v3InMemoryDataProvider/InMemoryDataTable,LazyServiceIdentifertypo alias,Logger#formatMessage,AppContainer#viewContainerBindings - Node.js >= 20.19.0 required
Full details in CHANGELOG.md.