Releases: adonisjs/core
Releases · adonisjs/core
Fix broken commands export types
Full Changelog: v6.1.5-16...v6.1.5-17
Add edge-AdonisJS integration
- Breaking: The VineJS extension has been removed in favor of
vinejs_provider
. - Add
edge_provider
to integrate AdonisJS with the Edge template engine.
Commits
- feat: add make:view command 7e8bd63
- feat: add edge provider to integrate with EdgeJS bca2dc5
- refactor: move vinejs integration to a service provider f4bdb7f
- chore: update dependencies 3d237ed
Full Changelog: v6.1.5-15...v6.1.5-16
Export MessageBuilder from helpers module
- feat: export MessageBuilder from core helpers 7b398df
Full Changelog: v6.1.5-14...v6.1.5-15
Fix for last release
- fix: install http-server as a prod dependency 5800dd3
Full Changelog: v6.1.5-13...v6.1.5-14
Update underlying dependencies
- chore: update dependencies 2d9bb21
Full Changelog: v6.1.5-12...v6.1.5-13
Lazy load Hash drivers and update dependencies
- 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
Full Changelog: v6.1.5-10...v6.1.5-11
Integration for VineJS
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
- fix: broken import path to http module 9b04d00
Full Changelog: v6.1.5-9...v6.1.5-10