Releases: nanoexpress/pro-slim
Releases · nanoexpress/pro-slim
v2.1.2
Features
- feat(websocket): upgrade event support
- feat(bundle): now CJS and ESM on same branch
Fixes
- fix(expose): App now exposes
.close
method - fix(bundle): now CJS version also uses properly
Chore
- chore(pkg): upgrade dependencies
- chore(pkg): lint-staged configuration improved and updated
- chore(git):
.gitignore
updated - chore(pkg): command scripts was updated
Documentation
- docs(license): updated
v2.0.7
v2.0.6-beta.2
Chore
- Updated dependencies
v2.0.6
v2.0.5-beta.2
Chore
- Upgraded dependency
- Minor fixes related to packages
Fixes
- Compatibility fixes with middlewares and current
pro
versions
v2.0.5
v2.0.4
v2.0.3
Fixes
- Fixed
Stream
usedHttpResponse
instance - Fixed double-check for
HttpRequest.headers
Perf
- For
Stream
(sendFile
,res.pipe
) performance will be slower due of catching bugs - Allow
sync
functions forsingle
route callback and onsingle
route callback performance will be improved up-to25%
Feat
- Added new
OPTIONS
arguments tores.compressStream(stream, OPTIONS)
Example
- Added
video
stream example