Skip to content

Releases: adonisjs/bodyparser

Updating underlying dependencies

02 Sep 14:30
Compare
Choose a tag to compare
  • chore(package): update dependencies e8a8c65

v3.0.10...v3.0.11

Updating underlying dependencies

30 Aug 05:14
Compare
Choose a tag to compare
  • chore(package): update dependencies 968c964

v3.0.9...v3.0.10

Added move method to the bodyparser

28 Aug 12:13
Compare
Choose a tag to compare

The move method moves the files uploaded in the tmp directory to a desired location.

  • feat: add move method to the file instance 81eacb0
  • chore(package): update dependencies eb44f4f

v3.0.8...v3.0.9

Adding profiler calls to bodyparsing

27 Aug 17:38
Compare
Choose a tag to compare
  • chore: use @next version of adonisjs fold 3c1e6ca
  • style: add docblock 59c8daf
  • refactor: using profiler to profile body parsing a91f757
  • chore(package): update dependencies c1d9d2e

v3.0.7...v3.0.8

Updating underlying dependencies

19 Aug 02:56
Compare
Choose a tag to compare
  • refactor: add log message for instructions file 82d07d2
  • chore(package): update dependencies 93fad3b
  • chore(package): update dependencies ac6be0f

v3.0.6...v3.0.7

Improving multipart API and exposing `multipart.abort` method

31 Jul 14:36
Compare
Choose a tag to compare
  • fix(parthandler): call part.resume when stream is not flowing a42ad0e
  • fix(bodyparser): bubble onFile error when autoProcessing files 8d2bffc
  • feat(multipart): export abort method to abort request 5e96178
  • fix: instruction destination path for creating config file 707b2ae

v3.0.5...v3.0.6

Fixes for file streaming

31 Jul 14:02
Compare
Choose a tag to compare
  • fix: ensure to call part.emit('end') and avoid duplicate errors 04c82a8

v3.0.4...v3.0.5

Revamping the API of self handling streams

31 Jul 08:56
Compare
Choose a tag to compare

Self handling streams have been quite painful in AdonisJs, since you have to manually validate the file size and extension.

However, with the newer API, we offload all this task from the end user, improving the overall experience

  • chore(package): add meta/data to package file 6a3b83b
  • chore(package): update publish files a5faad9
  • refactor: improve bytes counting logic for multipart e9a4328
  • docs: remove typedoc 05187c7
  • chore: remove synk file 895af14
  • feat: add instructions to copy config file 5243045
  • refactor: making tmpFileName property optional d2ef138
  • test: use tmpdir vs homedir for finding tmp files e614821
  • refactor: rewrite of multipart file handling 0e88ef5
  • refactor: exporting required interfaces d23e117
  • chore(package): update dependencies 8b663a6
  • chore(deps-dev): update cz-conventional-changelog requirement fro… (#25) 8efea67

v3.0.3...v3.0.4

Using magic number to detect file ext and mime type

10 Jul 11:39
Compare
Choose a tag to compare

Instead of relying on the file extension and header content type, now we make use of magic number to pull the file ext and mime type by inspecting it's content.

Commits

  • chore(deps-dev): update husky requirement from ^2.7.0 to ^3.0.0 b06778a
  • fix: .snyk & package.json to reduce vulnerabilities 6ff6106
  • chore(package): update dependencies 24c98c4
  • feat: detect file mime type and ext using magic number 8b913cc

Changes in namespaces

29 Jun 08:08
Compare
Choose a tag to compare

Commits:

  • chore(package): update dependencies 0e02c88
  • refactor: changing middleware namespace as per adonis addons standard 6bec4cb

Commit Range:

v3.0.1...master