Skip to content

Stable major release

Choose a tag to compare

@thetutlage thetutlage released this 07 Jan 07:25
3fa852d

Please reference the following releases to learn more about the breaking changes and new additions.

Commits

  • chore: drop usage of --expiremental-meta-resolve flag 35b7e35
  • chore: publish under latest tag 246e5d2
  • Merge pull request #79 from adonisjs/next 3fa852d
  • refactor: remove usage of import.meta.resolve API b52c2c8
  • fix: do not re-assign error.message and error.status when already exists 7903e5e
  • refactor: make cookie default options more secure 8e5d4f8
  • test: remove regression test, since it is fixed in starter kit a84d434
  • chore: update dependencies 1388687

What's Changed

  • fix: add missing @types/node package by @RomainLanz in #68
  • refactor: use fs/promises instead of util.promisify by @targos in #70
  • feat(request): allow to use a boolean for trustProxy by @RomainLanz in #76
  • fix: clearing slash prefixes before adding uriSegment within url builder's processPattern by @tomgobich in #77
  • Merge to develop for final release by @thetutlage in #79

New Contributors

Full Changelog: v5.12.0...v7.0.0