Skip to content

Releases: stoplightio/prism

v0.2.5: - Mock back response headers if they are defined, with an example.

26 Sep 20:08
Compare
Choose a tag to compare
- Dynamically generate operations ids for swagger if they aren't defined.
- Property assertions are a lot less fragile now.

v0.2.4

21 Sep 18:06
Compare
Choose a tag to compare
- enable yaml swagger specs loading.

v0.2.3

19 Sep 17:01
Compare
Choose a tag to compare
- fixed: Don't panic when asserting a property that is an actual obje…

v0.2.2

16 Sep 20:07
Compare
Choose a tag to compare
- robust status code selection when globally mocking.

v0.2.1: - Better messaging for test assertions

15 Sep 21:31
Compare
Choose a tag to compare
- When capturing variables fail for test step, don't fail step and continue running test.

v0.2.0

15 Sep 06:48
Compare
Choose a tag to compare
- bump

v0.1.8

19 Aug 19:43
Compare
Choose a tag to compare
add version o readme

v0.1.7: Update install.sh

22 Jul 16:02
Compare
Choose a tag to compare

v0.1.6

19 Jul 18:36
Compare
Choose a tag to compare
  • "prism test" command. Works with swagger specs that have the x-tests extension.
  • Overwrite / set variables from the command line with the -v apiKey=123 option.
  • bug fixes around circular refs.
  • follow redirects.

v0.1.5

27 Jun 20:16
Compare
Choose a tag to compare
  • Add new response headers that expose various information about the current request: Prism-Request-Messages, Prism-Response-Messages, Prism-Request-Validation, and Prism-Response-Validation.
  • Expose response headers correctly when handling CORs, via the Access-Control-Expose-Headers header.