File tree Expand file tree Collapse file tree 12 files changed +82
-13
lines changed Expand file tree Collapse file tree 12 files changed +82
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.31] ( https://github.com/pharindoko/json-serverless/compare/v1.5.30...v1.5.31 ) (2020-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** references:** update dependencies ([ b1b5414] ( https://github.com/pharindoko/json-serverless/commit/b1b5414e5361be89ca6f15ddb52a4fedbc54a4b9 ) )
12
+ * ** server:** correct wrong swagger response types ([ f4ce050] ( https://github.com/pharindoko/json-serverless/commit/f4ce0507adb1b84e004f811ea80c100f22bdd6a2 ) )
13
+ * ** server:** fail on first request to swagger ui solved by initial request ot middleware ([ 9cb764d] ( https://github.com/pharindoko/json-serverless/commit/9cb764d209c33f0c2dc2a6f7ef2ec8db46ac2ef5 ) )
14
+
15
+
16
+ ### Features
17
+
18
+ * ** cli:** list all relevant urls as output ([ c9a053e] ( https://github.com/pharindoko/json-serverless/commit/c9a053ee0974ce8b5de68f36980354247ed21bba ) )
19
+ * ** server:** add example to start the library directly ([ 01ec1a9] ( https://github.com/pharindoko/json-serverless/commit/01ec1a958391bd908cc668df4c3f0ae0ba8457e0 ) )
20
+ * ** server:** add graphql interface ([ 51aae16] ( https://github.com/pharindoko/json-serverless/commit/51aae16642a3694aedadbd80df702a4d8724eac2 ) )
21
+
22
+
23
+ ### Reverts
24
+
25
+ * ** server:** revert change of db.json back to basic sample ([ fbb743c] ( https://github.com/pharindoko/json-serverless/commit/fbb743ce055c16e6a79a1a5465d7250c2f6a3021 ) )
26
+
27
+
28
+
29
+
30
+
6
31
## [ 1.5.30] ( https://github.com/pharindoko/json-serverless/compare/v1.5.27...v1.5.30 ) (2020-04-12)
7
32
8
33
Original file line number Diff line number Diff line change 4
4
" packages/server" ,
5
5
" packages/template"
6
6
],
7
- "version" : " 1.5.30 "
7
+ "version" : " 1.5.31 "
8
8
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.31] ( https://github.com/pharindoko/json-serverless/compare/v1.5.30...v1.5.31 ) (2020-05-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** cli:** list all relevant urls as output ([ c9a053e] ( https://github.com/pharindoko/json-serverless/commit/c9a053ee0974ce8b5de68f36980354247ed21bba ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.5.30] ( https://github.com/pharindoko/json-serverless/compare/v1.5.27...v1.5.30 ) (2020-04-12)
7
18
8
19
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ $ npm install -g json-serverless
19
19
$ jsonsls COMMAND
20
20
running command...
21
21
$ jsonsls (-v| --version| version)
22
- json-serverless/1.5.30 linux-x64 node-v10.20.1
22
+ json-serverless/1.5.31 linux-x64 node-v10.20.1
23
23
$ jsonsls --help [COMMAND]
24
24
USAGE
25
25
$ jsonsls COMMAND
@@ -49,7 +49,6 @@ OPTIONS
49
49
-a, --apikeyauth require api key authentication to access api
50
50
-h, --help show CLI help
51
51
-r, --readonly set api to readonly (true) or writeable (false)
52
- -s, --swagger activate swagger ui support
53
52
```
54
53
55
54
## ` jsonsls help [COMMAND] `
@@ -98,6 +97,5 @@ OPTIONS
98
97
-a, --apikeyauth require api key authentication to access api
99
98
-h, --help show CLI help
100
99
-r, --readonly set api to readonly (true) or writeable (false)
101
- -s, --swagger activate swagger ui support
102
100
```
103
101
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-serverless" ,
3
3
"description" : " cli for json-serverless project" ,
4
- "version" : " 1.5.30 " ,
4
+ "version" : " 1.5.31 " ,
5
5
"author" : " pharindoko" ,
6
6
"bin" : {
7
7
"jsonsls" : " ./bin/run"
23
23
"figlet" : " ^1.3.0" ,
24
24
"globby" : " ^11.0.0" ,
25
25
"inquirer" : " ^7.1.0" ,
26
- "json-serverless-lib" : " ^1.5.30 " ,
27
- "json-serverless-template" : " ^1.5.30 " ,
26
+ "json-serverless-lib" : " ^1.5.31 " ,
27
+ "json-serverless-template" : " ^1.5.31 " ,
28
28
"listr" : " ^0.14.3" ,
29
29
"node-env-webpack-plugin" : " 1.1.0" ,
30
30
"nodemon" : " 2.0.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.31] ( https://github.com/pharindoko/json-serverless/compare/v1.5.30...v1.5.31 ) (2020-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** server:** correct wrong swagger response types ([ f4ce050] ( https://github.com/pharindoko/json-serverless/commit/f4ce0507adb1b84e004f811ea80c100f22bdd6a2 ) )
12
+ * ** server:** fail on first request to swagger ui solved by initial request ot middleware ([ 9cb764d] ( https://github.com/pharindoko/json-serverless/commit/9cb764d209c33f0c2dc2a6f7ef2ec8db46ac2ef5 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * ** cli:** list all relevant urls as output ([ c9a053e] ( https://github.com/pharindoko/json-serverless/commit/c9a053ee0974ce8b5de68f36980354247ed21bba ) )
18
+ * ** server:** add example to start the library directly ([ 01ec1a9] ( https://github.com/pharindoko/json-serverless/commit/01ec1a958391bd908cc668df4c3f0ae0ba8457e0 ) )
19
+ * ** server:** add graphql interface ([ 51aae16] ( https://github.com/pharindoko/json-serverless/commit/51aae16642a3694aedadbd80df702a4d8724eac2 ) )
20
+
21
+
22
+ ### Reverts
23
+
24
+ * ** server:** revert change of db.json back to basic sample ([ fbb743c] ( https://github.com/pharindoko/json-serverless/commit/fbb743ce055c16e6a79a1a5465d7250c2f6a3021 ) )
25
+
26
+
27
+
28
+
29
+
6
30
## [ 1.5.30] ( https://github.com/pharindoko/json-serverless/compare/v1.5.27...v1.5.30 ) (2020-04-12)
7
31
8
32
** Note:** Version bump only for package json-serverless-lib
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-serverless-lib" ,
3
- "version" : " 1.5.30 " ,
3
+ "version" : " 1.5.31 " ,
4
4
"description" : " Transform a json file into an api" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.5.31] ( https://github.com/pharindoko/json-serverless/compare/v1.5.30...v1.5.31 ) (2020-05-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** references:** update dependencies ([ b1b5414] ( https://github.com/pharindoko/json-serverless/commit/b1b5414e5361be89ca6f15ddb52a4fedbc54a4b9 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 1.5.30] ( https://github.com/pharindoko/json-serverless/compare/v1.5.27...v1.5.30 ) (2020-04-12)
7
18
8
19
** Note:** Version bump only for package json-serverless-template
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " json-serverless-template" ,
3
- "version" : " 1.5.30 " ,
3
+ "version" : " 1.5.31 " ,
4
4
"description" : " template for json-serverless project" ,
5
5
"author" : " pharindoko" ,
6
6
"bugs" : " https://github.com/pharindoko/json-serverless/issues" ,
11
11
},
12
12
"dependencies" : {
13
13
"express" : " 4.17.1" ,
14
- "json-serverless-lib" : " ^1.5.30 " ,
14
+ "json-serverless-lib" : " ^1.5.31 " ,
15
15
"serverless-http" : " ^2.3.2"
16
16
},
17
17
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments