Skip to content

Releases: adonisjs/bodyparser

Add fileName property to FileJSON type

04 Jul 08:28
Compare
Choose a tag to compare
  • style: format source code fa8f2dd
  • fix: add "fileName" property to "FileJSON" af712de

Full Changelog: v8.1.8...v8.1.9

Fix bug crashing the process when processing invalid multipart stream

06 Jun 09:06
Compare
Choose a tag to compare
  • refactor: switching back to node-fetch since undici does not support Node 14 06a9769
  • refactor: replace node-fetch with undici a08e62e
  • fix: do not use stream/promises as it is not supported in older version of node 6162d97
  • fix: handle invalid multipart streams 261d69e
  • test: fix breaking tests f306758

Full Changelog: v8.1.7...v8.1.8

Allow autoProcess flag to mention array of route patterns

14 Apr 14:16
Compare
Choose a tag to compare

This will be helpful, when you want to autoProcess file uploads, but only for specific routes. This way, the routes which are not meant for processing file uploads will not process files

  • feat: allow autoProcess flag to mention array of route patterns 39fd8d1
  • chore: update dependencies 5dc987b

v9.3.2-4...v9.3.2-5

Rename `whitelistedMethods` property to `allowedMethods`

27 Mar 05:34
Compare
Choose a tag to compare
  • docs(README): update link to doc ec0271f
  • chore: publish source and generate delcaration map 4f64e98
  • refactor: rename whitelistedMethods property to allowedMethods d7979e2
  • docs: update LICENSE file fd0d05a
  • chore: update dependencies b16ac94

Full Changelog: v9.3.2-3...v9.3.2-4

Remove fs-extra from all code paths

15 Mar 05:23
Compare
Choose a tag to compare
Pre-release
  • refactor: fix exception message 82f70bd
  • refactor: use custom move helper instead of fs-extra df1f757

Full Changelog: v9.3.2-2...v9.3.2-3

Remove fs-extra and co-body

14 Mar 08:20
Compare
Choose a tag to compare
Pre-release
  • test: fix breaking tests across different node versions 0c57f20
  • chore: update dependencies 7221d17
  • refactor: remove co-body 2fbf707
  • refactor: remove co-body json parser with custom implementation dea108c
  • refactor: replace co-body form parser with custom implementation c387239
  • refactor: remove fs-extra in favor of fs/promises 7d214f8

Full Changelog: v9.3.2-1...v9.3.2-2

Remove deprecated package cuid in favor of cuid2

11 Mar 08:26
Compare
Choose a tag to compare
  • chore: update dependencies 5e1e2b0

Full Changelog: v9.3.2-0...v9.3.2-1

Update dependencies

04 Mar 03:19
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • chore: update dependencies e93561c

Full Changelog: v9.3.1-0...v9.3.2-0

Update dependencies

03 Mar 04:19
Compare
Choose a tag to compare
Update dependencies Pre-release
Pre-release
  • chore: update dependencies 9f1104d
  • chore: update dependencies 72f1c6e

Full Changelog: v9.3.0-0...v9.3.1-0

Add multipart file factory

14 Feb 06:33
Compare
Choose a tag to compare
Pre-release
  • feat: add multipart file factory b2e874e
  • chore: update dependencies be169e9

Full Changelog: v9.2.2-0...v9.3.0-0