Skip to content

Releases: hotmeteor/spectator

Support checking response status code

26 Jun 15:59
c1c4a35
Compare
Choose a tag to compare
v0.3.1

Update README.md

Support remote sources

09 Jun 12:47
1a49ac8
Compare
Choose a tag to compare
  • Adds support for remote sources
  • Simplifies config settings

Simplify Middleware

08 Jun 15:59
c275263
Compare
Choose a tag to compare

The Middleware no longer leverages the router to handle path parsing, which was breaking on implicit route binding. Also properly reports response errors.

Improve error reporting

02 Jun 13:20
c05cda7
Compare
Choose a tag to compare
  • Improves error reporting, allowing 500 errors to be dumped
  • Appends middleware to api stack instead of application stack
  • Allows for valid no-content responses

Minor bump

27 May 22:07
5003441
Compare
Choose a tag to compare
v0.1.2

Update references

Detect broken spec when attempting to resolve.

27 May 20:31
e6a86e3
Compare
Choose a tag to compare
v0.1.1

Fix exception when resolving broken spec

Initial release

27 May 16:54
78f57fe
Compare
Choose a tag to compare
v0.1.0

Update README.md