Skip to content

Releases: adonisjs/ace

Allow exceptions to self handle themselves

09 Oct 04:51
Compare
Choose a tag to compare

Features

  • add support for self rendering custom exceptions (278fdf1)

Full Changelog: v13.2.0...v13.3.0

Make Kernel.errorHandler public

05 Sep 18:01
Compare
Choose a tag to compare

Features

  • make Kernel.errorHandler public (a390e7f)

Full Changelog: v13.1.0...v13.2.0

Add kernel.hasCommand method

19 Jun 04:22
Compare
Choose a tag to compare

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

02 Jun 00:13
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v13.0.0...v13.0.1

Stable major release

07 Jan 13:52
Compare
Choose a tag to compare

Please look into the following releases for breaking changes and new additions.

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

Full Changelog: v12.3.1...v13.0.0

Update CLIUI

27 Dec 04:06
Compare
Choose a tag to compare
Update CLIUI Pre-release
Pre-release
  • chore: update dependencies 8ff01dd

Full Changelog: v12.3.2-5...v12.3.2-6

Assign 404 status code to E_COMMAND_NOT_FOUND exception

22 Dec 10:28
Compare
Choose a tag to compare
  • 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

19 Dec 06:40
Compare
Choose a tag to compare

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

19 Dec 09:43
Compare
Choose a tag to compare
  • fix: handle prompt cancellation error gracefully b73a8ca

Full Changelog: v12.3.2-3...v12.3.2-4

Fix broken last release

23 Nov 05:09
Compare
Choose a tag to compare
Pre-release
  • fix: build process to copy schema.json file 8f734cd

Full Changelog: v12.3.2-1...v12.3.2-2