docs: added history about changes in webapp

changes connect by express
This commit is contained in:
Gabriel Grubba
2023-01-13 16:22:10 -03:00
parent be725b8712
commit d427749a20

View File

@@ -66,6 +66,10 @@
* `webapp`:
- `WebAppInternals.getBoilerplate` is now async.
- Changed engine from connect to express and changed api naming to match express. See below:
- `WebApp.connectHandlers.use(middleware)` is now `WebApp.expressHandlers.use(middleware)`
- `WebApp.rawConnectHandlers.use(middleware)` is now `WebApp.rawExpressHandlers.use(middleware)`
- `WebApp.connectApp` is now `WebApp.expressApp`
#### Internal API changes