This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
101 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# API Elements (JavaScript) CHANGELOG | ||
|
||
## Master | ||
## 0.3.0 (2020-08-05) | ||
|
||
### Bug Fixes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "api-elements", | ||
"version": "0.2.6", | ||
"version": "0.3.0", | ||
"description": "API Elements JavaScript", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/apiaryb-parser", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "API Elements parser for deprecated Apiary Blueprint language", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -26,10 +26,10 @@ | |
"deckardcain": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"glob": "^7.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/apib-parser", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"description": "API Blueprint parser for API Elements", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -27,10 +27,10 @@ | |
"protagonist": "^2.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"mocha": "^7.1.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/apib-serializer", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "API Blueprint serializer for API Elements", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -24,10 +24,10 @@ | |
"nunjucks": "^3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"glob": "^7.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/cli", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Command line tool interface for Fury.js", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,12 +22,12 @@ | |
"test": "exit 0" | ||
}, | ||
"dependencies": { | ||
"@apielements/apiaryb-parser": "^0.2.0", | ||
"@apielements/apib-parser": "^0.20.0", | ||
"@apielements/apib-serializer": "^0.16.0", | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/openapi2-parser": "^0.32.0", | ||
"@apielements/openapi3-parser": "^0.14.0", | ||
"@apielements/apiaryb-parser": "^0.2.1", | ||
"@apielements/apib-parser": "^0.20.1", | ||
"@apielements/apib-serializer": "^0.16.1", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"@apielements/openapi2-parser": "^0.32.3", | ||
"@apielements/openapi3-parser": "^0.15.0", | ||
"cardinal": "^2.1.1", | ||
"commander": "^5.1.0", | ||
"js-yaml": "^3.12.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# API Elements: Core | ||
|
||
## 0.2.0 (2020-08-05) | ||
|
||
This package updates the version of `api-elements` being used. See | ||
[[email protected]](https://github.com/apiaryio/api-elements.js/releases/tag/%40apielements%2Fcore%400.2.0) | ||
for more details on the contents of the change. | ||
|
||
## 0.1.0 (2020-06-12) | ||
|
||
The package has been renamed to `@apielements/core`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/core", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "API Description SDK", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -20,7 +20,7 @@ | |
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
"api-elements": "^0.2.4" | ||
"api-elements": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Form Serializer Changelog | ||
|
||
## 0.1.1 (2020-08-06) | ||
|
||
Adds compatibility for @apielements/core 0.2.0. | ||
|
||
## 0.1.0 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/form-serializer", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Multipart/form-data serializer for API Elements", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -21,13 +21,13 @@ | |
"test": "mocha test" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"@apielements/core": "^0.1.0", | ||
"mocha": "^7.1.1" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.15" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# JSON Serializer Changelog | ||
|
||
## 0.1.1 (2020-08-06) | ||
|
||
Adds compatibility for @apielements/core 0.2.0. | ||
|
||
## 0.1.0 | ||
|
||
Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/json-serializer", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "JSON serializer for API Elements", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -21,10 +21,10 @@ | |
"test": "mocha test" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"mocha": "^7.1.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/openapi2-parser", | ||
"version": "0.32.2", | ||
"version": "0.32.3", | ||
"description": "Swagger 2.0 parser for Fury.js", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,10 +30,10 @@ | |
"z-schema": "^4.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"glob": "^7.1.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/openapi3-parser", | ||
"version": "0.14.2", | ||
"version": "0.15.0", | ||
"description": "Open API Specification 3 API Elements Parser", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -29,10 +29,10 @@ | |
"yaml-js": "^0.2.3" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"mocha": "^7.1.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@apielements/remote", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "API Elements adapter for performing actions via a remote API", | ||
"author": "Apiary.io <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -26,10 +26,10 @@ | |
"deckardcain": "^1.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@apielements/core": "^0.1.0" | ||
"@apielements/core": ">=0.1.0 <0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@apielements/core": "^0.1.0", | ||
"@apielements/core": ">=0.1.0 <0.3.0", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"mocha": "^7.1.1" | ||
|