Skip to content

Releases: apiaryio/Paw-APIBlueprintImporter

2.1.0

07 Jun 13:22
Compare
Choose a tag to compare

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

27 Jan 15:59
Compare
Choose a tag to compare

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.

1.1.1

01 Sep 21:54
Compare
Choose a tag to compare

Improves nesting of resource groups, resources and examples when importing an API Blueprint, see #12 for more information.

API Blueprint 1A8

30 Jun 17:03
Compare
Choose a tag to compare

Adds support for API Blueprint 1A8.

1.0.0

05 Jan 14:18
Compare
Choose a tag to compare

Initial release