1.2.1 / 2026-01-06
-
3 bug fixes:
-
Bumped the minitest dependency to MT6.
-
Dropped path_expander dependency, using vendored version in MT6.
-
MT6: Needed to load the server plugin via test_prefix.
-
1.2.0 / 2025-12-11
-
1 minor enhancement:
-
Bumped path_expander to 2.0.0.
-
1.1.1 / 2019-05-29
-
1 bug fix:
-
Fixed missing dependency on path_expander. (blowmage)
-
1.1.0 / 2019-05-26
-
4 minor enhancements:
-
Added โfocus mode that lets you only monitor/test specified files.
-
Move
Autotest.parse_optionsfrom bin/autotest toAutotest.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.
-
1.0.3 / 2016-05-02
-
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.0.2 / 2015-12-15
-
1 bug fix:
-
Fix autotest/restart to stop the server in between. (deivid-rodriguez)
-
1.0.1 / 2015-04-13
-
2 bug fixes:
-
Default died hook needs to be last. (bhenderson)
-
Remove unused hooks (some may come back at some point). (bhenderson)
-
1.0.0 / 2014-12-30
-
1 bug fix:
-
Fixed cmdline build to use โserver, not dead -a. (halostatue)
-
1.0.0.b.1 / 2014-09-16
-
1 major enhancement
-
Birthday!
-