Skip to content

Releases: japa/plugin-adonisjs

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

Update dependencies

26 Dec 08:32

Choose a tag to compare

  • chore: update dependencies 6929f28

Full Changelog: v2.0.1...v2.0.2

Publish source maps and use TSC for generating types

06 Nov 10:08

Choose a tag to compare

  • chore: publish source maps and use tsc for generating types b9d6a34
  • chore: update dependencies e0ed32a

Full Changelog: v2.0.0...v2.0.1

Update dependencies

19 Oct 07:27

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v2.0.0

Conditionally extend japa

14 Sep 10:43

Choose a tag to compare

Pre-release
  • refactor: conditionally extend japa ca1b026
  • chore: update dependencies 00a28d6

Full Changelog: v2.0.0-2...v2.0.0-3