stubborn-ws
Advanced tools
Comparing version 5.2.2 to 5.3.0
@@ -0,1 +1,8 @@ | ||
# [5.3.0](https://github.com/ybonnefond/stubborn/compare/v5.2.2...v5.3.0) (2020-11-18) | ||
### Features | ||
* add title with request's method and path on logDiffOn501 ([eba1ebe](https://github.com/ybonnefond/stubborn/commit/eba1ebe8cf7945967137f3c91f20e26058cd31f1)) | ||
## [5.2.2](https://github.com/ybonnefond/stubborn/compare/v5.2.1...v5.2.2) (2020-10-17) | ||
@@ -2,0 +9,0 @@ |
@@ -26,2 +26,3 @@ "use strict"; | ||
const out = new Output_1.Output(); | ||
out.add(`## Request: ${this.request.method} ${this.request.path}`); | ||
out.renderErrors('Method', methodDiff_1.methodDiff(route.getMethod(), this.request.method)); | ||
@@ -28,0 +29,0 @@ out.renderErrors('Path', pathDiff_1.pathDiff(route.getPath(), this.request.path)); |
{ | ||
"name": "stubborn-ws", | ||
"version": "5.2.2", | ||
"version": "5.3.0", | ||
"description": "Web server to mock external HTTP APIs in tests", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/ybonnefond/stubborn#stubborn", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117486
3179