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

Commit 5a96255

Browse files
committed
chore: release 2.1.0
1 parent d0980b1 commit 5a96255

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)