Skip to content

v6.2.6

Choose a tag to compare

@twoplustwoone twoplustwoone released this 28 Sep 20:27
· 205 commits to master since this release
9fe2c7d

Fixes

  • Fixed bug example generation for partial models where some properties would not appear in rendered example if their values were empty strings, false boolean values or 0 integer values
  • Fixed bug in type documentation where enum array properties weren't being rendered correctly
  • Fixed bug where the queryString node was defined on an operation, but the query parameters didn't render in the try it panel
  • Fixed bug where XML example structures did not match the definition in the RAML type
  • Fixed bug where JSON schemas in RAML did not render completely