BREAKING CHANGE(TypedSocket.createServer): Remove SmartExpress attachment support from createServer and upgrade smartsocket to ^3.0.0
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-12-03 - 4.0.0 - BREAKING CHANGE(TypedSocket.createServer)
|
||||
Remove SmartExpress attachment support from createServer and upgrade smartsocket to ^3.0.0
|
||||
|
||||
- Bump dependency @push.rocks/smartsocket from ^2.1.0 to ^3.0.0.
|
||||
- Remove optional SmartExpress attachment parameter from TypedSocket.createServer and remove the setExternalServer call — createServer now only accepts a TypedRouter and starts its own Smartsocket server.
|
||||
- Update README: remove the SmartExpress integration section and adjust the API docs to reflect the new createServer(router) signature.
|
||||
- Adjust TypeScript implementation to match the simplified createServer signature and behavior.
|
||||
|
||||
## 2025-12-02 - 3.1.1 - fix(package)
|
||||
Include pnpm packageManager metadata in package.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user