Skip to content

Commit 0b12e2d

Browse files
committed
0.10.0
* Peer dependency mistake (Alan Cha) * Fixed some problems with the documentation (Alan Cha) * feat(doc) update new features (Mario Estrada) * Set up Travis CI (Alan Cha) * Added tutorial video (Alan Cha) * feat(cli) add option to save schema (Mario Estrada) * Programmatically run example API during tests to address #39 (Erik Wittern) * refactor(cli) add support for remote spec file (Mario Estrada) * Added new tutorials (Alan Cha) * Reverted CLI integration (Alan Cha) * Revert "add travis" (Alan Cha) * Revert "use node 8 and above for jenkins" (Alan Cha) * use node 8 and above for jenkins (Diana Lau) * add travis (Diana Lau) * Removed linking from and change badge in the README (Alan Cha) * Integrated CLI tool into the main entry point file (Alan Cha) * Modified .gitignore and updated dependencies, fixed #28 (Alan Cha) * Added reference to research paper and badges (Alan Cha) * Changed back to absolute links, added image for sanitation, reworded parts of the quick start guide (Alan Cha)
1 parent 16bb93a commit 0b12e2d

File tree

3 files changed

+38
-4
lines changed

3 files changed

+38
-4
lines changed

CHANGES.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
1-
2018-09-25, Version 0.9.3
2-
=========================
1+
2018-10-08, Version 0.10.0
2+
==========================
3+
4+
* Peer dependency mistake (Alan Cha)
5+
6+
* Fixed some problems with the documentation (Alan Cha)
7+
8+
* feat(doc) update new features (Mario Estrada)
9+
10+
* Set up Travis CI (Alan Cha)
11+
12+
* Added tutorial video (Alan Cha)
13+
14+
* feat(cli) add option to save schema (Mario Estrada)
15+
16+
* Programmatically run example API during tests to address #39 (Erik Wittern)
17+
18+
* refactor(cli) add support for remote spec file (Mario Estrada)
19+
20+
* Added new tutorials (Alan Cha)
21+
22+
* Reverted CLI integration (Alan Cha)
23+
24+
* Revert "add travis" (Alan Cha)
25+
26+
* Revert "use node 8 and above for jenkins" (Alan Cha)
27+
28+
* use node 8 and above for jenkins (Diana Lau)
29+
30+
* add travis (Diana Lau)
31+
32+
* Removed linking from and change badge in the README (Alan Cha)
33+
34+
* Integrated CLI tool into the main entry point file (Alan Cha)
35+
36+
* Modified .gitignore and updated dependencies, fixed #28 (Alan Cha)
337

438
* Added reference to research paper and badges (Alan Cha)
539

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oasgraph",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "Turns APIs described by OpenAPI specifications (OAS) into GraphQL interfaces",
55
"copyright.owner": "IBM Corp.",
66
"author": "Erik Wittern",

0 commit comments

Comments
 (0)