Skip to content

Releases: adonisjs/core

Export MessageBuilder from helpers module

02 Aug 06:47
Compare
Choose a tag to compare
  • feat: export MessageBuilder from core helpers 7b398df

Full Changelog: v6.1.5-14...v6.1.5-15

Fix for last release

01 Aug 05:04
Compare
Choose a tag to compare
Fix for last release Pre-release
Pre-release
  • fix: install http-server as a prod dependency 5800dd3

Full Changelog: v6.1.5-13...v6.1.5-14

Update underlying dependencies

01 Aug 04:48
Compare
Choose a tag to compare
Pre-release
  • chore: update dependencies 2d9bb21

Full Changelog: v6.1.5-12...v6.1.5-13

Lazy load Hash drivers and update dependencies

26 Jul 08:41
Compare
Choose a tag to compare
  • chore: update dependencies ed8379e
  • refactor: load repl bindings when repl provider is registered 58508f9
  • chore: make husky hooks executable ac20f65
  • refactor: upgrade dependencies and lazy load drivers 6b24330

Full Changelog: v6.1.5-11...v6.1.5-12

Add make validator command

22 Jul 05:47
Compare
Choose a tag to compare
Pre-release
  • chore: update dependencies 2ad09fb
  • feat: add make:validator command 693f601

Full Changelog: v6.1.5-10...v6.1.5-11

Integration for VineJS

20 Jul 05:24
Compare
Choose a tag to compare
Pre-release

This release adds an integration for VineJS with following new primitives

  • The file validation rule to validate AdonisJS bodyparser files
  • The request.validateUsing method to validate request data using a VineJS validator.

Commits

  • fix: define history file path for repl history 27b8a16
  • feat: add vinejs file validation rule 88ffa2c
  • feat: add request.validateUsing method to use VineJS validators ae9159d
  • refactor: remove unused files 9351a98
  • chore: update dependencies 394756a
  • style: format file 44780ff
  • chore: update tooling-config and prettier to v3 1a993a3

Full Changelog: v6.1.5-8...v6.1.5-9

Fixes broken subpath export from last release

20 Jul 05:44
Compare
Choose a tag to compare
  • fix: broken import path to http module 9b04d00

Full Changelog: v6.1.5-9...v6.1.5-10

Fix `./commands` exports

12 Jul 14:36
Compare
Choose a tag to compare
Pre-release

Commits

  • chore: fix commit-msg permissions db8503b
  • fix: exports commands/main.js file 91cdbdb

v6.1.5-7...v6.1.5-8

Fix ignitor factory to register repl provider

10 Jul 04:30
Compare
Choose a tag to compare
  • 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

10 Jul 03:42
Compare
Choose a tag to compare
Pre-release

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 to make: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

v6.1.5-5...v6.1.5-6