v1.2.7 (September 9, 2020)
- Fixed issue where schema type object with no properties reolved to string.
- Fix for #8474 - Unable to validate primitive data types in req/res body.
- Added support for handling correct media types which were throwing mismatches for validation.
- Added support for internal $ref resolution in validation flows.
- Fixed issue where parameter resolution was "schema" when "example" was specified.
- Add supported formats for schema resolution (deref).
- Fix for #7643, #7914, #9004 - Added support for Auth params in response/example.
- Bumped up multiple dependecies and dev-dependencies versions to keep them up-to-date.
- Updated code coverage tool from deprecated istanbul to nyc.