Skip to content

Released v4.1.0

Choose a tag to compare

@VShingala VShingala released this 20 Jul 06:37
· 773 commits to develop since this release
  • Fixed issue where conversion was failing for definitions with info object as null.
  • Fixed issue where generated collection did not have correct examples value from XML type of content.
  • Fixed issue #518 where generated collection was having NaN as value for integer query params with enum values.
  • Fixed issue #496 where validateTransactions() was returning missing endpoints even though corresponding requests are present in the collection.
  • Fixed issue #478 where updation of path parameter in collection resulted in MISSING_IN_REQUEST error.
  • Fixed issue #559 where parameter description was undefined for form-data type of content even if defined.
  • Fixed issue where bundle() API didn't handle circular references correctly.
  • Added non-required files to be published as npm module in .npmignore
  • Fixed issue where disableBodyPruning option was not set for requests with no request body.