-
Updated swagger-parser from v1.0.16 to v1.0.17
-
PR #3: Added functionality to customize assertj-swagger’s behaviour
-
PR #6: Implemented configuration setting: 'pathsPrependExpected'; info and version comparison
-
Updated swagger-parser from v1.0.32 to v1.0.34
-
Updated assertj-core from v3.8.0 to v3.9.0
-
Fixed Issues: #24, #30, #28 and #26
-
PR #35: Added new isEqualTo with auth for secured endpoints
-
PR #36: Added missing validation message for property types
-
PR #37: Added basePath to paths if no path prefix is configured
-
PR #42: Updated assertJ to v3.9.1
-
PR #43: Fixed problem with validation of enum values
-
PR #44: Enabled configuration for loosely match responses
-
PR #45: Enhanced definition validation
-
PR #46: Avoid NPE if Definition does not contain properties
-
PR #47: Schema resolver avoid NPE
-
PR #48: Check definition instance before validating required properties
-
PR #49: Added validation for enums