-
-
Notifications
You must be signed in to change notification settings - Fork 20.5k
Closed
Description
Copied from my comment in the Release 5.0 PR:
Maybe I missed a v5 planning document somewhere - I'm looking for a few details to help determine how and when to migrate our projects:
- When is it planned that
[email protected]
be published to the npmlatest
tag? - Is there a plan to publish an Express v4 -> v5 Migration Guide? (or a visible list of breaking changes with short suggestions about what to do about them) The closest thing that I can see is this small
breaking
note inHistory.md
- What's the current plan for the TypeScript types in DefinitelyTyped
@types/express
and@types/express-serve-static-core
? Does anything need to be changed here? Specifically, things like [@types/express-serve-static-core] 🏷️ AddPromise<void>
toRequestHandler
's return type DefinitelyTyped/DefinitelyTyped#69660 (comment) cc DT maintainers @borisyankov @samijaber @NatoBoram @bombillazo @AndrewLeedham @gabritto @sandersn
xfournet, Diamondlord, itsjgf, thetumper, derhuerst and 19 more