Skip to content

Releases: qrush/m

v1.6.0

Choose a tag to compare

@gi gi released this 09 Sep 23:09
103c51f
  • Adds support for passthrough options (#77)
  • [development] Fixes tests in all appraisals (#86)

v1.5.1

Choose a tag to compare

@zamith zamith released this 22 May 11:50
  • 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

Choose a tag to compare

@zamith zamith released this 06 May 14:26
  • 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

Choose a tag to compare

@zamith zamith released this 30 Nov 11:25
  • Moves the method_source require to the outside of the M module (#50)

v1.4.0

Choose a tag to compare

@zamith zamith released this 27 Sep 23:34
  • 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

Choose a tag to compare

@zamith zamith released this 02 May 16:52
  • 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

Choose a tag to compare

@zamith zamith released this 24 Apr 00:27
  • Adds support for Minitest 5
  • Support for empty test cases