Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jun 7, 2019
1 parent d0980b1 commit 5a96255
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Paw API Blueprint Importer Changelog

## 2.1.0

### Enhancements

- Updated to [Drafter
4.0.0-pre.7](https://github.com/apiaryio/drafter/blob/9aa5aecdfdd4bf6b3a7236cc631073315d9d4d88/CHANGELOG.md#400-pre7-2019-05-31),
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](https://github.com/apiaryio/Paw-APIBlueprintImporter/issues/15)

## 2.0.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Paw-APIBlueprintImporter",
"version": "2.0.0",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/apiaryio/Paw-APIBlueprintImporter"
Expand Down

0 comments on commit 5a96255

Please sign in to comment.