Skip to content

Releases: japa/plugin-adonisjs

Add container fake helpers

23 Mar 15:20

Choose a tag to compare

5.2.0 (2026-03-23)

Checkout the documentation PR to understand how these new helpers work - adonisjs/v7-docs#19

Features

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

Tag as latest

25 Feb 07:20

Choose a tag to compare

5.1.0 (2026-02-25)

Full Changelog: v4.0.0...v5.1.0

Integrate AdonisJS router with the API client

09 Jan 12:55

Choose a tag to compare

5.1.0-next.1 (2026-01-09)

Features

  • add route builder to APIClient and add docblocks (f684469)

Full Changelog: v5.1.0-next.0...v5.1.0-next.1

Update dependencies

15 Dec 16:05

Choose a tag to compare

Update dependencies Pre-release
Pre-release

5.1.0-next.0 (2025-12-15)

Full Changelog: v5.0.0-next.0...v5.1.0-next.0

Type-safe route helper and target v7

08 Sep 16:59

Choose a tag to compare

Pre-release

5.0.0-next.0 (2025-09-08)

Features

  • update workflows to use Node24 (10801e1)

Full Changelog: v4.0.0...v5.0.0-next.0

Remove startRepl method in favor of repl.start

12 Jan 17:56

Choose a tag to compare

4.0.0 (2025-01-12)

The TestContext startRepl was already broken and this release fixes it and changes the API. You can now start the AdonisJS repl during tests using the context.repl.start method.

  test('example test', async ({ visit, route, repl }) => {
    const page = await visit(route('/'))
    await repl.start({ page })
  })

Code Refactoring

  • remove startRepl method in favor of repl.start (41fbf21)

BREAKING CHANGES

  • Since, we cannot destructure prototype methods, we have to switch to
    an object over a method to start repl during tests

Full Changelog: v3.0.2...v4.0.0

Support @japa/runner v4

12 Jan 13:10

Choose a tag to compare

3.0.2 (2025-01-12)

Full Changelog: v3.0.1...v3.0.2

Update dependencies

02 Apr 07:55

Choose a tag to compare

  • chore: update dependencies 06e3c29

Full Changelog: v3.0.0...v3.0.1

Have peer dependency on latest release of @adonisjs/core

08 Jan 03:18

Choose a tag to compare

Do not parse value of expired cookies

05 Jan 05:18

Choose a tag to compare

  • chore: update dependencies 19fb570
  • fix: do not parse expired cookies values 2f6b619

Full Changelog: v2.0.2...v2.0.3