This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Paw API Blueprint Importer Changelog
22
3+ ## 2.1.0
4+
5+ ### Enhancements
6+
7+ - Updated to [ Drafter
8+ 4.0.0-pre.7] ( https://github.com/apiaryio/drafter/blob/9aa5aecdfdd4bf6b3a7236cc631073315d9d4d88/CHANGELOG.md#400-pre7-2019-05-31 ) ,
9+ the new version of the API Blueprint parser. This contains many fixes and
10+ improvements, see Drafter changelog for more details.
11+
12+ ### Bug Fixes
13+
14+ - Underlying errors from parsing invalid API Blueprint's are now presented with
15+ the line number in the API Blueprint document that caused the error.
16+
17+ - URI Templates from API Blueprint are now expanded with the default and
18+ example values. This can fix problems when importing documents that use query
19+ parameters in URI Template. The parameters shown in Paw previously could
20+ contain fragments from URI Template for example ` } ` .
21+ [ #15 ] ( https://github.com/apiaryio/Paw-APIBlueprintImporter/issues/15 )
22+
323## 2.0.0
424
525### Enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " Paw-APIBlueprintImporter" ,
3- "version" : " 2.0 .0" ,
3+ "version" : " 2.1 .0" ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/apiaryio/Paw-APIBlueprintImporter"
You can’t perform that action at this time.
0 commit comments