Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.31 KB

Paw API Blueprint Importer Changelog

2.1.0

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

2.0.0

Enhancements

  • Parsing API Blueprint is now done locally so you can now import API Blueprints offline.

  • You can now specify a base host, the importer will use the default host when constructing URLs with paths in your API Blueprint.
    #6

  • The importer will now be detected by Paw when using an API Blueprint so you do not need to manually select the API Blueprint importer.