Releases: adonisjs/repl
Releases · adonisjs/repl
Allow passing context via repl.start method
4.1.0 (2025-01-12)
Features
- allow passing context via repl.start method (6fcefac)
Full Changelog: v4.0.1...v4.1.0
Update dependencies
Full Changelog: v4.0.0...v4.0.1
Stable major release
Please check the following releases to learn more about the breaking changes.
- Breaking changes - https://github.com/adonisjs/repl/releases/tag/v4.0.0-0
- Breaking changes - https://github.com/adonisjs/repl/releases/tag/v4.0.0-1
Commits
- chore: publish under latest tag 36a1b95
- Merge pull request #10 from adonisjs/next c335b88
- chore: bundle types.ts file via tsup as well 37aa54a
- chore: update dependencies ba7865a
What's Changed
- Merge to develop for final release by @thetutlage in #10
Full Changelog: v3.1.11...v4.0.0
Accept REPLServer options when constructing Repl class
Commits
- chore: add labels 1ebfa74
- feat: accept Node.js REPLServer options when constructing Repl instance 5de2571
- chore: update dependencies 21f6874
Full Changelog: v4.0.0-9...v4.0.0-10
Generate bundled types using TSC
- chore: publish source maps and use tsc for generating types 7ec0645
- chore: update dependencies 2345f19
Full Changelog: v4.0.0-8...v4.0.0-9
Use tsup for bundling
Full Changelog: v4.0.0-7...v4.0.0-8
Update dependencies
Full Changelog: v4.0.0-6...v4.0.0-7
Update dependencies
- chore: update dependencies 6394952
Full Changelog: v4.0.0-5...v4.0.0-6
Add getMethods and useCompiler methods
- feat: add getMethods and useCompiler methods 8161de5
Full Changelog: v4.0.0-4...v4.0.0-5
Cleanup and make compiler optional
- refactor: cleanup source code and move compiler specific quirks outside of the REPL code 481c634
- refactor: remove @adonisjs/core references feb24b5
Full Changelog: v4.0.0-3...v4.0.0-4