Skip to content

Releases: stoplightio/prism

v2.0.0-alpha.4

08 Jun 18:40
Compare
Choose a tag to compare

v2.0.0-alpha.3

21 Apr 23:55
Compare
Choose a tag to compare
- fix big performance boost for automatic contract assertions

v2.0.0-alpha.2

21 Apr 23:08
Compare
Choose a tag to compare
- fix big performance boost for automatic contract assertions

v2.0.0-alpha.1

20 Apr 23:31
Compare
Choose a tag to compare
- fix big performance boost for automatic contract assertions

v0.6.21

20 Apr 21:29
Compare
Choose a tag to compare
- fix big performance boost for automatic contract assertions

v0.6.20

23 Mar 19:36
Compare
Choose a tag to compare
- fix big performance boost for automatic contract assertions

v0.6.19

22 Mar 22:46
Compare
Choose a tag to compare
- header validation fixed, header key casing is now case insensitive.

- add helper methods to the runtime:
	- request/response.header.get() returns {key1: value1, key2: value2}
	- request.query.get() returns the full query string in the form foo=bar&bear=honey
- don’t infinitely forward request to the proxy

v0.6.18

21 Mar 00:22
Compare
Choose a tag to compare
- fix: environment variables undefined when running from the command …

v0.6.17

15 Mar 20:53
Compare
Choose a tag to compare
- don’t panic when running utility scenarios

v0.6.16

15 Mar 01:45
Compare
Choose a tag to compare
- run contract validation if before/after logic is undefined.