Releases: adonisjs/core
Releases · adonisjs/core
Fix `./commands` exports
Commits
Fix ignitor factory to register repl provider
- test: add tests for make:preload command 11bfd15
- refactor: update ignitor factory to register repl provider f305e05
Full Changelog: v6.1.5-6...v6.1.5-7
New features and some bug fixes
Features
- Add REPL
- Update
test
command to be compatible with Japa@v3. - Add
installPackages
helper in configure command. - Except environment when creating preload file
- Rename
make:prldfile
tomake:prelaod
command.
Bug fixes
- Update process exitCode when commands end with errors
Commits
- test: disable timeout on installation tests 95d4e0e
- ci: enable pnpm installation flag when running tests 261b6c3
- ci: fix yml errors e84020f
- ci: fix yml errors d721d8b
- ci: setup pnpm before running tests 89ca51a
- test: assert for commands exit code 7a736aa
- test: use npm to install packages 873e84b
- refactor: add verbose mode in configure command bcaabfa
- ci: drop debug logs for failing tests 3160388
- chore: update assembler 3cacde2
- fix: remove unused imports cc14a0b
- refactor: types for environments in make:preload command 4a3e150
- feat: add make:exception command 461dbc5
- refactor: cleanup code 434de82
- feat: add support for all Japa flags dac1c9d
- test: add tests for the repl environment switch af6daf9
- chore: update dependencies f734ec3
- refactor: terminate app when repl server exits 6280815
- refactor: repl methods do not return promises 8925770
- refactor: simplify exports mapping 705befb
- feat: prompt environment in make:preload file (#4187) d590a31
- feat: add
Configure.installPackages
method (#4188) 7bbb486 - test: place log message in failing test 8b4f172
- test: force exit tests 4bb0027
- test: remove log statement from flaky test 0536cd8
- test: place log message in failing test 13d92d2
- test: increase timeout for all tests for the build command 93ada89
- chore: install repl from npm 401967c
- test: fix failing tests 7686998
- feat: implement repl command 2e65be1
- chore: update dependencies 7682cf7
- refactor: terminate app when long lived command exits 9e335ee
- refactor: update process exitCode when command staysAlive and terminates later c3047c4
- refactor: pass assets bundler args to assembler 1bf7c59
- refactor(test command): remove ignoreTags flag 2501875
- refactor: make improvements to the serve and test commands 6cc409c
- chore: update dependencies 29f6201
- refactor: enable source maps f73c8c2
A bunch of improvements and removing validator
The existing validator will be available via the @adonisjs/validator
module directly. Otherwise, we will recommend using VineJS for new projects
Commits
- fix: pass assets bundler args as separate argument d4acf6e
- refactor: reconfigure husky commit hook 0b6e995
- refactor: remove validator ddbcbc4
- ci: rename workflow file to checks.yml 93e7feb
- chore: update dependencies e34435e
- refactor: upgrade @adonisjs/application and fix breaking change f0c37c3
- chore: remove sources from published files ddad22e
- chore: update major
get-port
andstring-width
0a57997 - chore: update some dev dependencies e6fe5fa
- ci: add lint and typecheck jobs bacb68c
- chore: lint package.json 454c0d2
- style: fix lint error b8ad9f5
- chore: add engines 41cc3a4
- chore: migrate to @adonisjs/tooling-config eceabce
- chore: upgrade to japa v3 22a9e23
- test: increase sleep time in serve and test tests 239bb8b
- feat: add
makeUsingStub
to Ace BaseCommand (#4147) 9cbbc09 - test: fix breaking test with pnpm 4e002e2
- feat: allow multiple ext for bundlers config file (#4130) effd75f
What's Changed
- feat: allow multiple ext for bundlers config file by @Julien-R44 in #4130
- feat: add
makeUsingStub
to BaseCommand by @Julien-R44 in #4147
Full Changelog: v6.1.5-4...v6.1.5-5
Set binaryName for ace commands
Add bunch of new commands and improve overall state of the package
Commits
- fix: breaking tests df1db5b
- chore(package): update dependencies d9f5e9f
- feat: add test command ca12275
- refactor: add help description and assetsArgs CLI flag 867c0bf
- chore: update dependencies f3d995e
- refactor: remove custom string builder implementation in favor of poppinss/utils 1a69a6c
- refactor: rename dump_rcfile to inspect_rcfile 7543e7c
- feat: add make:prldfile command 77b98e1
- refactor(make:provider): register created provider with .adonisrc.json file ae30779
- feat: register types for container:resolved event f2d6a62
- feat: add string.create method to create the string builder instance 966226c
- test: fix breaking tests ba6805c
- refactor: expose driversList as a standard import bc8aae1
- style: update docblock 111d5f8
- feat: add make:service command 9536906
- feat: add inspect:rcfile command c0ae8e6
- chore: publish source and generate delcaration map be1db10
- refactor: do not make manager classes constructable via container 6ddc941
- chore: update dependencies 619a0a9
Full Changelog: v6.1.5-2...v6.1.5-3
Add routes list and remove fs-extra
- chore: update dependencies 1648727
- chore: update dependencies 9131752
- test: fix breaking tests 6d6ade0
- refactor: fix merge conflicts 97af746
- feat: add list routes command b2e72ca
- chore: update dependencies 92d3b57
- refactor: use
node:fs
instead offs-extra
(#4104) 2334b13
What's Changed
Full Changelog: v6.1.5-1...v6.1.5-2
Add make:test command
- chore: update dependencies ea575c8
- feat: add make:test command 64ec44e
- chore: update dependencies 8f59a50
Full Changelog: v6.1.5-0...v6.1.5-1
Add flag to toggle clear terminal behavior with file watcher
- style: add comments for services making string based container bindings 6add5ed
- refactor: add flag to toggle clear terminal behavior bef203d
- chore: update dependencies 5dd2176
Full Changelog: v6.1.4-0...v6.1.5-0
Add support for assets bundler detection
- feat: add proper support for assets bundler detection ea976a7
- chore: update dependencies 1052aa0
- feat: add toolkit binary for creating packages 88e959a
- feat: build assets when starting dev server and building assets c72034d
Full Changelog: v6.1.3-0...v6.1.4-0