github adonisjs/core v7.0.0-next.23
Breaking - Remove serialize method from HTTP context

pre-releaseone day ago

7.0.0-next.23 (2026-01-10)

Since most of the projects building APIs would like to reformat the response returned by the API, we cannot ship with a static serialize method from the core. Instead, the starter kit will include an APISerializer with some defaults that can be overridden within the user-land.

Full Changelog: v7.0.0-next.22...v7.0.0-next.23

Don't miss a new core release

NewReleases is sending notifications on new releases.