Skip to content

Releases: stoplightio/prism

v0.2.1: - Better messaging for test assertions

15 Sep 21:31

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

Choose a tag to compare

- bump

v0.1.8

19 Aug 19:43

Choose a tag to compare

add version o readme

v0.1.7: Update install.sh

22 Jul 16:02

Choose a tag to compare

v0.1.6

19 Jul 18:36

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

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.

v0.1.4: - update readme

23 Jun 03:58

Choose a tag to compare

- add install script

v0.1.3: - update readme

20 Jun 21:38

Choose a tag to compare

  • Bug fixes
  • Add license
  • Update Readme

v0.1.2

22 Mar 13:10

Choose a tag to compare

  • Be more resilient against errors in the swagger spec.

v0.1.1

21 Mar 04:58

Choose a tag to compare

  • Fix forwarding to urls with ports that start with :80.