Releases: japa/plugin-adonisjs
Releases · japa/plugin-adonisjs
Type-safe route helper and target v7
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
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
3.0.2 (2025-01-12)
Full Changelog: v3.0.1...v3.0.2
Update dependencies
- chore: update dependencies 06e3c29
Full Changelog: v3.0.0...v3.0.1
Have peer dependency on latest release of @adonisjs/core
- chore: update dependencies 7fdd26f
Full Changelog: v2.0.3...v3.0.0
Do not parse value of expired cookies
Full Changelog: v2.0.2...v2.0.3
Update dependencies
- chore: update dependencies 6929f28
Full Changelog: v2.0.1...v2.0.2
Publish source maps and use TSC for generating types
- 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
What's Changed
- Merge next to develop by @thetutlage in #1
New Contributors
- @thetutlage made their first contribution in #1
Full Changelog: v1.0.5...v2.0.0
Conditionally extend japa
Full Changelog: v2.0.0-2...v2.0.0-3