jazzy 0.14.0 → 0.14.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/Tests.yml +5 -5
- data/.rubocop.yml +62 -2
- data/CHANGELOG.md +75 -0
- data/CONTRIBUTING.md +1 -1
- data/Gemfile.lock +76 -66
- data/ObjectiveC.md +208 -0
- data/README.md +42 -24
- data/Rakefile +5 -3
- data/bin/sourcekitten +0 -0
- data/jazzy.gemspec +2 -1
- data/js/package-lock.json +61 -12
- data/lib/jazzy/config.rb +54 -35
- data/lib/jazzy/doc_builder.rb +9 -2
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_AMS-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_AMS-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Italic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Italic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Italic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-Italic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-Italic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-Italic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Script-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Script-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Script-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size1-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size1-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size2-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size2-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size3-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size3-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size4-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size4-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/katex.min.css +1 -1
- data/lib/jazzy/extensions/katex/js/katex.min.js +1 -1
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/jazzy_markdown.rb +13 -3
- data/lib/jazzy/search_builder.rb +3 -5
- data/lib/jazzy/source_declaration/type.rb +26 -2
- data/lib/jazzy/source_declaration.rb +13 -2
- data/lib/jazzy/sourcekitten.rb +58 -10
- data/lib/jazzy/stats.rb +11 -2
- data/lib/jazzy/symbol_graph/graph.rb +7 -2
- data/lib/jazzy/symbol_graph/relationship.rb +6 -0
- data/lib/jazzy/symbol_graph/sym_node.rb +14 -1
- data/lib/jazzy/symbol_graph/symbol.rb +36 -10
- data/lib/jazzy/symbol_graph.rb +30 -19
- data/lib/jazzy/themes/apple/assets/js/jquery.min.js +2 -2
- data/lib/jazzy/themes/apple/templates/doc.mustache +1 -2
- data/lib/jazzy/themes/apple/templates/footer.mustache +1 -1
- data/lib/jazzy/themes/apple/templates/header.mustache +4 -4
- data/lib/jazzy/themes/apple/templates/task.mustache +3 -8
- data/lib/jazzy/themes/fullwidth/assets/js/jquery.min.js +2 -2
- data/lib/jazzy/themes/fullwidth/templates/doc.mustache +1 -2
- data/lib/jazzy/themes/fullwidth/templates/footer.mustache +1 -1
- data/lib/jazzy/themes/fullwidth/templates/header.mustache +4 -4
- data/lib/jazzy/themes/fullwidth/templates/task.mustache +3 -8
- data/lib/jazzy/themes/jony/assets/js/jquery.min.js +2 -2
- data/lib/jazzy/themes/jony/templates/doc.mustache +1 -2
- data/lib/jazzy/themes/jony/templates/footer.mustache +1 -1
- data/lib/jazzy/themes/jony/templates/header.mustache +2 -2
- data/lib/jazzy/themes/jony/templates/task.mustache +3 -8
- data/spec/integration_spec.rb +18 -13
- metadata +8 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e164bb425f5dbce55a0705ce07038b3b34fd5a055dd1a6d309250665cabb25f
|
|
4
|
+
data.tar.gz: 770f2055c954dfea38085151f571669be2013458f370556808f165b537fc4cf9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1d8ffd5b6bc1ed5637698a73c18918989105486d1da0198ba35450c7b9943802eaa4e5e31dde0d6fdaa54a6472fca85a8dbbbb3367db4be0de7a1ff80123333
|
|
7
|
+
data.tar.gz: c63d5645be9de11716c7b301bdc196749afdb841719010dc3a20f15ec3380a3acf61b220b976b4c5247f22a1368b4db9f6d1b4ff67a81d76c312e9f6c8be8964
|
data/.github/workflows/Tests.yml
CHANGED
|
@@ -15,23 +15,23 @@ jobs:
|
|
|
15
15
|
with:
|
|
16
16
|
ruby-version: 2.6
|
|
17
17
|
bundler-cache: true
|
|
18
|
+
- name: Rubocop
|
|
19
|
+
run: |
|
|
20
|
+
bundle exec rake rubocop
|
|
18
21
|
- name: Danger
|
|
19
22
|
env:
|
|
20
23
|
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
21
24
|
run: |
|
|
22
25
|
bundle exec danger --verbose
|
|
23
|
-
- name: Rubocop
|
|
24
|
-
run: |
|
|
25
|
-
bundle exec rake rubocop
|
|
26
26
|
|
|
27
27
|
spec:
|
|
28
|
-
runs-on: macos-
|
|
28
|
+
runs-on: macos-12
|
|
29
29
|
continue-on-error: true
|
|
30
30
|
strategy:
|
|
31
31
|
matrix:
|
|
32
32
|
spec: ["objc_spec", "swift_spec", "cocoapods_spec"]
|
|
33
33
|
env:
|
|
34
|
-
DEVELOPER_DIR: /Applications/
|
|
34
|
+
DEVELOPER_DIR: /Applications/Xcode_14.0.app/Contents/Developer
|
|
35
35
|
steps:
|
|
36
36
|
- uses: actions/checkout@v2
|
|
37
37
|
with:
|
data/.rubocop.yml
CHANGED
|
@@ -7,9 +7,15 @@ AllCops:
|
|
|
7
7
|
SuggestExtensions: false
|
|
8
8
|
TargetRubyVersion: 2.6
|
|
9
9
|
|
|
10
|
-
#- Pending Cops as of 1.
|
|
10
|
+
#- Pending Cops as of 1.36.0 ---------------------------------------------#
|
|
11
11
|
|
|
12
|
-
Gemspec/
|
|
12
|
+
Gemspec/DeprecatedAttributeAssignment: # new in 1.30
|
|
13
|
+
Enabled: true
|
|
14
|
+
Gemspec/RequireMFA: # new in 1.23
|
|
15
|
+
Enabled: true
|
|
16
|
+
Layout/LineContinuationLeadingSpace: # new in 1.31
|
|
17
|
+
Enabled: false
|
|
18
|
+
Layout/LineContinuationSpacing: # new in 1.31
|
|
13
19
|
Enabled: true
|
|
14
20
|
Layout/SpaceBeforeBrackets: # (new in 1.7)
|
|
15
21
|
Enabled: true
|
|
@@ -17,6 +23,8 @@ Lint/AmbiguousAssignment: # (new in 1.7)
|
|
|
17
23
|
Enabled: true
|
|
18
24
|
Lint/AmbiguousRange: # (new in 1.19)
|
|
19
25
|
Enabled: true
|
|
26
|
+
Lint/ConstantOverwrittenInRescue: # new in 1.31
|
|
27
|
+
Enabled: true
|
|
20
28
|
Lint/DeprecatedConstants: # (new in 1.8)
|
|
21
29
|
Enabled: true
|
|
22
30
|
Lint/DuplicateBranch: # (new in 1.3)
|
|
@@ -29,8 +37,12 @@ Lint/EmptyClass: # (new in 1.3)
|
|
|
29
37
|
Enabled: true
|
|
30
38
|
Lint/EmptyInPattern: # (new in 1.16)
|
|
31
39
|
Enabled: true
|
|
40
|
+
Lint/IncompatibleIoSelectWithFiberScheduler: # new in 1.21
|
|
41
|
+
Enabled: true
|
|
32
42
|
Lint/LambdaWithoutLiteralBlock: # (new in 1.8)
|
|
33
43
|
Enabled: true
|
|
44
|
+
Lint/NonAtomicFileOperation: # new in 1.31
|
|
45
|
+
Enabled: true
|
|
34
46
|
Lint/NoReturnInBeginEndBlocks: # (new in 1.2)
|
|
35
47
|
Enabled: true
|
|
36
48
|
Lint/NumberedParameterAssignment: # (new in 1.9)
|
|
@@ -39,6 +51,12 @@ Lint/OrAssignmentToConstant: # (new in 1.9)
|
|
|
39
51
|
Enabled: true
|
|
40
52
|
Lint/RedundantDirGlobSort: # (new in 1.8)
|
|
41
53
|
Enabled: true
|
|
54
|
+
Lint/RefinementImportMethods: # new in 1.27
|
|
55
|
+
Enabled: true
|
|
56
|
+
Lint/RequireRangeParentheses: # new in 1.32
|
|
57
|
+
Enabled: true
|
|
58
|
+
Lint/RequireRelativeSelfPath: # new in 1.22
|
|
59
|
+
Enabled: true
|
|
42
60
|
Lint/SymbolConversion: # (new in 1.9)
|
|
43
61
|
Enabled: true
|
|
44
62
|
Lint/ToEnumArguments: # (new in 1.1)
|
|
@@ -49,16 +67,34 @@ Lint/UnexpectedBlockArity: # (new in 1.5)
|
|
|
49
67
|
Enabled: true
|
|
50
68
|
Lint/UnmodifiedReduceAccumulator: # (new in 1.1)
|
|
51
69
|
Enabled: true
|
|
70
|
+
Lint/UselessRuby2Keywords: # new in 1.23
|
|
71
|
+
Enabled: true
|
|
72
|
+
Naming/BlockForwarding: # new in 1.24
|
|
73
|
+
Enabled: true
|
|
52
74
|
Naming/InclusiveLanguage: # (new in 1.18)
|
|
53
75
|
Enabled: true
|
|
76
|
+
Security/CompoundHash: # new in 1.28
|
|
77
|
+
Enabled: true
|
|
78
|
+
Security/IoMethods: # new in 1.22
|
|
79
|
+
Enabled: true
|
|
54
80
|
Style/ArgumentsForwarding: # (new in 1.1)
|
|
55
81
|
Enabled: true
|
|
56
82
|
Style/CollectionCompact: # (new in 1.2)
|
|
57
83
|
Enabled: true
|
|
58
84
|
Style/DocumentDynamicEvalDefinition: # (new in 1.1)
|
|
59
85
|
Enabled: true
|
|
86
|
+
Style/EmptyHeredoc: # new in 1.32
|
|
87
|
+
Enabled: true
|
|
60
88
|
Style/EndlessMethod: # (new in 1.8)
|
|
61
89
|
Enabled: true
|
|
90
|
+
Style/EnvHome: # new in 1.29
|
|
91
|
+
Enabled: true
|
|
92
|
+
Style/FetchEnvVar: # new in 1.28
|
|
93
|
+
Enabled: true
|
|
94
|
+
Style/FileRead: # new in 1.24
|
|
95
|
+
Enabled: true
|
|
96
|
+
Style/FileWrite: # new in 1.24
|
|
97
|
+
Enabled: true
|
|
62
98
|
Style/HashConversion: # (new in 1.10)
|
|
63
99
|
Enabled: true
|
|
64
100
|
Style/HashExcept: # (new in 1.7)
|
|
@@ -67,18 +103,38 @@ Style/IfWithBooleanLiteralBranches: # (new in 1.9)
|
|
|
67
103
|
Enabled: true
|
|
68
104
|
Style/InPatternThen: # (new in 1.16)
|
|
69
105
|
Enabled: true
|
|
106
|
+
Style/MagicCommentFormat: # new in 1.35
|
|
107
|
+
Enabled: true
|
|
108
|
+
Style/MapCompactWithConditionalBlock: # new in 1.30
|
|
109
|
+
Enabled: true
|
|
110
|
+
Style/MapToHash: # new in 1.24
|
|
111
|
+
Enabled: true
|
|
70
112
|
Style/MultilineInPatternThen: # (new in 1.16)
|
|
71
113
|
Enabled: true
|
|
72
114
|
Style/NegatedIfElseCondition: # (new in 1.2)
|
|
73
115
|
Enabled: true
|
|
116
|
+
Style/NestedFileDirname: # new in 1.26
|
|
117
|
+
Enabled: true
|
|
74
118
|
Style/NilLambda: # (new in 1.3)
|
|
75
119
|
Enabled: true
|
|
120
|
+
Style/NumberedParameters: # new in 1.22
|
|
121
|
+
Enabled: true
|
|
122
|
+
Style/NumberedParametersLimit: # new in 1.22
|
|
123
|
+
Enabled: true
|
|
124
|
+
Style/ObjectThen: # new in 1.28
|
|
125
|
+
Enabled: true
|
|
126
|
+
Style/OpenStructUse: # new in 1.23
|
|
127
|
+
Enabled: true
|
|
76
128
|
Style/QuotedSymbols: # (new in 1.16)
|
|
77
129
|
Enabled: true
|
|
78
130
|
Style/RedundantArgument: # (new in 1.4)
|
|
79
131
|
Enabled: true
|
|
132
|
+
Style/RedundantInitialize: # new in 1.27
|
|
133
|
+
Enabled: true
|
|
80
134
|
Style/RedundantSelfAssignmentBranch: # (new in 1.19)
|
|
81
135
|
Enabled: true
|
|
136
|
+
Style/SelectByRegexp: # new in 1.22
|
|
137
|
+
Enabled: true
|
|
82
138
|
Style/StringChars: # (new in 1.12)
|
|
83
139
|
Enabled: true
|
|
84
140
|
Style/SwapValues: # (new in 1.1)
|
|
@@ -195,6 +251,10 @@ Metrics/CyclomaticComplexity:
|
|
|
195
251
|
Metrics/PerceivedComplexity:
|
|
196
252
|
Max: 10
|
|
197
253
|
|
|
254
|
+
# Too much firing on basic arithmetic
|
|
255
|
+
Lint/AmbiguousOperatorPrecedence:
|
|
256
|
+
Enabled: false
|
|
257
|
+
|
|
198
258
|
#- Jazzy specs -----------------------------------------------------------#
|
|
199
259
|
|
|
200
260
|
# Allow for `should.match /regexp/`.
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,78 @@
|
|
|
1
|
+
## 0.14.3
|
|
2
|
+
|
|
3
|
+
##### Breaking
|
|
4
|
+
|
|
5
|
+
* None.
|
|
6
|
+
|
|
7
|
+
##### Enhancements
|
|
8
|
+
|
|
9
|
+
* Support Swift 5.7 and Xcode 14.
|
|
10
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
11
|
+
|
|
12
|
+
* Update Javascript: jQuery 3.6.1, KaTeX 0.13.5
|
|
13
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
14
|
+
|
|
15
|
+
##### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* None.
|
|
18
|
+
|
|
19
|
+
## 0.14.2
|
|
20
|
+
|
|
21
|
+
##### Breaking
|
|
22
|
+
|
|
23
|
+
* When building with Swift 5.6 and not passing `—-module` to Jazzy, declarations
|
|
24
|
+
may not be correctly identified as undocumented and docs may include unwanted
|
|
25
|
+
extensions. Pass `—-module MyModuleName` to fix this.
|
|
26
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
27
|
+
|
|
28
|
+
##### Enhancements
|
|
29
|
+
|
|
30
|
+
* Support using pre-generated symbolgraph files in Swift symbolgraph mode.
|
|
31
|
+
[Nathan Wong](https://github.com/esteluk)
|
|
32
|
+
|
|
33
|
+
* Issue a warning on some combinations of Objective-C flags.
|
|
34
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
35
|
+
[#900](https://github.com/realm/jazzy/issues/900)
|
|
36
|
+
|
|
37
|
+
* Support Swift 5.6. The bundled `sourcekitten` is a universal binary.
|
|
38
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
39
|
+
|
|
40
|
+
##### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* In Swift symbolgraph mode, stop including extensions to types that are beneath
|
|
43
|
+
the minimum ACL.
|
|
44
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
45
|
+
[#1291](https://github.com/realm/jazzy/issues/1291)
|
|
46
|
+
|
|
47
|
+
## 0.14.1
|
|
48
|
+
|
|
49
|
+
##### Breaking
|
|
50
|
+
|
|
51
|
+
* Support Swift SPI groups. Swift declarations marked `@_spi` are no longer
|
|
52
|
+
included in docs when `--min-acl` is set to `public` or `open`. Use
|
|
53
|
+
`--include-spi-declarations` to include docs for these declarations.
|
|
54
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
55
|
+
[#1263](https://github.com/realm/jazzy/issues/1263)
|
|
56
|
+
|
|
57
|
+
##### Enhancements
|
|
58
|
+
|
|
59
|
+
* Correct line number references with Xcode 13.
|
|
60
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
61
|
+
|
|
62
|
+
* Support `union` declarations in Objective-C headers.
|
|
63
|
+
[Brian Osborn](https://github.com/bosborn)
|
|
64
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
65
|
+
|
|
66
|
+
* Support Swift concurrency features: identify actors and asynchronous
|
|
67
|
+
methods.
|
|
68
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
69
|
+
|
|
70
|
+
##### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* Improve HTML5 correctness, all themes.
|
|
73
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
74
|
+
[#1280](https://github.com/realm/jazzy/issues/1280)
|
|
75
|
+
|
|
1
76
|
## 0.14.0
|
|
2
77
|
|
|
3
78
|
##### Breaking
|
data/CONTRIBUTING.md
CHANGED
|
@@ -49,7 +49,7 @@ git push
|
|
|
49
49
|
You'll need push access to the integration specs repo to do this. You can
|
|
50
50
|
request access from one of the maintainers when filing your PR.
|
|
51
51
|
|
|
52
|
-
You must have Xcode
|
|
52
|
+
You must have Xcode 14 installed to build the integration specs.
|
|
53
53
|
|
|
54
54
|
## Making changes to SourceKitten
|
|
55
55
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
jazzy (0.14.
|
|
4
|
+
jazzy (0.14.3)
|
|
5
5
|
cocoapods (~> 1.5)
|
|
6
6
|
mustache (~> 1.1)
|
|
7
7
|
open4 (~> 1.3)
|
|
@@ -15,21 +15,23 @@ PATH
|
|
|
15
15
|
GEM
|
|
16
16
|
remote: https://rubygems.org/
|
|
17
17
|
specs:
|
|
18
|
-
CFPropertyList (3.0.
|
|
19
|
-
|
|
18
|
+
CFPropertyList (3.0.5)
|
|
19
|
+
rexml
|
|
20
|
+
activesupport (6.1.7)
|
|
20
21
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
21
|
-
i18n (>=
|
|
22
|
-
minitest (
|
|
23
|
-
tzinfo (~>
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
i18n (>= 1.6, < 2)
|
|
23
|
+
minitest (>= 5.1)
|
|
24
|
+
tzinfo (~> 2.0)
|
|
25
|
+
zeitwerk (~> 2.3)
|
|
26
|
+
addressable (2.8.1)
|
|
27
|
+
public_suffix (>= 2.0.2, < 6.0)
|
|
26
28
|
algoliasearch (1.27.5)
|
|
27
29
|
httpclient (~> 2.8, >= 2.8.3)
|
|
28
30
|
json (>= 1.5.1)
|
|
29
31
|
ast (2.4.2)
|
|
30
32
|
atomos (0.1.3)
|
|
31
33
|
bacon (1.2.0)
|
|
32
|
-
claide (1.0
|
|
34
|
+
claide (1.1.0)
|
|
33
35
|
claide-plugins (0.9.2)
|
|
34
36
|
cork
|
|
35
37
|
nap
|
|
@@ -37,10 +39,10 @@ GEM
|
|
|
37
39
|
clintegracon (0.7.0)
|
|
38
40
|
colored (~> 1.2)
|
|
39
41
|
diffy
|
|
40
|
-
cocoapods (1.
|
|
41
|
-
addressable (~> 2.
|
|
42
|
+
cocoapods (1.11.3)
|
|
43
|
+
addressable (~> 2.8)
|
|
42
44
|
claide (>= 1.0.2, < 2.0)
|
|
43
|
-
cocoapods-core (= 1.
|
|
45
|
+
cocoapods-core (= 1.11.3)
|
|
44
46
|
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
|
45
47
|
cocoapods-downloader (>= 1.4.0, < 2.0)
|
|
46
48
|
cocoapods-plugins (>= 1.0.0, < 2.0)
|
|
@@ -51,37 +53,37 @@ GEM
|
|
|
51
53
|
escape (~> 0.0.4)
|
|
52
54
|
fourflusher (>= 2.3.0, < 3.0)
|
|
53
55
|
gh_inspector (~> 1.0)
|
|
54
|
-
molinillo (~> 0.
|
|
56
|
+
molinillo (~> 0.8.0)
|
|
55
57
|
nap (~> 1.0)
|
|
56
|
-
ruby-macho (
|
|
57
|
-
xcodeproj (>= 1.
|
|
58
|
-
cocoapods-core (1.
|
|
59
|
-
activesupport (
|
|
60
|
-
addressable (~> 2.
|
|
58
|
+
ruby-macho (>= 1.0, < 3.0)
|
|
59
|
+
xcodeproj (>= 1.21.0, < 2.0)
|
|
60
|
+
cocoapods-core (1.11.3)
|
|
61
|
+
activesupport (>= 5.0, < 7)
|
|
62
|
+
addressable (~> 2.8)
|
|
61
63
|
algoliasearch (~> 1.0)
|
|
62
64
|
concurrent-ruby (~> 1.1)
|
|
63
65
|
fuzzy_match (~> 2.0.4)
|
|
64
66
|
nap (~> 1.0)
|
|
65
67
|
netrc (~> 0.11)
|
|
66
|
-
public_suffix
|
|
68
|
+
public_suffix (~> 4.0)
|
|
67
69
|
typhoeus (~> 1.0)
|
|
68
|
-
cocoapods-deintegrate (1.0.
|
|
69
|
-
cocoapods-downloader (1.
|
|
70
|
+
cocoapods-deintegrate (1.0.5)
|
|
71
|
+
cocoapods-downloader (1.6.3)
|
|
70
72
|
cocoapods-plugins (1.0.0)
|
|
71
73
|
nap
|
|
72
74
|
cocoapods-search (1.0.1)
|
|
73
|
-
cocoapods-trunk (1.
|
|
75
|
+
cocoapods-trunk (1.6.0)
|
|
74
76
|
nap (>= 0.8, < 2.0)
|
|
75
77
|
netrc (~> 0.11)
|
|
76
78
|
cocoapods-try (1.2.0)
|
|
77
79
|
colored (1.2)
|
|
78
80
|
colored2 (3.1.2)
|
|
79
|
-
concurrent-ruby (1.1.
|
|
81
|
+
concurrent-ruby (1.1.10)
|
|
80
82
|
cork (0.3.0)
|
|
81
83
|
colored2 (~> 3.1)
|
|
82
84
|
crack (0.4.5)
|
|
83
85
|
rexml
|
|
84
|
-
danger (8.
|
|
86
|
+
danger (8.6.1)
|
|
85
87
|
claide (~> 1.0)
|
|
86
88
|
claide-plugins (>= 0.9.2)
|
|
87
89
|
colored2 (~> 3.1)
|
|
@@ -94,116 +96,124 @@ GEM
|
|
|
94
96
|
no_proxy_fix
|
|
95
97
|
octokit (~> 4.7)
|
|
96
98
|
terminal-table (>= 1, < 4)
|
|
97
|
-
diffy (3.4.
|
|
99
|
+
diffy (3.4.2)
|
|
98
100
|
escape (0.0.4)
|
|
99
|
-
ethon (0.
|
|
101
|
+
ethon (0.15.0)
|
|
100
102
|
ffi (>= 1.15.0)
|
|
101
|
-
faraday (1.
|
|
103
|
+
faraday (1.10.2)
|
|
102
104
|
faraday-em_http (~> 1.0)
|
|
103
105
|
faraday-em_synchrony (~> 1.0)
|
|
104
106
|
faraday-excon (~> 1.1)
|
|
105
|
-
faraday-httpclient (~> 1.0
|
|
107
|
+
faraday-httpclient (~> 1.0)
|
|
108
|
+
faraday-multipart (~> 1.0)
|
|
106
109
|
faraday-net_http (~> 1.0)
|
|
107
|
-
faraday-net_http_persistent (~> 1.
|
|
110
|
+
faraday-net_http_persistent (~> 1.0)
|
|
108
111
|
faraday-patron (~> 1.0)
|
|
109
112
|
faraday-rack (~> 1.0)
|
|
110
|
-
|
|
113
|
+
faraday-retry (~> 1.0)
|
|
111
114
|
ruby2_keywords (>= 0.0.4)
|
|
112
115
|
faraday-em_http (1.0.0)
|
|
113
116
|
faraday-em_synchrony (1.0.0)
|
|
114
117
|
faraday-excon (1.1.0)
|
|
115
|
-
faraday-http-cache (2.
|
|
118
|
+
faraday-http-cache (2.4.1)
|
|
116
119
|
faraday (>= 0.8)
|
|
117
120
|
faraday-httpclient (1.0.1)
|
|
121
|
+
faraday-multipart (1.0.4)
|
|
122
|
+
multipart-post (~> 2)
|
|
118
123
|
faraday-net_http (1.0.1)
|
|
119
124
|
faraday-net_http_persistent (1.2.0)
|
|
120
125
|
faraday-patron (1.0.0)
|
|
121
126
|
faraday-rack (1.0.0)
|
|
122
|
-
|
|
127
|
+
faraday-retry (1.0.3)
|
|
128
|
+
ffi (1.15.5)
|
|
123
129
|
fourflusher (2.3.1)
|
|
124
130
|
fuzzy_match (2.0.4)
|
|
125
131
|
gh_inspector (1.1.3)
|
|
126
|
-
git (1.
|
|
132
|
+
git (1.12.0)
|
|
133
|
+
addressable (~> 2.8)
|
|
127
134
|
rchardet (~> 1.8)
|
|
128
135
|
hashdiff (1.0.1)
|
|
129
136
|
httpclient (2.8.3)
|
|
130
|
-
i18n (1.
|
|
137
|
+
i18n (1.12.0)
|
|
131
138
|
concurrent-ruby (~> 1.0)
|
|
132
|
-
json (2.
|
|
133
|
-
kramdown (2.
|
|
139
|
+
json (2.6.2)
|
|
140
|
+
kramdown (2.4.0)
|
|
134
141
|
rexml
|
|
135
142
|
kramdown-parser-gfm (1.1.0)
|
|
136
143
|
kramdown (~> 2.0)
|
|
137
144
|
liferaft (0.0.6)
|
|
138
|
-
|
|
139
|
-
|
|
145
|
+
mini_portile2 (2.8.0)
|
|
146
|
+
minitest (5.16.3)
|
|
147
|
+
mocha (1.14.0)
|
|
140
148
|
mocha-on-bacon (0.2.3)
|
|
141
149
|
mocha (>= 0.13.0)
|
|
142
|
-
molinillo (0.
|
|
143
|
-
multipart-post (2.
|
|
150
|
+
molinillo (0.8.0)
|
|
151
|
+
multipart-post (2.2.3)
|
|
144
152
|
mustache (1.1.1)
|
|
145
153
|
nanaimo (0.3.0)
|
|
146
154
|
nap (1.1.0)
|
|
147
155
|
netrc (0.11.0)
|
|
148
156
|
no_proxy_fix (0.1.2)
|
|
149
|
-
octokit (4.
|
|
150
|
-
faraday (>=
|
|
151
|
-
sawyer (~> 0.
|
|
157
|
+
octokit (4.25.1)
|
|
158
|
+
faraday (>= 1, < 3)
|
|
159
|
+
sawyer (~> 0.9)
|
|
152
160
|
open4 (1.3.4)
|
|
153
|
-
parallel (1.
|
|
154
|
-
parser (3.
|
|
161
|
+
parallel (1.22.1)
|
|
162
|
+
parser (3.1.2.1)
|
|
155
163
|
ast (~> 2.4.1)
|
|
156
164
|
prettybacon (0.0.2)
|
|
157
165
|
bacon (~> 1.2)
|
|
158
|
-
public_suffix (4.0.
|
|
159
|
-
rainbow (3.
|
|
166
|
+
public_suffix (4.0.7)
|
|
167
|
+
rainbow (3.1.1)
|
|
160
168
|
rake (13.0.6)
|
|
161
169
|
rchardet (1.8.0)
|
|
162
170
|
redcarpet (3.5.1)
|
|
163
|
-
regexp_parser (2.
|
|
171
|
+
regexp_parser (2.5.0)
|
|
164
172
|
rexml (3.2.5)
|
|
165
|
-
rouge (3.
|
|
166
|
-
rubocop (1.
|
|
173
|
+
rouge (3.30.0)
|
|
174
|
+
rubocop (1.36.0)
|
|
175
|
+
json (~> 2.3)
|
|
167
176
|
parallel (~> 1.10)
|
|
168
|
-
parser (>= 3.
|
|
177
|
+
parser (>= 3.1.2.1)
|
|
169
178
|
rainbow (>= 2.2.2, < 4.0)
|
|
170
179
|
regexp_parser (>= 1.8, < 3.0)
|
|
171
|
-
rexml
|
|
172
|
-
rubocop-ast (>= 1.
|
|
180
|
+
rexml (>= 3.2.5, < 4.0)
|
|
181
|
+
rubocop-ast (>= 1.20.1, < 2.0)
|
|
173
182
|
ruby-progressbar (~> 1.7)
|
|
174
183
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
175
|
-
rubocop-ast (1.
|
|
176
|
-
parser (>= 3.
|
|
177
|
-
ruby-macho (
|
|
184
|
+
rubocop-ast (1.21.0)
|
|
185
|
+
parser (>= 3.1.1.0)
|
|
186
|
+
ruby-macho (2.5.1)
|
|
178
187
|
ruby-progressbar (1.11.0)
|
|
179
188
|
ruby2_keywords (0.0.5)
|
|
180
189
|
sassc (2.4.0)
|
|
181
190
|
ffi (~> 1.9)
|
|
182
|
-
sawyer (0.
|
|
191
|
+
sawyer (0.9.2)
|
|
183
192
|
addressable (>= 2.3.5)
|
|
184
|
-
faraday (
|
|
185
|
-
sqlite3 (1.
|
|
186
|
-
|
|
193
|
+
faraday (>= 0.17.3, < 3)
|
|
194
|
+
sqlite3 (1.5.0)
|
|
195
|
+
mini_portile2 (~> 2.8.0)
|
|
196
|
+
terminal-table (3.0.2)
|
|
187
197
|
unicode-display_width (>= 1.1.1, < 3)
|
|
188
|
-
thread_safe (0.3.6)
|
|
189
198
|
typhoeus (1.4.0)
|
|
190
199
|
ethon (>= 0.9.0)
|
|
191
|
-
tzinfo (
|
|
192
|
-
|
|
193
|
-
unicode-display_width (2.
|
|
194
|
-
webmock (3.
|
|
200
|
+
tzinfo (2.0.5)
|
|
201
|
+
concurrent-ruby (~> 1.0)
|
|
202
|
+
unicode-display_width (2.2.0)
|
|
203
|
+
webmock (3.18.1)
|
|
195
204
|
addressable (>= 2.8.0)
|
|
196
205
|
crack (>= 0.3.2)
|
|
197
206
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
198
207
|
xcinvoke (0.3.0)
|
|
199
208
|
liferaft (~> 0.0.6)
|
|
200
|
-
xcodeproj (1.
|
|
209
|
+
xcodeproj (1.22.0)
|
|
201
210
|
CFPropertyList (>= 2.3.3, < 4.0)
|
|
202
211
|
atomos (~> 0.1.3)
|
|
203
212
|
claide (>= 1.0.2, < 2.0)
|
|
204
213
|
colored2 (~> 3.1)
|
|
205
214
|
nanaimo (~> 0.3.0)
|
|
206
215
|
rexml (~> 3.2.4)
|
|
216
|
+
zeitwerk (2.6.0)
|
|
207
217
|
|
|
208
218
|
PLATFORMS
|
|
209
219
|
ruby
|