Releases: adonisjs/core
Releases · adonisjs/core
Breaking changes
The following breaking changes only impact you if you are using the Alpha release. We have communicated with the alpha testers with in-depth post related to the following breaking changes.
- Use config providers for the hash config
- Remove YAML front matter from stubs
- Remove HTTP service provider
Commits
- fix: register edge templates under metaFiles to be copied in prod build 2e3fff4
- test: increase codemods timeouts 164775e
- test: increase codemods timeouts c304024
- fix: export hash drivers helper 9ecf151
- fix: typing issues 0ec2dee
- chore: update peer dependencies range 0b99ef9
- chore: export hash/phc_formatter 03eb01c
- refactor: remove stubs factory from the core main factories export c714b64
- refactor: share emitter with the BaseEvent class 0f75edd
- refactor: export env/editor fd6234a
- fix: module augmentation code 70d4871
- refactor: merge http_service_provider with app_provider 6c247fc
- refactor: get rid of drivers collection and use config providers 819b5bf
- refactor: update stubs to use newer exports API cb9b434
- chore: update dependencies 9dc8520
- fix(stubs): use "import type" when possible (#4259) 5f1d994
- chore: pin swc version 6974d65
- fix: do not overwrite inline error reporters and messages provider 17a2b3a
What's Changed
- fix(stubs): use "import type" when possible by @RomainLanz in #4259
Full Changelog: v6.1.5-26...v6.1.5-27
Update dependencies
Full Changelog: v6.1.5-25...v6.1.5-26
Update range of peer dependencies
- chore: update dependencies 89ce087
Full Changelog: v6.1.5-24...v6.1.5-25
Fix module augmentation paths
Full Changelog: v6.1.5-23...v6.1.5-24
Upgrade application package
Full Changelog: v6.1.5-22...v6.1.5-23
Bug fixes
- fix: register ctx.view as a singleton 23ccfc0
Full Changelog: v6.1.5-21...v6.1.5-22
Move bindings code to service providers
- test: add tests for providers with side-effects fee8f2b
- refactor: move bindings code within service providers 39df861
- fix: broken extended types 97d49a4
Full Changelog: v6.1.5-20...v6.1.5-21
Bug fixes from the last release
- feat: share request instance with templates b466041
- refactor: move extended types to their own files e859198
Full Changelog: v6.1.5-19...v6.1.5-20
Changes in configure and base commands
The APIs from the BaseCommand and the Configure Command have been moved to a Codemods module. The commands can use the createCodemods
method to create an instance of codemods module.
Commits
- refactor: move configure command APIs to codemods 1e996a0
- feat: add support for configuring vinejs and edge f40ff37
Full Changelog: v6.1.5-18...v6.1.5-19
Add codemods for rcFile, middleware and env validations
- feat: add codemods for rcfile files, middleware and env validations 6f24670
- fix: remove app reference when not used b0a097a
Full Changelog: v6.1.5-17...v6.1.5-18