Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: adonisjs/core

Add InferEncryptors type helper and repl helper to load urlBuilder

19 Dec 02:19

Choose a tag to compare

7.0.0-next.16 (2025-12-19)

Bug Fixes

Features

  • add InferEncryptors type helper and cleanup types (9991c83)
  • add repl helper for url builder (a73e9a7)

Full Changelog: v7.0.0-next.15...v7.0.0-next.16

New encryption module, client manifest file generation and ability to add/configure multiple packages

15 Dec 12:26

Choose a tag to compare

7.0.0-next.15 (2025-12-15)

Bug Fixes

  • test utils cookie client creation 30473d4

Features

  • add support for multiple packages in add (#5021) a4149ed, closes #5021
  • data output file to reference client manifest 22ffa1f
  • generate config and adonisrc.ts manifest file in frontend types 294266c
  • integrate boringnode/encryption package c5f5e7f
  • only include the auth file inside the frontend manifest a1202bf

BREAKING CHANGES

  • The container binding encryption now returns an instance
    of the EncryptionManager and not the Encryption class. This is because we now
    allow for multiple Encryptors to exist in a project.

Also removed appKey in favor of dedicated config/encryption.ts file

What's Changed

Full Changelog: v7.0.0-next.14...v7.0.0-next.15

Make output types work seamless with projects following DDD folder structure

11 Dec 09:42

Choose a tag to compare

7.0.0-next.14 (2025-12-11)

Features

  • add skipSegments option + default values for indexers (#5020) 337b233, closes #5020

What's Changed

  • feat: add skipSegments option + default values for indexers by @Julien-R44 in #5020

Full Changelog: v7.0.0-next.13...v7.0.0-next.14

Fix generation of Data types when storing transformers within nested directories

05 Dec 23:09

Choose a tag to compare

7.0.0-next.13 (2025-12-05)

Bug Fixes

  • use empty separator when joining parent namespaces for transformer imports efd6361

Full Changelog: v7.0.0-next.12...v7.0.0-next.13

Fix broken build output from the last release

03 Dec 11:45

Choose a tag to compare

7.0.0-next.12 (2025-12-03)

Bug Fixes

  • build output and published files collection 8a027b6

Full Changelog: v7.0.0-next.11...v7.0.0-next.12

Bundle code and introduce a helper to use sync destination from pino

03 Dec 11:34

Choose a tag to compare

7.0.0-next.11 (2025-12-03)

Features

  • add syncDestination helper to create a sync stream for the logger 4e087c4

Full Changelog: v7.0.0-next.10...v7.0.0-next.11

Update dependencies

08 Nov 13:28

Choose a tag to compare

Update dependencies Pre-release
Pre-release

7.0.0-next.10 (2025-11-08)

Full Changelog: v7.0.0-next.9...v7.0.0-next.10

Emit routes JSON alongside routes types

04 Nov 07:12

Choose a tag to compare

Pre-release

7.0.0-next.9 (2025-11-04)

Features

  • emit routes JSON alongside the routes types file (c7bbdbb)

Full Changelog: v7.0.0-next.8...v7.0.0-next.9

Add support for VineJS v4

31 Oct 10:48

Choose a tag to compare

Register bodyparser middleware as singleton and expose url builder client factory

25 Oct 08:18

Choose a tag to compare

7.0.0-next.8 (2025-10-25)

Features

  • expose url_builder_client factory (a82168b)
  • register bodyparser middleware as singleton (b2248ac)

Full Changelog: v7.0.0-next.7...v7.0.0-next.8