Skip to content

Releases: psexton/matlab-xunit

4.1.1

22 Sep 23:19
Compare
Choose a tag to compare

What's Changed

  • Framework's test suite compatibility prior to R2014a by @bauglir in #23
  • Improve readability & formatting when run from the command line by @jas-ho in #25
  • Fix capitalization, whitespace, help text, and attribution by @jamesmyatt in #24

New Contributors

Full Changelog: v4.1.0...v4.1.1

4.1.0

23 Dec 06:28
Compare
Choose a tag to compare
  • Adds compatibility with R2016b (#19)
  • Fix issue with a partial path that is also on the MATLAB path (#14)
  • Fix a broken link in the documentation (#17)

4.0.0

21 Jul 16:11
Compare
Choose a tag to compare
  • No code changes since matlab-xunit-4.0.0-rc1.
  • xunit subdirectory split into src and matlab-xunit subdirectories. src contains all the code. matlab-xunit contains the extra files to make the ver command and help viewer work properly.
  • Updated documentation to fix links and remove obsolete info.

4.0.0 Release Candidate 1

18 Jul 17:28
Compare
Choose a tag to compare
Pre-release

Two breaking changes in this release, relative to v3.1:

  • runtests is now runxunit so it won't get shadowed by the runtests function from Matlab's new unittest framework.
  • The DocTests functionality has been moved to its own project to keep this codebase leaner and easier to maintain. If that bothers you, by all means go show matlab-xunit-doctests some love.

Also of note:

  • The obsolete directory has been removed. There's no longer any need to keep carrying around that MTEST baggage. (Although there's probably still some references in the documentation that need to get purged.)