Skip to content

Releases: adonisjs/bodyparser

Add support for marking file as moved

27 Jul 16:48
Compare
Choose a tag to compare
  • feat: add support for marking file as moved 87418ce
  • chore: update dependencies e53fe45
  • test: retry flaky tests 8833d88

v7.1.4...v7.1.5

Update dependencies

19 Jul 17:27
Compare
Choose a tag to compare
  • test: attempt to fix flaky tests 123431f
  • chore: update dependencies 6de6e3e

v7.1.3...v7.1.4

Update dependencies

03 Jul 09:18
Compare
Choose a tag to compare
  • chore: update dependencies 174e1c0

v7.1.2...v7.1.3

update dependencies

02 Jun 03:48
Compare
Choose a tag to compare
  • style: format source files 42b4b79
  • ci: use github actions and remove circleci 33532c7
  • chore: update dependencies f3d7e4a

v7.1.1...v7.1.2

update dependencies

05 May 05:03
Compare
Choose a tag to compare
  • docs(README): update docs url 8087318
  • chore: update dependencies 193b6a3

v7.1.0...v7.1.1

Add support for converting empty strings to null

24 Apr 05:54
Compare
Choose a tag to compare

The release adds support for converting empty strings to null for url encoded and multipart requests.

The goal of the addition is to handle the native behavior of the browsers and not protect against someone sending empty strings or strings full of whitespaces. All those cases should be handled by the validator

Commits

  • feat: add support to convert empty strings to null c36d726
  • chore: update dependencies 693c5a7

v7.0.1...v7.1.0

Export middleware from the module default export

25 Mar 03:49
Compare
Choose a tag to compare

This also breaks the existing Adonis/Core/BodyParserMiddleware container binding

Commits

  • refactor: export default middleware c164080

v7.0.0...v7.0.1

Publish under latest tag

22 Mar 17:03
Compare
Choose a tag to compare
  • chore: update publish tag to latest d2a0235
  • chore: update eslint config 6995860
  • chore: update dependencies 34e3416

v6.0.0...v7.0.0

Dropping support for Node 12

13 Feb 07:49
Compare
Choose a tag to compare
  • refactor: use @poppinss/multiparty fork bd1891c
  • style: reformat source files 66a3712
  • chore: remove npm-audit in favor of synk 94f4134
  • chore: update dependencies 5a9798e

v5.1.0...v6.0.0

Remove strict option and smartly decide the file type validation

11 Dec 08:56
Compare
Choose a tag to compare

The strict option was introduced in the last release and was never documented. We have removed this option and smartly validate the file type using the best available validation option

  • improvement: serialize errors and meta on file object 0d97366
  • improvement: drop strict option and use smart file type validation 43e444c

v5.0.8...v5.1.0