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

Commit 568d73e

Browse files
authored
Merge pull request #24 from apiaryio/kylef/2.0.0
Release 2.0.0
2 parents cfbdf75 + 271b1ce commit 568d73e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Paw API Blueprint Importer Changelog
2+
3+
## 2.0.0
4+
5+
### Enhancements
6+
7+
- Parsing API Blueprint is now done locally so you can now import API
8+
Blueprints offline.
9+
10+
- You can now specify a base host, the importer will use the default host when
11+
constructing URLs with paths in your API Blueprint.
12+
[#6](https://github.com/apiaryio/Paw-APIBlueprintImporter/issues/6)
13+
14+
- The importer will now be detected by Paw when using an API Blueprint so you
15+
do not need to manually select the API Blueprint importer.

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": "1.1.1",
3+
"version": "2.0.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/apiaryio/Paw-APIBlueprintImporter"

0 commit comments

Comments
 (0)