Skip to content

v1.0.1

Compare
Choose a tag to compare
@endzyme endzyme released this 12 Apr 14:50
· 387 commits to master since this release
bb40d95

[1.0.1]

Fixed

  • Reckoner would silently fail when a --only or --heading was defined for a
    chart that didn't exist in your course.
    This behavior will still succeed if you provide at least one valid --heading
    value. If no values are in your course then this bubbles up an error
  • Internal Fix: Reckoner Errors now are a single parent exception class
  • Fixed hook output to user instead of hidden only in debug (#59)
  • Fixed hooks to run from the same path as course.yml. This makes PWD relative
    to course.yml for easier groking of paths for hook pre/post install.