Skip to content

Releases: qrush/m

v1.6.0

09 Sep 23:09
@gi gi
103c51f
Compare
Choose a tag to compare
  • Adds support for passthrough options (#77)
  • [development] Fixes tests in all appraisals (#86)

v1.5.1

22 May 11:50
Compare
Choose a tag to compare
  • Adds support for running multiple non contiguous lines at once. Thanks @kirs.
  • Improves README. Thanks @olleolleolle.
  • Work well with the version gem. Thanks @TSMMark.

v1.5.0

06 May 14:26
Compare
Choose a tag to compare
  • Adds the -r and --recursive flags to run tests on an entire tree of directories. Thanks @davidcpell.
  • Fixes an issue in which the exit status of M was wrong in certain situations. Thanks @davidcpell

v1.4.2

30 Nov 11:25
Compare
Choose a tag to compare
  • Moves the method_source require to the outside of the M module (#50)

v1.4.0

27 Sep 23:34
Compare
Choose a tag to compare
  • Adds support for test-unit gem. Thanks @kares
  • Adds support for JRuby 1.7.21
  • Runs minitest after_run callbacks. Thanks @jeremyevans
  • Minor performance improvements
  • The tests rake tasks will now fail as soon as any of the test command fails, to avoid false positives.

v1.3.4

02 May 16:52
Compare
Choose a tag to compare
  • Drop Ruby 1.9.3 and add 2.2.0 support
  • Do not blow up when something fails when running a directory
  • Improves CI tests and coverage

v1.3.3

24 Apr 00:27
Compare
Choose a tag to compare
  • Adds support for Minitest 5
  • Support for empty test cases