Releases: psexton/matlab-xunit
Releases · psexton/matlab-xunit
4.1.1
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
- @jamesmyatt made their first contribution in #24
- @jas-ho made their first contribution in #25
Full Changelog: v4.1.0...v4.1.1
4.1.0
4.0.0
- No code changes since matlab-xunit-4.0.0-rc1.
xunit
subdirectory split intosrc
andmatlab-xunit
subdirectories.src
contains all the code.matlab-xunit
contains the extra files to make thever
command and help viewer work properly.- Updated documentation to fix links and remove obsolete info.
4.0.0 Release Candidate 1
Two breaking changes in this release, relative to v3.1:
runtests
is nowrunxunit
so it won't get shadowed by theruntests
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 thatMTEST
baggage. (Although there's probably still some references in the documentation that need to get purged.)