@compas/eslint-plugin
Advanced tools
Changelog
formLimit
option to urlencodedLimit
in
createBodyParsers
d600ac
formLimit
to urlencodedLimit
in the first argument
to createBodyParsers
df9e43
createBodyParsers
use createBodyParser
instead.createBodyParser
by default does not parse multipart bodies. This should
be explicitly enabled with multipart: true
. Configure its options with
'multipartOptions' to set a custom maxFileSize
for example.jsonLimit
default to '5mb'.app.use(
router(
createBodyParser({
multipart: true,
multipartOptions: {
maxFileSize: 15 * 1024 * 2024,
},
}),
),
);
247aa0
@compas/code-gen/experimental
import to @compas/code-gen
26fb77
8d74da
a94ee5
727b50
28fa44
143743
Changelog
1af5f7
files
& body
handling for the
backends as well.compas visualise
4c6784
9496b1
a67b38
0a3ba6
3fa324
f64593
fb2b2d
c96bc4
1bffb3
f78959
64d07c
f01e64
61f419
See the history for earlier changelogs (< v0.0.249).