-
1 bug fix:
-
Fixed missing dependency on path_expander. (blowmage)
-
-
4 minor enhancements:
-
Added –focus mode that lets you only monitor/test specified files.
-
Move Autotest.parse_options from bin/autotest to Autotest.run.
-
Push options down to instance variable. No globals. Passed to #initialize.
-
Use path_expander to process cmdline args.
-
-
2 bug fixes:
-
Filter out non-files (eg “(eval)”) to avoid spurious errors.
-
Remove explicit -rubygems flag. Broken in ruby 2.5 for some reason.
-
-
2 bug fixes:
-
Added example_dot_autotest.rb and rake rule to regenerate it.
-
Fix single quotes in test names for regexp used on cmdline.
-
-
1 bug fix:
-
Fix autotest/restart to stop the server in between. (deivid-rodriguez)
-
-
2 bug fixes:
-
Default died hook needs to be last. (bhenderson)
-
Remove unused hooks (some may come back at some point). (bhenderson)
-
-
1 bug fix:
-
Fixed cmdline build to use –server, not dead -a. (halostatue)
-
-
1 major enhancement
-
Birthday!
-