Nothing at the moment.
Mainly some improvements to make test failures more resilient and improve the formatting when there are issues.
- Don't consider binstubs project files when colorizing the stacktrace.
- Switch debugging from Pry to debug
- Ensure overly-long exception messages are truncated to reduce excessive scrolling
- Make backtrace display smarter about how many lines to display
- Fix bug that was incorrectly deleting the bin directory
- Prepare for better handling of "stack level too deep" traces
The biggest update is that the slow thresholds are now configurable.
- Configurable Thresholds
- Fixed a bug where
vendor/bundle
gem files were considered project source code files - Set up GitHub Actions to ensure tests are run on Ubuntu latest and macOs for the latest Ruby versions
- Fixed some tests that were accidentally left path-dependent and couldn't pass on other machines
Initial release.