In addition to this page, you may also follow us on twitter (@WallabyJs) to be notified whenever we release notable features.
Select your editor
The content of this page is adjusted based on your editor of choice. Please select your editor by clicking on your editor’s logo below before proceeding:




Most Recent Major Features and Changes
The What’s New section includes major features and changes that have been made in the last 12-18 months. For older news or more details about minor updates and changes, please refer to our changelog.
Jasmine v5.1.x (14 Nov 2023)
Wallaby now supports the latest version of Jasmine (v5.1.1) for both node.js
and browser
tests. The latest version of Jasmine included breaking changes that required updates to Wallaby’s integration. To use the latest version of Jasmine, please ensure you’re running the latest version of Wallaby.
Node.js 21.x Support (09 Nov 2023)
Wallaby now supports node.js v21.x. The recent update of node included a number of breaking changes to projects and tools that use ES Modules.
NX v17.x Support (31 Oct 2023)
Wallaby has been updated to support NX v17.x. This new version included breaking changes to internal APIs for loading NX configuration.
Logpoints for JetBrains IDEs (05 Oct 2023)
Wallaby for JetBrains editors now supports Logpoints
, allowing you to use breakpoints to log values.
Logpoints allow you to display the value of any expression without modifying your code, simply by placing a breakpoint next to the expression you want to log.
Logpoints for VS Code (21 Sep 2023)
Wallaby for VS Code now supports Logpoints
, allowing you to use breakpoints to log values.
Logpoints allow you to display the value of any expression without modifying your code, simply by placing a breakpoint next to the expression you want to log.
Real-time diff viewer for VS Code and more (18 Sep 2023)
Show Side-By-Side Diff
command has undergone significant improvements in user experience.
It now not only displays the difference between the expected and actual values but also dynamically updates them
in real-time as you make changes to your code.
Previous major features and changes
Our what’s new archive contains the full history of our major features and changes (starting February 2020).
Full Change Log
Our changelog is available in our public repository. Please note that while we update our changelog every few months, we release new versions of Wallaby.js a few times a week (sometimes a few times a day).
Wallaby Roadmap
We can’t promise that we will deliver everything that we list below, but these are the current major features on our roadmap that we expect to focus on over the coming months.
- Simplifying Wallaby.js configuration process.
- Implementing better test debugging.
- Implementing CI server support.
- Support for more testing frameworks.
- Adding more features to Wallaby.js App.
Are we missing something? Share your idea or vote for other submitted ideas