Skip to content

Releases: adonisjs/ace

Add mockConsoleOutput method

04 Mar 07:52
Compare
Choose a tag to compare

This method mocks the logger and prompts and keeps them within the memory for assertions

  • feat: add mockConsoleOutput method to mock prompts and logger 51fc37a

v11.2.1...v11.2.2

Fixing types for 11.20.0

04 Mar 00:49
Compare
Choose a tag to compare
  • fix: types for kernel.exec command d2f5138

v11.2.0...v11.2.1

The "kernel.exec" method now returns the command instance back

04 Mar 00:41
Compare
Choose a tag to compare
  • refactor: return command instance from the exec method 4a311ad

v11.1.0...v11.2.0

Add isMain and isInteractive flags to command instance

03 Mar 13:17
Compare
Choose a tag to compare

Both the flags can make it easier for commands to decide how they should behave when running. For example: The migration commands can close the database when isMain true, otherwise do not close the database connection.

  • feat: add isMain and isInteractive flags to command ba3a707

v11.0.7...v11.1.0

Update dependencies

03 Mar 05:06
Compare
Choose a tag to compare

v11.0.6...v11.0.7

Update dependencies

17 Jan 08:36
Compare
Choose a tag to compare
  • chore: display log colors when publishing package 56d44f4
  • refactor: reorganize meta config 39c0a30
  • chore: update dependencies ce8a3cf

Full Changelog: v11.0.5...v11.0.6

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