This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: apiaryio/Paw-APIBlueprintImporter
Releases · apiaryio/Paw-APIBlueprintImporter
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.
1.1.1
API Blueprint 1A8
Adds support for API Blueprint 1A8.