Skip to content

Breaking changes and use tsup for bundling

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 17 Oct 05:01
· 57 commits to develop since this release

Breaking changes

  • Using latest version of @adonisjs/application, which comes with breaking chanages.
  • Rename response.flushHeaders to response.relayHeaders. The flushHeaders method exists in Node.js already and has different semantics, therefore, we decided to rename ours and avoid confusion.

Commits

  • refactor: rename "flushHeaders" to "relayHeaders" e466d9b
  • chore: restructure benchmarks source files to work with bundled build 0c5da48
  • fix: typing issues 4fcbf6c
  • feat(request): allow to use a boolean for trustProxy (#76) b44e29e
  • chore: use tsup for bundling 8dd52ef
  • chore: update dependencies 32c1034

What's Changed

  • feat(request): allow to use a boolean for trustProxy by @RomainLanz in #76

Full Changelog: v6.8.2-14...v7.0.0-0