Skip to content

Listen to .rb file changes only + Handle new and deleted files

Compare
Choose a tag to compare
@AlexB52 AlexB52 released this 26 Feb 04:30
· 154 commits to main since this release

This release introduces two changes:

Restrict changes to Ruby files only

Retest now only listens to ruby files is found. Retest feels faster too as we removed the massive Regex used to parse which files to listen to. It is now simpler and snappier.

This becomes the default until a better way to restrict unnecessary files from being watched is found.

Handle new and deleted files

Retest now listens to new and deleted file changes and behave accordingly without having to stop and stage your changes through git.