Skip to content

v0.7.0

Compare
Choose a tag to compare
@hotmeteor hotmeteor released this 18 Dec 13:11
· 122 commits to master since this release
3d483ce

Changes

  • Improves error reporting and readability so that the error trace refers to the offending line in the test suite rather than in the Assertions class (#21)
  • Adds support for 3.0.x nullable property by forcing an array of types that include null (#20)
    • Doesn't apply to 3.1.x specs since nullable will be deprecated

Fixes

  • Fixes bad detection and reporting of invalid paths. Invalid paths will throw a correct request error now.
  • Fixes bad detection and reporting of missing specs. Missing specs will throw a correct request error now.
  • Refactors ResponseValidator to be more readable