Skip to content

Releases: adonisjs/core

Export VineMultipartClass for extending and fix multipart file serialization issue

17 Jun 06:40
Compare
Choose a tag to compare

6.19.0 (2025-06-17)

Features

What's Changed

New Contributors

Full Changelog: v6.18.0...v6.19.0

Use merged request body when mergeMultipartFieldsAndFiles is enabled

15 May 10:29
Compare
Choose a tag to compare

6.18.0 (2025-05-15)

Please read the release notes of @adonisjs/bodyparser package to understand how merged request body works and why this feature was added. https://github.com/adonisjs/bodyparser/releases/tag/v10.1.0. Solves issue #4777

Features

  • enable allowUnknownFlags for specific commands (6fdf953)
  • use merged request body during validation when mergeMultipartFieldsAndFiles flag is enabled (bd80b39), closes #4777

What's Changed

  • feat: enable allowUnknownFlags for specific commands by @Melchyore in #4921

New Contributors

Full Changelog: v6.17.2...v6.18.0

Update dependencies

13 Feb 07:44
Compare
Choose a tag to compare

6.17.2 (2025-02-13)

  • fix: pin swc as it is broken (84c7d75)
  • chore: update dependencies (9f055da)

Full Changelog: v6.17.1...v6.17.2

Update dependencies

12 Jan 17:33
Compare
Choose a tag to compare

6.17.1 (2025-01-12)

  • ci: add stale workflow (71db68d)
  • chore: update dependencies (df6e922)

Full Changelog: v6.17.0...v6.17.1

Improvements to the list routes command

15 Dec 03:14
Compare
Choose a tag to compare

6.17.0 (2024-12-15)

  • test: add brisk route in list routes test (85e49e7)
  • test: fix breaking tests (cf622f0)
  • refactor: display of route handler (fbebf24)
  • feat: display route closure listArgs when listing routes (880b5b7)
  • chore: update dependencies (ddf0c5c)

Full Changelog: v6.16.0...v6.17.0

Fix NODE_ENV issue with test command and Verification token abstract class

05 Dec 05:22
Compare
Choose a tag to compare

6.16.0 (2024-12-05)

  • fix: force NODE_ENV=test when running the test command (25a8d8a), closes #4794
  • feat: add VerificationToken abstract class (ec313c2)
  • chore: update dependencies (befb276)

Full Changelog: v6.15.2...v6.16.0

Support VineJS 3.0

01 Dec 05:28
Compare
Choose a tag to compare

6.15.2 (2024-12-01)

  • chore: update dependencies (74287db)

Full Changelog: v6.15.1...v6.15.2

Update dependencies

28 Nov 07:03
Compare
Choose a tag to compare
  • chore: update dependencies (4e9464c)
  • chore: upgrade install-pkg to 0.5 (21d29b3)
  • refactor(stubs): use generators to make service class name (e7d0974)

Full Changelog: v6.15.0...v6.15.1

Small improvements to commands

25 Nov 23:08
Compare
Choose a tag to compare
  • fix(commands): use Array#some instead of Array#includes for type-safety (c598b55)
  • ci: update node version (8696178)
  • chore: update dependencies (3104d11)
  • feat(stubs): generate an empty class when creating a service (bf9b2bd)
  • doc: update installPackages jsdoc to match current implementation (#4766) (41f5d66), closes #4766

What's Changed

  • doc: update installPackages jsdoc to match current implementation by @brunoziie in #4766

New Contributors

Full Changelog: v6.14.1...v6.15.0

Update dependencies

09 Oct 17:00
Compare
Choose a tag to compare

6.14.1 (2024-10-09)

Full Changelog: v6.14.0...v6.14.1