Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@kylef kylef released this 07 Jun 13:22
· 22 commits to master since this release

Enhancements

  • Updated to Drafter 4.0.0-pre.7, the new version of the API Blueprint parser. This contains many fixes and improvements, see Drafter changelog for more details.

Bug Fixes

  • Underlying errors from parsing invalid API Blueprint's are now presented with the line number in the API Blueprint document that caused the error.

  • URI Templates from API Blueprint are now expanded with the default and example values. This can fix problems when importing documents that use query parameters in URI Template. The parameters shown in Paw previously could contain fragments from URI Template for example }.
    #15