Skip to content

Releases: adonisjs/ace

Fix issue where a missing command complains for the missing flag first

19 Oct 15:18
Compare
Choose a tag to compare
  • chore: update dependencies ca2e489
  • fix: complaint for unknown flags when a command is found b0055e6
  • chore: update dependencies 60f8e38
  • chore: update dependencies 0c89247

Full Changelog: v11.0.4...v11.0.5

update dependencies

30 Aug 05:48
Compare
Choose a tag to compare
  • chore: update dependencies 45a14fd
  • chore: update dependencies 52c2b91

v11.0.3...v11.0.4

Update dependencies

19 Jul 18:07
Compare
Choose a tag to compare

v11.0.2...v11.0.3

Update dependencies

03 Jun 01:45
Compare
Choose a tag to compare
  • chore: force colors when running np command 3607723
  • docs(README): update badges url 455fb50
  • ci: remove appveyor in favor of gh actions fbf21e1
  • chore: update dependencies b1da23f
  • ci: use github actions and remove circleci 1b0c4d9
  • chore: update dependencies cf7a5bc

v11.0.1...v11.0.2

Add support for appending commands and aliases to the help method

05 May 06:03
Compare
Choose a tag to compare
  • fix: typehint the BaseCommand.colors property a061a65
  • feat: add support for appending commands and aliases for help only ccb4bba
  • docs(README): use latest tag for npm badges ebb3617
  • chore: update dependencies 38c2dc9

v11.0.0...v11.0.1

Making flags validation more strict and disallow unknown flags

23 Apr 12:31
Compare
Choose a tag to compare

The release has a breaking change, since the flags are more strict and we disallow all the known flags when running a command.

Earlier, the value for the boolean was to false and for a string flag was set to an empty string by default, even when the flag was not mentioned. Now, it is set as undefined. The change is made to distinguish between the user define values and the implicit defaults.

Also, the boolean flag no longer going to accept non boolean values anymore.

Commits

  • docs(README): update links 4a7795f
  • refactor: making flags more strict and dropping default,defaultValue options f6d565b
  • improvement: force property using args decorators to have correct types dac52d3
  • improvement: do not accept "propertyName" and "type" via decorators f89afe7
  • chore: update dependencies af68f40

v10.0.1...v11.0.0

Update dependencies

24 Mar 18:24
Compare
Choose a tag to compare

v10.0.0...v10.0.1

Update @adonisjs/application dependency

23 Mar 05:47
Compare
Choose a tag to compare

Publish under the latest tag

22 Mar 09:01
Compare
Choose a tag to compare
  • chore: update publish tag to latest ce937c0
  • chore: update eslint config 37cce6e
  • chore: update dependencies f8e6505
  • fix: generate "pretty" ace-manifest.json (#128) 3e2a6e7

v9.0.5...v9.1.0

Wrapping help screen descriptions to indent when displayed in multiple lines

15 Feb 17:45
Compare
Choose a tag to compare
  • improvement: wrap help screen descriptions to indent in multiline ed93541
  • improvement: use newer ioc container apis 2a0bd68

v9.0.4...v9.0.5