Skip to content

Releases: ehennestad/MatBox

v0.9.8

20 Aug 22:14
2491817

Choose a tag to compare

MATLAB Versions Tested

What's Changed

  • Fix source directory default names by @janvv in #41
    • Changed default value of input SourceFolderName in matbox.tasks.TestToolbox and matbox.tasks.PackageToolbox from code to src
    • Changed default value of TestsFolderName in matbox.tasks.TestToolbox from tools/tests to tests

New Contributors

  • @janvv made their first contribution in #41

Full Changelog: v0.9.7...v0.9.8

v0.9.7

19 Aug 22:08

Choose a tag to compare

MATLAB Versions Tested

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 ToolsFolderName with TestsFolderName to 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

19 Aug 21:43

Choose a tag to compare

MATLAB Versions Tested

What's Changed

Full Changelog: v0.9.5...v0.9.6

v0.9.5

20 Feb 11:02

Choose a tag to compare

MATLAB Versions Tested

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

13 Jan 19:42
64f9117

Choose a tag to compare

MATLAB Versions Tested

Added

  • codecov.yml by @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/badges instead of docs/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

Full Changelog: v0.9.3...v0.9.4

v0.9.3

11 Oct 14:06

Choose a tag to compare

MATLAB Versions Tested

Fixed

  • Add condition in matbox.tasks.testToobox that creates test suites from package if MATLAB release is older than 2022a
  • Define warningCount and errorCount also if matbox.tasks.codecheckToolbox is run on older MATLAB releases

Full Changelog: v0.9.2...v0.9.3

v0.9.1

10 Oct 17:42

Choose a tag to compare

MATLAB Versions Tested

Added

  • IgnorePatterns and PathFolders as optional inputs to matbox.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

01 Oct 21:25

Choose a tag to compare

MATLAB Versions Tested

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