Skip to content

Releases: adonisjs/bodyparser

Updates and changes to module name

29 Jun 06:29
Compare
Choose a tag to compare

All dependencies are updated to their latest versions and renamed @ioc:Adonis/Src/BodyParser to @ioc:Adonis/Addons/BodyParser and hence the package is not officially released, we can resist the major upgrade in version number

Commits:

  • refactor: rename module name prefix from Adonis/Src to Adonis/Addons a30b137
  • refactor: export require bodyparser types aab3b15
  • refactor: move contracts to adonis-typings directory ab645ff
  • chore(package): update dependencies 847d499

Commit Range:
v3.0.0...master

Moving for Typescript

24 May 17:28
Compare
Choose a tag to compare

A complete rewrite in Typescript with the targeted support for @adonisjs/core@5.0.0

Commits:

  • chore: retry test with race condition for couple of times d363408
  • feat: add support for maxFields on multipart body 39e544d
  • chore: co-body from github comes without json poisioning vulnerability abcd2bb
  • docs(readme): add license block and move toc block after features 246119d
  • chore(package): add package version and publish config e48ec5d
  • chore: register module typings b7c00a4
  • docs(readme): add usage docs 04a636a
  • refactor: move contracts to ambient module 20c001f
  • style: add docblock to config f4e66d0
  • feat: add adonis typings and provider df49182
  • refactor: add missing types ebb1ea9
  • feat: implement bodyparser middleware 31a44e4
  • feat: start rewrite c4e4fe3
  • chore: update dependencies 11efb93
  • fix: correct link to the contribution guide 0b0a9fe
  • fix(doc): typo & writing style touch-up (#16) 3934a85

Commit Range:

v2.0.9...master