-
Notifications
You must be signed in to change notification settings - Fork 13
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
2 changed files
with
10 additions
and
3 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,8 +1,15 @@ | ||
#### 1.0.1 - 31.07.2016 | ||
#### 1.1.0 - 08/29/16 | ||
|
||
* combining routes for functions and statics | ||
* optional JWT auth for functions | ||
* output by mime type | ||
* NPM packages update | ||
|
||
#### 1.0.1 - 07/31/16 | ||
|
||
* Fix issue: correct user context | ||
* Fix issue: introsprection query | ||
|
||
#### 1.0.0 - 31.07.2016 | ||
#### 1.0.0 - 07/31/16 | ||
|
||
* 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": "graphql-pouch", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "GraphQL-API runtime on top of PouchDB", | ||
"author": "Mike Bild <[email protected]>", | ||
"license": "MIT", | ||
|