Warning
During the public release on 24th of January, we will also create a proper changelog with a migration guide from AdonisJS v5 to AdonisJS v6. Even though the new version is public on npm, please do not install it until the migration guide is out.
Please consult the following releases to view the list of breaking changes and new additions.
- Breaking changes - https://github.com/adonisjs/core/releases/tag/v6.0.0-0
- New additions - https://github.com/adonisjs/core/releases/tag/v6.1.3-0
- New additions - https://github.com/adonisjs/core/releases/tag/v6.1.4-0
- Breaking changes - https://github.com/adonisjs/core/releases/tag/v6.1.5-5
- New additions - https://github.com/adonisjs/core/releases/tag/v6.1.5-9
- New additions - https://github.com/adonisjs/core/releases/tag/v6.1.5-16
- New additions - https://github.com/adonisjs/core/releases/tag/v6.1.5-18
Commits
- chore: publish under the latest tag 31668b7
- Merge pull request #4335 from adonisjs/next b7f8547
- ci: update workflow file name 22f8e40
- docs: update badges urls 66e96c7
- Merge branch 'develop' into next 4d2026f
- test: remove optional importer param 2f53731
- test: do not use withCoreProviders method internally 05d56dd
- chore: cleanup dependencies 9613852
- refactor: remove ace shell child process runner 0a45d5b
- feat: export types for helpers exported from poppinns/utils eeb31cf
- refactor: remove deprecated type helpers usage 7b43060
- chore: update dependencies 72fe65c
- chore: update dependencies 87c2554
- change: add PATCH as a default method for CORS headers (#4244) b5f0606
- Update app.txt (#4169) 617200b
- docs(contributing): fix content table link (#4085) a83daa3
- Update README.md (#4069) 0ae2620
- fix: default hasher mismatch fix (#4005) cbd734e
What's Changed
- fix: default hasher mismatch fix by @arabbani in #4005
- [ci skip] Fix badge for CI test in Readme by @Doc94 in #4069
- docs(contributing): fix content table link by @geetsww in #4085
- refactor: use
node:fs
instead offs-extra
by @targos in #4104 - feat: allow multiple ext for bundlers config file by @Julien-R44 in #4130
- feat: add
makeUsingStub
to BaseCommand by @Julien-R44 in #4147 - Update app.txt by @bartduisters in #4169
- feat: add
Configure.installPackages
method by @Julien-R44 in #4188 - feat: prompt environment in make:preload file by @Julien-R44 in #4187
- change: add PATCH as a default method for CORS headers by @mr-feek in #4244
- fix(stubs): use "import type" when possible by @RomainLanz in #4259
- Re-export some helpers from poppinss/utils by @Julien-R44 in #4294
- Time for final release by @thetutlage in #4335
New Contributors
- @arabbani made their first contribution in #4005
- @Doc94 made their first contribution in #4069
- @geetsww made their first contribution in #4085
- @bartduisters made their first contribution in #4169
- @mr-feek made their first contribution in #4244
Full Changelog: v5.9.0...v6.2.0