Releases: adonisjs/ace
Releases · adonisjs/ace
Update dependencies
14.0.1-next.4 (2025-12-14)
Full Changelog: v14.0.1-next.3...v14.0.1-next.4
Remove JSON schema files as validation schema is kept in a JS module
14.0.1-next.3 (2025-12-02)
What's Changed
- docs: add documentation website link by @tcelestino in #164
New Contributors
- @tcelestino made their first contribution in #164
Full Changelog: v14.0.1-next.2...v14.0.1-next.3
Bring validation schema inline instead of reading from a file
Bring validation schema inline instead of reading from a file
Features
- bring validation schema inline instead of reading from a file (314716c16cf0a04e41e00f6b6e60c7515b869434)
Full Changelog: v13.3.0...v13.4.0
Add tracing channels
Make youch a peer dependency
14.0.1-next.0 (2025-07-30)
Youch must get installed within the end-user apps
Full Changelog: v14.0.0-next.0...v14.0.1-next.0
Target Node 24
14.0.0-next.0 (2025-07-30)
Full Changelog: v13.3.0...v14.0.0-next.0
Allow exceptions to self handle themselves
Features
- add support for self rendering custom exceptions (278fdf1)
Full Changelog: v13.2.0...v13.3.0
Make Kernel.errorHandler public
Add kernel.hasCommand method
The kernel.hasCommand method can be used to check if a command or an alias has been registered with Ace.
Commits
- feat: add hasCommand method (7bfd20c)
- chore: update dependencies (272ddf6)
- chore: update dependencies (aaa6a48)
Full Changelog: v13.0.1...v13.1.0