All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- directly used mkdirp instead of through Webpack (#436) (dff39a1)
- displayStats only logged (#427) (98deaf4)
- the
writeToFile
option has compatibility with webpack@5 (#459) (5c90e1e)
- check existence of
res.getHeader
and set the correct Content-Type (#385) (56dc705)
- do not overwrite Content-Type if header already exists (#377) (b2a6fed)
- remove querystring from filenames when writing to disk (#361) (90d0d94)
- middleware: do not add 'null' to Content-Type (#355) (cf4d7a9)
- allow to redefine
mimeTypes
(possible to use force
option) (#349) (e56a181)
- middleware: expose the memory filesystem (
response.locals.fs
) (#337) (f9a138e)
- middleware: add
methods
option (options.methods
) (#319) (fe6bb86)