File tree 3 files changed +32
-18
lines changed
3 files changed +32
-18
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.7.0] - 2018-05-10
8
+ ### Breaking Change
9
+ - Error now raised for all commands when ` $ref ` points to a file that does not exist, or cannot be opened
10
+ ### Fixed
11
+ - Bumped ` json-schema-to-openapi-schema ` to v0.2.0 so subschemas will be converted
12
+ - Invalid keywords will be stripped everywhere instead of just root
13
+
7
14
## [ 0.6.0] - 2018-05-04
8
15
## Removed
9
16
- Removed switch ` --watch ` as it didn't actually work, and was flagging "security issues" on npm ([ #46 ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " speccy" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"description" : " Your friendly OpenAPI v3.0 #WellActually CLI assistant." ,
5
5
"bin" : {
6
6
"speccy" : " ./speccy.js"
31
31
"bugs" : {
32
32
"url" : " https://github.com/wework/speccy/issues"
33
33
},
34
+ "keywords" : [
35
+ " swagger" ,
36
+ " openapi" ,
37
+ " openapi3" ,
38
+ " documentation" ,
39
+ " validator" ,
40
+ " validation" ,
41
+ " resolver" ,
42
+ " lint" ,
43
+ " linter"
44
+ ],
34
45
"dependencies" : {
35
46
"ajv" : " ^5.0.1" ,
36
47
"commander" : " ^2.14.1" ,
37
48
"ejs" : " ^2.5.2" ,
38
49
"express" : " ^4.14.0" ,
39
50
"js-yaml" : " ^3.6.1" ,
40
- "json-schema-to-openapi-schema" : " ^0.1.1 " ,
51
+ "json-schema-to-openapi-schema" : " ^0.2.0 " ,
41
52
"node-fetch" : " ^1.7.3" ,
42
53
"node-readfiles" : " ^0.2.0" ,
43
54
"redoc" : " next" ,
44
55
"reftools" : " 0.0.20" ,
45
56
"should" : " ^13.2.0"
46
57
},
47
- "keywords" : [
48
- " swagger" ,
49
- " openapi" ,
50
- " openapi2" ,
51
- " openapi3" ,
52
- " documentation" ,
53
- " validator" ,
54
- " validation" ,
55
- " resolver" ,
56
- " lint" ,
57
- " linter"
58
- ],
59
58
"devDependencies" : {
60
59
"babel-core" : " ^6.24.1" ,
61
60
"babel-loader" : " ^7.1.0" ,
You can’t perform that action at this time.
0 commit comments