Releases: adonisjs/core
Releases · adonisjs/core
Add InferEncryptors type helper and repl helper to load urlBuilder
7.0.0-next.16 (2025-12-19)
Bug Fixes
Features
- add InferEncryptors type helper and cleanup types (9991c83)
- add repl helper for url builder (a73e9a7)
Full Changelog: v7.0.0-next.15...v7.0.0-next.16
New encryption module, client manifest file generation and ability to add/configure multiple packages
New encryption module, client manifest file generation and ability to add/configure multiple packages
Pre-release
Pre-release
7.0.0-next.15 (2025-12-15)
Bug Fixes
- test utils cookie client creation 30473d4
Features
- add support for multiple packages in
add(#5021) a4149ed, closes #5021 - data output file to reference client manifest 22ffa1f
- generate config and adonisrc.ts manifest file in frontend types 294266c
- integrate boringnode/encryption package c5f5e7f
- only include the auth file inside the frontend manifest a1202bf
BREAKING CHANGES
- The container binding encryption now returns an instance
of the EncryptionManager and not the Encryption class. This is because we now
allow for multiple Encryptors to exist in a project.
Also removed appKey in favor of dedicated config/encryption.ts file
What's Changed
- feat: add support for multiple packages in add by @Julien-R44 in #5021
Full Changelog: v7.0.0-next.14...v7.0.0-next.15
Make output types work seamless with projects following DDD folder structure
Pre-release
7.0.0-next.14 (2025-12-11)
Features
What's Changed
- feat: add skipSegments option + default values for indexers by @Julien-R44 in #5020
Full Changelog: v7.0.0-next.13...v7.0.0-next.14
Fix generation of Data types when storing transformers within nested directories
Pre-release
7.0.0-next.13 (2025-12-05)
Bug Fixes
- use empty separator when joining parent namespaces for transformer imports efd6361
Full Changelog: v7.0.0-next.12...v7.0.0-next.13
Fix broken build output from the last release
7.0.0-next.12 (2025-12-03)
Bug Fixes
- build output and published files collection 8a027b6
Full Changelog: v7.0.0-next.11...v7.0.0-next.12
Bundle code and introduce a helper to use sync destination from pino
7.0.0-next.11 (2025-12-03)
Features
- add syncDestination helper to create a sync stream for the logger 4e087c4
Full Changelog: v7.0.0-next.10...v7.0.0-next.11
Update dependencies
7.0.0-next.10 (2025-11-08)
Full Changelog: v7.0.0-next.9...v7.0.0-next.10
Emit routes JSON alongside routes types
7.0.0-next.9 (2025-11-04)
Features
- emit routes JSON alongside the routes types file (c7bbdbb)
Full Changelog: v7.0.0-next.8...v7.0.0-next.9
Add support for VineJS v4
6.19.1 (2025-10-31)
Full Changelog: v6.19.0...v6.19.1
Register bodyparser middleware as singleton and expose url builder client factory
Pre-release