Skip to content

Releases: AthennaIO/Artisan

1.1.4

07 May 20:27
b0381a3
Compare
Choose a tag to compare
  • b0381a3 Merge pull request #14 from AthennaIO/develop
  • e5c12f4 feat(types): add file with types
  • 95a3014 feat(loader): add artisan commands loader for http/console
  • ac7d5cf chore(npm): export facades and providers
  • 1cba4dc Merge pull request #13 from AthennaIO/feat/len-move-to-esm
  • e43c3c6 feat(commands): finish migrating commands
  • 04cd991 feat(esm): initial commit

1.1.3

24 Apr 23:44
f2de3b5
Compare
Choose a tag to compare
  • f2de3b5 Merge pull request #12 from AthennaIO/develop
  • 80b9242 chore: add new line in commands

1.1.2

24 Apr 23:00
d448835
Compare
Choose a tag to compare
  • d448835 Merge pull request #11 from AthennaIO/develop
  • 7cd73ac chore: export handler in index

1.1.1

24 Apr 22:28
cfc4236
Compare
Choose a tag to compare
  • cfc4236 Merge pull request #10 from AthennaIO/develop
  • e854f34 feat: move build and serve commands to artisan
  • 033a10e feat: add support for exception handling

1.1.0

23 Apr 14:56
cf8c9ac
Compare
Choose a tag to compare
  • cf8c9ac Merge pull request #9 from AthennaIO/develop
  • 6819fa6 chore: add constructor method in exception template
  • a14d614 feat: add make:exception command

1.0.9

22 Apr 01:39
baf5a5f
Compare
Choose a tag to compare
  • baf5a5f Merge pull request #8 from AthennaIO/develop
  • bc70b9f chore: export commander type

1.0.8

22 Apr 01:17
665fe42
Compare
Choose a tag to compare
  • 665fe42 Merge pull request #7 from AthennaIO/develop
  • 32dd74a refactor: remove compile, test and run commands

1.0.7

21 Apr 23:42
aa94b65
Compare
Choose a tag to compare
  • aa94b65 Merge pull request #6 from AthennaIO/develop
  • 0e840c4 fix: set test match on jest config
  • 9081461 feat: add test command
  • 0f05149 feat: add start, build and start:dev commands
  • a28601e feat: add route and list command alias

1.0.6

20 Apr 15:20
fdee934
Compare
Choose a tag to compare
  • fdee934 Merge pull request #5 from AthennaIO/develop
  • 549ae79 fix: set the version of the cli using client config version

1.0.5

20 Apr 14:57
3fa9d36
Compare
Choose a tag to compare
  • 3fa9d36 Merge pull request #4 from AthennaIO/develop
  • d9291d1 chore: create folder for eslint commands
  • b866ba0 chore: add addFlags method in make:command template