|
22 | 22 | "product": "Graph Academy", |
23 | 23 | "displayText": "Graph Academy" |
24 | 24 | }, |
| 25 | + "cypher-5":{ |
| 26 | + "description": "Function available in Cypher 5", |
| 27 | + "labelCategory": "product", |
| 28 | + "product": "Cypher 5", |
| 29 | + "displayText": "Cypher 5" |
| 30 | + }, |
| 31 | + "cypher-25":{ |
| 32 | + "description": "Function available in Cypher 25", |
| 33 | + "labelCategory": "product", |
| 34 | + "product": "Cypher 25", |
| 35 | + "displayText": "Cypher 25" |
| 36 | + }, |
25 | 37 | "enterprise":{ |
26 | 38 | "description": "Function available in Enterprise Edition only", |
27 | 39 | "labelCategory": "product", |
|
122 | 134 | "description": "The feature or function was added in the version stated", |
123 | 135 | "labelCategory": "version", |
124 | 136 | "displayText": "Introduced", |
125 | | - "altDisplayText": "Added" |
| 137 | + "altDisplayText": "Added", |
| 138 | + "eventOrder": 1 |
126 | 139 | }, |
127 | 140 | "added":{ |
128 | 141 | "description": "The feature or function was added in the version stated", |
129 | 142 | "labelCategory": "version", |
130 | 143 | "displayText": "Introduced", |
131 | | - "altDisplayText": "Added" |
| 144 | + "altDisplayText": "Added", |
| 145 | + "eventOrder": 1 |
132 | 146 | }, |
133 | 147 | "changed":{ |
134 | 148 | "description": "The feature or function was changed in the version stated", |
135 | 149 | "labelCategory": "version", |
136 | | - "displayText": "Changed" |
| 150 | + "displayText": "Changed", |
| 151 | + "eventOrder": 2 |
137 | 152 | }, |
138 | 153 | "default":{ |
139 | 154 | "description": "The value shown is the default value", |
|
143 | 158 | "discontinued":{ |
144 | 159 | "description": "The feature is no longer available", |
145 | 160 | "labelCategory": "version", |
146 | | - "displayText": "Discontinued" |
| 161 | + "displayText": "Discontinued", |
| 162 | + "eventOrder": 4 |
147 | 163 | }, |
148 | 164 | "dynamic":{ |
149 | 165 | "labelCategory": "function", |
|
152 | 168 | }, |
153 | 169 | "alpha":{ |
154 | 170 | "labelCategory": "version", |
155 | | - "displayText": "Alpha" |
| 171 | + "displayText": "Alpha", |
| 172 | + "eventOrder": 0 |
156 | 173 | }, |
157 | 174 | "beta":{ |
158 | 175 | "labelCategory": "version", |
159 | | - "displayText": "Beta" |
| 176 | + "displayText": "Beta", |
| 177 | + "eventOrder": 0 |
160 | 178 | }, |
161 | 179 | "beta-until":{ |
162 | 180 | "description": "The feature or function was in beta until the version specified", |
163 | 181 | "labelCategory": "version", |
164 | 182 | "displayText": "Beta", |
165 | | - "joinText": "until" |
| 183 | + "joinText": "until", |
| 184 | + "eventOrder": 0 |
166 | 185 | }, |
167 | 186 | "deprecated":{ |
168 | 187 | "labelCategory": "version", |
169 | | - "displayText": "Deprecated" |
| 188 | + "displayText": "Deprecated", |
| 189 | + "eventOrder": 3 |
170 | 190 | }, |
171 | 191 | "removed":{ |
172 | 192 | "labelCategory": "version", |
173 | | - "displayText": "Removed" |
| 193 | + "displayText": "Removed", |
| 194 | + "eventOrder": 4 |
174 | 195 | }, |
175 | 196 | "renamed":{ |
176 | 197 | "labelCategory": "version", |
177 | | - "displayText": "Renamed" |
| 198 | + "displayText": "Renamed", |
| 199 | + "eventOrder": 2 |
178 | 200 | }, |
179 | 201 | "updated":{ |
180 | 202 | "description": "The feature or function was updated in the version stated", |
181 | 203 | "labelCategory": "version", |
182 | | - "displayText": "Updated" |
| 204 | + "displayText": "Updated", |
| 205 | + "eventOrder": 2 |
183 | 206 | }, |
184 | 207 | "fabric":{ |
185 | 208 | "labelCategory": "function", |
|
0 commit comments