Skip to content

v2.0.0

Compare
Choose a tag to compare
@jhomarolo jhomarolo released this 04 Dec 14:10
· 91 commits to main since this release

2.0.0 (2021-12-04)

Bug Fixes

  • default controller: lint fix (e14beb8)

Features

  • default controller: better HTTP Status Code using Herbs Known Errors (d87d59b), closes #17

BREAKING CHANGES

  • default controller: Step code using generic Err should work just fine. However, steps core that are
    already returning Known Errors will change the behavior of the default controller and should expect
    to see a different HTTP status returned.