Skip to content

Preparing for v6

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 12 Jan 13:00
· 106 commits to develop since this release

Breaking changes

  • ESM only
  • The exports have been re-arranged and uses Node.js subpath exports.
  • The file.moveToDisk method has been removed. The same method will be added by drive package. Earlier, it was mandatory to use drive in order to use bodyparser. However, after this release, drive is optional.
  • Removed queryString config option from raw bodyparser config block. The option was unused and hence has no breaking change at runtime, but will give static type error.
  • The BodyParserMiddleware class accepts the bodyParser config as the constructor argument. Earlier, it used to accept AdonisJS config service.

Commits

  • refactor: remove unused queryString option from raw body parser edb024e
  • chore: rename files in git index cb73e5c
  • chore: rename files in git index 15a47a4
  • docs: update README and remove old changelog file c7babbe
  • test: improve tests coverage 7068e39
  • chore: add debug statements fd51175
  • feat: make MultipartFile macroable to make it extensible 67cbf5f
  • refactor: refactor codebase for v6 43946d1

Full Changelog: v8.1.7...v9.0.0-0