Skip to content

v1.4.0

Compare
Choose a tag to compare
@endzyme endzyme released this 17 Jul 17:15
· 312 commits to master since this release
22ad814

[1.4.0]

Breaking Changes

  • Removed the --local-development flag from plot command (unused) and cleaned up test dependencies
  • Reckoner now has exit codes that reflect the state of the course run.
    Reckoner will immediately exit with a non-zero exit code when a chart or hook fails to run. Previous
    behavior to continue on error can be enabled by using the --continue-on-error flag on your plot.

Changes

  • More end to end testing and a more accessible framework for adding end-to-end tests