Releases: ehennestad/MatBox
Releases · ehennestad/MatBox
v0.9.8
What's Changed
- Fix source directory default names by @janvv in #41
- Changed default value of input
SourceFolderNameinmatbox.tasks.TestToolboxandmatbox.tasks.PackageToolboxfromcodetosrc - Changed default value of
TestsFolderNameinmatbox.tasks.TestToolboxfromtools/teststotests
- Changed default value of input
New Contributors
Full Changelog: v0.9.7...v0.9.8
v0.9.7
What's Changed
- Support github token via env for calls to github api by @ehennestad in #34
- Update readme - Fill in missing sections, add quickstarts, explain custom tasks by @ehennestad in #35
- Get default branch of repo from GitHub api before downloading a GitHub dependency by @ehennestad in #36
- In matbox.tasks.testToolbox: Replaced input
ToolsFolderNamewithTestsFolderNameto reflect changes in the toolbox template - Fix bug causing error if there were no requirements (814886c)
Full Changelog: v0.9.6...v0.9.7
v0.9.6
v0.9.5
What's Changed
- Add functions for startup file management by @ehennestad in #16
Full Changelog: v0.9.4...v0.9.5
v0.9.4
Added
codecov.ymlby @ehennestad in #6- Option to export code issues report
- Function for running codespell
- Add Verbosity option for testToolbox task function by @ehennestad in #11
Changed
- Improve function for packaging toolbox by @ehennestad in #1
- Generate test and code issues badges as SVG by @ehennestad in #3
- Save test and code issues badges to
.github/badgesinstead ofdocs/reports/badge - Place release badges (test with) on special branch gh-badges by @ehennestad in #7
- Improve code analysis tools by @ehennestad in #9
Fixed
- Code issues 20ed8c1
- Create workaround for toolbox required additional software by @ehennestad in #10
Full Changelog: v0.9.3...v0.9.4
v0.9.3
Fixed
- Add condition in
matbox.tasks.testTooboxthat creates test suites from package if MATLAB release is older than 2022a - Define warningCount and errorCount also if
matbox.tasks.codecheckToolboxis run on older MATLAB releases
Full Changelog: v0.9.2...v0.9.3
v0.9.1
Added
IgnorePatternsandPathFoldersas optional inputs tomatbox.tasks.packageToolbox- Test for tasks
- Test for VersionNumber class
Fixed
- Contents.m file for toolbox is created if it does not exist
Full Changelog: v0.9.0...v0.9.1
v0.9.0 - First Release
Added
- Workflows for testing and releasing toolbox
- Functions for managing dependencies, running code checks, running tests and packaging toolbox
Full Changelog: https://github.com/ehennestad/MatBox/commits/v0.9.0