Releases: adonisjs/ace
Releases · adonisjs/ace
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
Remove absoluteFilePath leaking in the commands metadata json file
Changes
Removed the absoluteFilePath
present in the command metadata. This is a breaking change but this property was never documented.
Commits
- chore: move to release-it instead of np (3ab65e3)
- Revert "feat: add absoluteFilePath to CommandMetadata (#153)" (793c0a8)
- Merge pull request #161 from Barbapapazes/patch-1 (c44052c)
- docs: fix typo in kernel jsdoc (912df56)
- chore: publish under latest tag (46da55a)
What's Changed
- docs: fix typo in kernel jsdoc by @Barbapapazes in #161
New Contributors
- @Barbapapazes made their first contribution in #161
Full Changelog: v13.0.0...v13.0.1
Stable major release
Please look into the following releases for breaking changes and new additions.
- Breaking changes - https://github.com/adonisjs/ace/releases/tag/v12.0.0-0
- New additions - https://github.com/adonisjs/ace/releases/tag/v12.1.0-0
- New additions - https://github.com/adonisjs/ace/releases/tag/v12.3.1-2
Commits
- Merge pull request #158 from adonisjs/next 965cccd
- chore: update dependencies 7137208
- fix: incorporate missing spaces in 'list command' help text (#157) f68b238
What's Changed
- fix: incorporate missing spaces in 'list command' help text by @dec0dOS in #157
- Merge to develop for final release by @thetutlage in #158
New Contributors
- @dec0dOS made their first contribution in #157
- @thetutlage made their first contribution in #158
Full Changelog: v12.3.1...v13.0.0
Update CLIUI
- chore: update dependencies 8ff01dd
Full Changelog: v12.3.2-5...v12.3.2-6
Assign 404 status code to E_COMMAND_NOT_FOUND exception
- refactor: prompt cancellation error message 74e548c
- refactor: assign 404 status code to E_COMMAND_NOT_FOUND 9c6676d
Full Changelog: v12.3.2-4...v12.3.2-5
Update dependencies
Commits:
- style: fix typo 6970243
- test: add test for parsing big numbers 7888c7e
- chore: update dependencies 6d91b18
Full Changelog: v12.3.2-2...v12.3.2-3
Handle prompt cancellation error gracefully
- fix: handle prompt cancellation error gracefully b73a8ca
Full Changelog: v12.3.2-3...v12.3.2-4
Fix broken last release
- fix: build process to copy schema.json file 8f734cd
Full Changelog: v12.3.2-1...v12.3.2-2