v15.0.0
Version 15 is for Vika
Breaking changes
- Packages
express-fileupload
andcompression
become optional peer dependencies; - Methods
createServer()
andattachRouting()
become async; - Method
createLogger()
requires an additional argument; - Read the migration guide in Changelog.
Features
- Supporting any logger having
debug()
,warn()
,info()
anderror()
methods;- Package
winston
is now optional.
- Package
- Supporting any testing framework having a function mocking method for
testEndpoint()
:- Both
jest
andvitest
are supported automatically; - With most modern Node.js you can also use the integrated
node:test
module.
- Both
- Introducing module augmentation approach for integrating chosen logger and testing framework.