@looker/run-it 0.9.54 → 0.9.57
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.
- package/CHANGELOG.md +333 -386
- package/lib/RunIt.d.ts +4 -4
- package/lib/RunIt.js +2 -2
- package/lib/RunIt.js.map +1 -1
- package/lib/RunItProvider.js +3 -4
- package/lib/RunItProvider.js.map +1 -1
- package/lib/components/Collapser/CollapserCard.d.ts +2 -1
- package/lib/components/Collapser/CollapserCard.js.map +1 -1
- package/lib/components/Collapser/index.js.map +1 -1
- package/lib/components/ConfigForm/ConfigForm.js +6 -6
- package/lib/components/ConfigForm/ConfigForm.js.map +1 -1
- package/lib/components/ConfigForm/index.js.map +1 -1
- package/lib/components/ConfigForm/utils.js +9 -14
- package/lib/components/ConfigForm/utils.js.map +1 -1
- package/lib/components/CopyLinkWrapper/CopyLinkWrapper.d.ts +2 -1
- package/lib/components/CopyLinkWrapper/CopyLinkWrapper.js +2 -2
- package/lib/components/CopyLinkWrapper/CopyLinkWrapper.js.map +1 -1
- package/lib/components/CopyLinkWrapper/index.js.map +1 -1
- package/lib/components/DataGrid/DataGrid.d.ts +2 -1
- package/lib/components/DataGrid/DataGrid.js +2 -2
- package/lib/components/DataGrid/DataGrid.js.map +1 -1
- package/lib/components/DataGrid/gridUtils.js.map +1 -1
- package/lib/components/DataGrid/index.js.map +1 -1
- package/lib/components/DocSdkCalls/DocMultiCall.js.map +1 -1
- package/lib/components/DocSdkCalls/DocSdkCalls.js +2 -2
- package/lib/components/DocSdkCalls/DocSdkCalls.js.map +1 -1
- package/lib/components/DocSdkCalls/callUtils.js.map +1 -1
- package/lib/components/DocSdkCalls/index.js.map +1 -1
- package/lib/components/Loading/Loading.js.map +1 -1
- package/lib/components/Loading/index.js.map +1 -1
- package/lib/components/LoginForm/LoginForm.js +2 -4
- package/lib/components/LoginForm/LoginForm.js.map +1 -1
- package/lib/components/LoginForm/index.js.map +1 -1
- package/lib/components/MethodBadge/MethodBadge.d.ts +4 -4
- package/lib/components/MethodBadge/MethodBadge.js +3 -4
- package/lib/components/MethodBadge/MethodBadge.js.map +1 -1
- package/lib/components/MethodBadge/index.js.map +1 -1
- package/lib/components/PerfTracker/PerfChart.js.map +1 -1
- package/lib/components/PerfTracker/PerfTable.js +2 -2
- package/lib/components/PerfTracker/PerfTable.js.map +1 -1
- package/lib/components/PerfTracker/PerfTracker.js +2 -2
- package/lib/components/PerfTracker/PerfTracker.js.map +1 -1
- package/lib/components/PerfTracker/index.js.map +1 -1
- package/lib/components/PerfTracker/perfTableUtils.d.ts +2 -2
- package/lib/components/PerfTracker/perfTableUtils.js +4 -7
- package/lib/components/PerfTracker/perfTableUtils.js.map +1 -1
- package/lib/components/PerfTracker/perfUtils.js +2 -2
- package/lib/components/PerfTracker/perfUtils.js.map +1 -1
- package/lib/components/RequestForm/FormItem.js.map +1 -1
- package/lib/components/RequestForm/RequestForm.d.ts +1 -1
- package/lib/components/RequestForm/RequestForm.js +4 -4
- package/lib/components/RequestForm/RequestForm.js.map +1 -1
- package/lib/components/RequestForm/formUtils.d.ts +4 -3
- package/lib/components/RequestForm/formUtils.js +7 -8
- package/lib/components/RequestForm/formUtils.js.map +1 -1
- package/lib/components/RequestForm/index.js.map +1 -1
- package/lib/components/ResponseExplorer/ResponseExplorer.d.ts +1 -1
- package/lib/components/ResponseExplorer/ResponseExplorer.js +3 -3
- package/lib/components/ResponseExplorer/ResponseExplorer.js.map +1 -1
- package/lib/components/ResponseExplorer/index.js.map +1 -1
- package/lib/components/ShowResponse/ShowResponse.js.map +1 -1
- package/lib/components/ShowResponse/index.js.map +1 -1
- package/lib/components/ShowResponse/responseUtils.js +1 -2
- package/lib/components/ShowResponse/responseUtils.js.map +1 -1
- package/lib/components/common/common.js +2 -4
- package/lib/components/common/common.js.map +1 -1
- package/lib/components/common/index.js.map +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/esm/RunIt.js +4 -4
- package/lib/esm/RunIt.js.map +1 -1
- package/lib/esm/RunItProvider.js.map +1 -1
- package/lib/esm/components/Collapser/CollapserCard.js +1 -1
- package/lib/esm/components/Collapser/CollapserCard.js.map +1 -1
- package/lib/esm/components/Collapser/index.js.map +1 -1
- package/lib/esm/components/ConfigForm/ConfigForm.js +8 -8
- package/lib/esm/components/ConfigForm/ConfigForm.js.map +1 -1
- package/lib/esm/components/ConfigForm/index.js.map +1 -1
- package/lib/esm/components/ConfigForm/utils.js +4 -4
- package/lib/esm/components/ConfigForm/utils.js.map +1 -1
- package/lib/esm/components/CopyLinkWrapper/CopyLinkWrapper.js.map +1 -1
- package/lib/esm/components/CopyLinkWrapper/index.js.map +1 -1
- package/lib/esm/components/DataGrid/DataGrid.js.map +1 -1
- package/lib/esm/components/DataGrid/gridUtils.js.map +1 -1
- package/lib/esm/components/DataGrid/index.js.map +1 -1
- package/lib/esm/components/DocSdkCalls/DocMultiCall.js +1 -1
- package/lib/esm/components/DocSdkCalls/DocMultiCall.js.map +1 -1
- package/lib/esm/components/DocSdkCalls/DocSdkCalls.js.map +1 -1
- package/lib/esm/components/DocSdkCalls/callUtils.js.map +1 -1
- package/lib/esm/components/DocSdkCalls/index.js.map +1 -1
- package/lib/esm/components/Loading/Loading.js +1 -1
- package/lib/esm/components/Loading/Loading.js.map +1 -1
- package/lib/esm/components/Loading/index.js.map +1 -1
- package/lib/esm/components/LoginForm/LoginForm.js.map +1 -1
- package/lib/esm/components/LoginForm/index.js.map +1 -1
- package/lib/esm/components/MethodBadge/MethodBadge.js.map +1 -1
- package/lib/esm/components/MethodBadge/index.js.map +1 -1
- package/lib/esm/components/PerfTracker/PerfChart.js.map +1 -1
- package/lib/esm/components/PerfTracker/PerfTable.js.map +1 -1
- package/lib/esm/components/PerfTracker/PerfTracker.js +1 -1
- package/lib/esm/components/PerfTracker/PerfTracker.js.map +1 -1
- package/lib/esm/components/PerfTracker/index.js.map +1 -1
- package/lib/esm/components/PerfTracker/perfTableUtils.js +2 -2
- package/lib/esm/components/PerfTracker/perfTableUtils.js.map +1 -1
- package/lib/esm/components/PerfTracker/perfUtils.js +2 -2
- package/lib/esm/components/PerfTracker/perfUtils.js.map +1 -1
- package/lib/esm/components/RequestForm/FormItem.js +1 -1
- package/lib/esm/components/RequestForm/FormItem.js.map +1 -1
- package/lib/esm/components/RequestForm/RequestForm.js +6 -6
- package/lib/esm/components/RequestForm/RequestForm.js.map +1 -1
- package/lib/esm/components/RequestForm/formUtils.js +5 -5
- package/lib/esm/components/RequestForm/formUtils.js.map +1 -1
- package/lib/esm/components/RequestForm/index.js.map +1 -1
- package/lib/esm/components/ResponseExplorer/ResponseExplorer.js +2 -2
- package/lib/esm/components/ResponseExplorer/ResponseExplorer.js.map +1 -1
- package/lib/esm/components/ResponseExplorer/index.js.map +1 -1
- package/lib/esm/components/ShowResponse/ShowResponse.js +1 -1
- package/lib/esm/components/ShowResponse/ShowResponse.js.map +1 -1
- package/lib/esm/components/ShowResponse/index.js.map +1 -1
- package/lib/esm/components/ShowResponse/responseUtils.js +2 -2
- package/lib/esm/components/ShowResponse/responseUtils.js.map +1 -1
- package/lib/esm/components/common/common.js.map +1 -1
- package/lib/esm/components/common/index.js.map +1 -1
- package/lib/esm/components/index.js.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/test-data/index.js.map +1 -1
- package/lib/esm/test-data/responses.js.map +1 -1
- package/lib/esm/test-data/specs.js.map +1 -1
- package/lib/esm/utils/RunItSDK.js +4 -4
- package/lib/esm/utils/RunItSDK.js.map +1 -1
- package/lib/esm/utils/index.js.map +1 -1
- package/lib/esm/utils/requestUtils.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/test-data/index.js.map +1 -1
- package/lib/test-data/responses.js +9 -18
- package/lib/test-data/responses.js.map +1 -1
- package/lib/test-data/specs.js +1 -2
- package/lib/test-data/specs.js.map +1 -1
- package/lib/utils/RunItSDK.js +5 -6
- package/lib/utils/RunItSDK.js.map +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/requestUtils.d.ts +2 -2
- package/lib/utils/requestUtils.js +4 -8
- package/lib/utils/requestUtils.js.map +1 -1
- package/package.json +32 -32
package/CHANGELOG.md
CHANGED
|
@@ -2,729 +2,676 @@
|
|
|
2
2
|
|
|
3
3
|
### Dependencies
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
- The following workspace dependencies were updated
|
|
6
|
+
- dependencies
|
|
7
|
+
- @looker/extension-utils bumped from ^0.1.20 to ^0.1.21
|
|
8
|
+
- @looker/sdk bumped from ^23.0.0 to ^23.2.0
|
|
9
9
|
|
|
10
10
|
### Dependencies
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
- The following workspace dependencies were updated
|
|
13
|
+
- dependencies
|
|
14
|
+
- @looker/extension-utils bumped from ^0.1.22 to ^0.1.23
|
|
15
|
+
- @looker/sdk bumped from ^23.4.0 to ^23.6.0
|
|
16
16
|
|
|
17
17
|
### Dependencies
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
- The following workspace dependencies were updated
|
|
20
|
+
- dependencies
|
|
21
|
+
- @looker/extension-utils bumped from ^0.1.23 to ^0.1.24
|
|
22
|
+
- @looker/sdk bumped from ^23.6.0 to ^23.8.0
|
|
23
23
|
|
|
24
24
|
### Dependencies
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
- The following workspace dependencies were updated
|
|
27
|
+
- dependencies
|
|
28
|
+
- @looker/extension-utils bumped from ^0.1.24 to ^0.1.25
|
|
29
|
+
- @looker/sdk bumped from ^23.8.0 to ^23.8.1
|
|
30
30
|
|
|
31
31
|
### Dependencies
|
|
32
32
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
- The following workspace dependencies were updated
|
|
34
|
+
- dependencies
|
|
35
|
+
- @looker/code-editor bumped from ^0.1.28 to ^0.1.29
|
|
36
|
+
- @looker/extension-utils bumped from ^0.1.25 to ^0.1.26
|
|
37
|
+
- @looker/sdk bumped from ^23.8.1 to ^23.10.0
|
|
38
|
+
- @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
|
|
39
|
+
- @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
40
40
|
|
|
41
41
|
### Dependencies
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
- The following workspace dependencies were updated
|
|
44
|
+
- dependencies
|
|
45
|
+
- @looker/extension-utils bumped from ^0.1.26 to ^0.1.27
|
|
46
|
+
- @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
|
47
47
|
|
|
48
48
|
### Dependencies
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
- The following workspace dependencies were updated
|
|
51
|
+
- dependencies
|
|
52
|
+
- @looker/extension-utils bumped from ^0.1.27 to ^0.1.28
|
|
53
|
+
- @looker/sdk bumped from ^23.12.0 to ^23.14.1
|
|
54
54
|
|
|
55
55
|
### Dependencies
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
57
|
+
- The following workspace dependencies were updated
|
|
58
|
+
- dependencies
|
|
59
|
+
- @looker/code-editor bumped from ^0.1.29 to ^0.1.30
|
|
60
|
+
- @looker/extension-utils bumped from ^0.1.28 to ^0.1.29
|
|
61
|
+
- @looker/sdk bumped from ^23.14.1 to ^23.16.0
|
|
62
|
+
- @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
|
|
63
|
+
|
|
64
|
+
### Dependencies
|
|
65
|
+
|
|
66
|
+
- The following workspace dependencies were updated
|
|
67
|
+
- dependencies
|
|
68
|
+
- @looker/extension-utils bumped from ^0.1.29 to ^0.1.30
|
|
69
|
+
- @looker/sdk bumped from ^23.16.0 to ^23.18.0
|
|
70
|
+
|
|
71
|
+
### Dependencies
|
|
72
|
+
|
|
73
|
+
- The following workspace dependencies were updated
|
|
74
|
+
- dependencies
|
|
75
|
+
- @looker/extension-utils bumped from ^0.1.30 to ^0.1.31
|
|
76
|
+
- @looker/sdk bumped from ^23.18.0 to ^23.20.0
|
|
77
|
+
|
|
78
|
+
### Dependencies
|
|
79
|
+
|
|
80
|
+
- The following workspace dependencies were updated
|
|
81
|
+
- dependencies
|
|
82
|
+
- @looker/extension-utils bumped from ^0.1.31 to ^0.1.32
|
|
83
|
+
- @looker/sdk bumped from ^23.20.0 to ^23.20.1
|
|
63
84
|
|
|
64
85
|
### Dependencies
|
|
65
86
|
|
|
66
87
|
* The following workspace dependencies were updated
|
|
67
88
|
* dependencies
|
|
68
|
-
* @looker/extension-utils bumped from
|
|
69
|
-
* @looker/sdk bumped from
|
|
89
|
+
* @looker/extension-utils bumped from 0.1.32 to 0.1.33
|
|
90
|
+
* @looker/sdk bumped from 23.20.1 to 24.0.0
|
|
70
91
|
|
|
71
92
|
### Dependencies
|
|
72
93
|
|
|
73
94
|
* The following workspace dependencies were updated
|
|
74
95
|
* dependencies
|
|
75
|
-
* @looker/extension-utils bumped from
|
|
76
|
-
* @looker/sdk bumped from
|
|
96
|
+
* @looker/extension-utils bumped from 0.1.33 to 0.1.34
|
|
97
|
+
* @looker/sdk bumped from 24.0.0 to 24.2.0
|
|
77
98
|
|
|
78
99
|
## [0.9.45](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.44...run-it-v0.9.45) (2023-03-31)
|
|
79
100
|
|
|
80
|
-
|
|
81
101
|
### Features
|
|
82
102
|
|
|
83
|
-
|
|
84
|
-
|
|
103
|
+
- embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
|
|
85
104
|
|
|
86
105
|
### Dependencies
|
|
87
106
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
107
|
+
- The following workspace dependencies were updated
|
|
108
|
+
- dependencies
|
|
109
|
+
- @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
|
|
110
|
+
- @looker/sdk bumped from ^23.2.0 to ^23.4.0
|
|
92
111
|
|
|
93
112
|
## [0.9.43](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.42...run-it-v0.9.43) (2023-02-22)
|
|
94
113
|
|
|
95
|
-
|
|
96
114
|
### Features
|
|
97
115
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
116
|
+
- keep all body parameters toggle in API Explorer requests ([#1245](https://github.com/looker-open-source/sdk-codegen/issues/1245)) ([043ed3f](https://github.com/looker-open-source/sdk-codegen/commit/043ed3ff12cba4f821604b5b668d7301ed4aa6d1))
|
|
117
|
+
- track request time if the transport doesn't ([#1231](https://github.com/looker-open-source/sdk-codegen/issues/1231)) ([a0e31a4](https://github.com/looker-open-source/sdk-codegen/commit/a0e31a41c1075b653fc8a2bf44b297ff98b41c72))
|
|
101
118
|
|
|
102
119
|
### Dependencies
|
|
103
120
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
121
|
+
- The following workspace dependencies were updated
|
|
122
|
+
- dependencies
|
|
123
|
+
- @looker/code-editor bumped from ^0.1.27 to ^0.1.28
|
|
124
|
+
- @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
|
|
125
|
+
- @looker/sdk bumped from ^22.20.1 to ^23.0.0
|
|
126
|
+
- @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
|
|
127
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
111
128
|
|
|
112
129
|
### [0.9.42](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.41...run-it-v0.9.42) (2022-12-09)
|
|
113
130
|
|
|
114
|
-
|
|
115
131
|
### Features
|
|
116
132
|
|
|
117
|
-
|
|
118
|
-
|
|
133
|
+
- add request time tracking ([#1223](https://www.github.com/looker-open-source/sdk-codegen/issues/1223)) ([2aefe06](https://www.github.com/looker-open-source/sdk-codegen/commit/2aefe064d668e02f3af95202e4667036cba01979))
|
|
119
134
|
|
|
120
135
|
### Dependencies
|
|
121
136
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
137
|
+
- The following workspace dependencies were updated
|
|
138
|
+
- dependencies
|
|
139
|
+
- @looker/code-editor bumped from ^0.1.26 to ^0.1.27
|
|
140
|
+
- @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
|
|
141
|
+
- @looker/sdk bumped from ^22.20.0 to ^22.20.1
|
|
142
|
+
- @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
|
|
143
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
129
144
|
|
|
130
145
|
### [0.9.41](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.40...run-it-v0.9.41) (2022-11-10)
|
|
131
146
|
|
|
132
|
-
|
|
133
147
|
### Bug Fixes
|
|
134
148
|
|
|
135
|
-
|
|
136
|
-
|
|
149
|
+
- oauth support in APIX when embedded in another app ([#1198](https://www.github.com/looker-open-source/sdk-codegen/issues/1198)) ([c464d2f](https://www.github.com/looker-open-source/sdk-codegen/commit/c464d2f24c7f8e7d282208efd00feaaba216fe3e))
|
|
137
150
|
|
|
138
151
|
### Dependencies
|
|
139
152
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
153
|
+
- The following workspace dependencies were updated
|
|
154
|
+
- dependencies
|
|
155
|
+
- @looker/code-editor bumped from ^0.1.25 to ^0.1.26
|
|
156
|
+
- @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
|
|
157
|
+
- @looker/sdk bumped from ^22.18.0 to ^22.20.0
|
|
158
|
+
- @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
|
|
146
159
|
|
|
147
160
|
### [0.9.40](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.39...run-it-v0.9.40) (2022-10-17)
|
|
148
161
|
|
|
149
|
-
|
|
150
162
|
### Dependencies
|
|
151
163
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
164
|
+
- The following workspace dependencies were updated
|
|
165
|
+
- dependencies
|
|
166
|
+
- @looker/code-editor bumped from ^0.1.24 to ^0.1.25
|
|
167
|
+
- @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
|
|
168
|
+
- @looker/sdk bumped from ^22.16.0 to ^22.18.0
|
|
169
|
+
- @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
|
|
158
170
|
|
|
159
171
|
### [0.9.39](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.38...run-it-v0.9.39) (2022-09-21)
|
|
160
172
|
|
|
161
|
-
|
|
162
173
|
### Dependencies
|
|
163
174
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
175
|
+
- The following workspace dependencies were updated
|
|
176
|
+
- dependencies
|
|
177
|
+
- @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
|
|
178
|
+
- @looker/sdk bumped from ^22.14.0 to ^22.16.0
|
|
168
179
|
|
|
169
180
|
### [0.9.38](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.37...run-it-v0.9.38) (2022-09-21)
|
|
170
181
|
|
|
171
|
-
|
|
172
182
|
### Dependencies
|
|
173
183
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
184
|
+
- The following workspace dependencies were updated
|
|
185
|
+
- dependencies
|
|
186
|
+
- @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
|
|
187
|
+
- @looker/sdk bumped from ^22.12.1 to ^22.14.0
|
|
178
188
|
|
|
179
189
|
### [0.9.37](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.36...run-it-v0.9.37) (2022-09-21)
|
|
180
190
|
|
|
181
|
-
|
|
182
191
|
### Features
|
|
183
192
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
193
|
+
- copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120)) ([d6e0c37](https://www.github.com/looker-open-source/sdk-codegen/commit/d6e0c37ae36b1ff4129cf3bb30f8462f4aa49b0d))
|
|
194
|
+
- error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
|
|
187
195
|
|
|
188
196
|
### Bug Fixes
|
|
189
197
|
|
|
190
|
-
|
|
191
|
-
|
|
198
|
+
- whitespace under CollapserCard child components ([#1162](https://www.github.com/looker-open-source/sdk-codegen/issues/1162)) ([89fbf29](https://www.github.com/looker-open-source/sdk-codegen/commit/89fbf2911701b598bf9d673cef00e790a1bc8207))
|
|
192
199
|
|
|
193
200
|
### Dependencies
|
|
194
201
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
+
- The following workspace dependencies were updated
|
|
203
|
+
- dependencies
|
|
204
|
+
- @looker/code-editor bumped from ^0.1.23 to ^0.1.24
|
|
205
|
+
- @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
|
|
206
|
+
- @looker/sdk bumped from ^22.10.1 to ^22.12.1
|
|
207
|
+
- @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
|
|
208
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
202
209
|
|
|
203
210
|
### [0.9.36](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.35...run-it-v0.9.36) (2022-07-29)
|
|
204
211
|
|
|
205
|
-
|
|
206
212
|
### Dependencies
|
|
207
213
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
+
- The following workspace dependencies were updated
|
|
215
|
+
- dependencies
|
|
216
|
+
- @looker/code-editor bumped from ^0.1.22 to ^0.1.23
|
|
217
|
+
- @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
|
|
218
|
+
- @looker/sdk bumped from ^22.10.0 to ^22.10.1
|
|
219
|
+
- @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
|
|
214
220
|
|
|
215
221
|
### [0.9.35](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.34...run-it-v0.9.35) (2022-07-14)
|
|
216
222
|
|
|
217
|
-
|
|
218
223
|
### Dependencies
|
|
219
224
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
225
|
+
- The following workspace dependencies were updated
|
|
226
|
+
- dependencies
|
|
227
|
+
- @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
|
|
228
|
+
- @looker/sdk bumped from ^22.8.0 to ^22.10.0
|
|
224
229
|
|
|
225
230
|
### [0.9.34](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.33...run-it-v0.9.34) (2022-07-13)
|
|
226
231
|
|
|
227
|
-
|
|
228
232
|
### Dependencies
|
|
229
233
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
+
- The following workspace dependencies were updated
|
|
235
|
+
- dependencies
|
|
236
|
+
- @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
|
|
237
|
+
- @looker/sdk bumped from ^22.6.0 to ^22.8.0
|
|
234
238
|
|
|
235
239
|
### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.32...run-it-v0.9.33) (2022-07-07)
|
|
236
240
|
|
|
237
|
-
|
|
238
241
|
### Dependencies
|
|
239
242
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
243
|
+
- The following workspace dependencies were updated
|
|
244
|
+
- dependencies
|
|
245
|
+
- @looker/code-editor bumped from ^0.1.21 to ^0.1.22
|
|
246
|
+
- @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
|
|
247
|
+
- @looker/sdk bumped from ^22.4.2 to ^22.6.0
|
|
248
|
+
- @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
|
|
249
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
247
250
|
|
|
248
251
|
### [0.9.32](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.31...run-it-v0.9.32) (2022-04-07)
|
|
249
252
|
|
|
250
|
-
|
|
251
253
|
### Dependencies
|
|
252
254
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
255
|
+
- The following workspace dependencies were updated
|
|
256
|
+
- dependencies
|
|
257
|
+
- @looker/code-editor bumped from ^0.1.20 to ^0.1.21
|
|
258
|
+
- @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
|
|
259
|
+
- @looker/sdk bumped from ^22.4.1 to ^22.4.2
|
|
260
|
+
- @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
|
|
261
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
260
262
|
|
|
261
263
|
### [0.9.31](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.30...run-it-v0.9.31) (2022-04-07)
|
|
262
264
|
|
|
263
|
-
|
|
264
265
|
### Dependencies
|
|
265
266
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
267
|
+
- The following workspace dependencies were updated
|
|
268
|
+
- dependencies
|
|
269
|
+
- @looker/code-editor bumped from ^0.1.19 to ^0.1.20
|
|
270
|
+
- @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
|
|
271
|
+
- @looker/sdk bumped from ^22.4.0 to ^22.4.1
|
|
272
|
+
- @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
|
|
272
273
|
|
|
273
274
|
### [0.9.30](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.29...run-it-v0.9.30) (2022-03-24)
|
|
274
275
|
|
|
275
|
-
|
|
276
276
|
### Dependencies
|
|
277
277
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
278
|
+
- The following workspace dependencies were updated
|
|
279
|
+
- dependencies
|
|
280
|
+
- @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
|
|
281
|
+
- @looker/sdk bumped from ^22.2.0 to ^22.4.0
|
|
282
282
|
|
|
283
283
|
### [0.9.29](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.28...run-it-v0.9.29) (2022-03-04)
|
|
284
284
|
|
|
285
|
-
|
|
286
285
|
### Dependencies
|
|
287
286
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
287
|
+
- The following workspace dependencies were updated
|
|
288
|
+
- dependencies
|
|
289
|
+
- @looker/code-editor bumped from ^0.1.18 to ^0.1.19
|
|
290
|
+
- @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
|
|
291
|
+
- @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
|
|
293
292
|
|
|
294
293
|
### [0.9.28](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.27...run-it-v0.9.28) (2022-02-18)
|
|
295
294
|
|
|
296
|
-
|
|
297
295
|
### Dependencies
|
|
298
296
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
297
|
+
- The following workspace dependencies were updated
|
|
298
|
+
- dependencies
|
|
299
|
+
- @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
|
|
300
|
+
- @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
|
303
301
|
|
|
304
302
|
### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.26...run-it-v0.9.27) (2022-02-14)
|
|
305
303
|
|
|
306
|
-
|
|
307
304
|
### Dependencies
|
|
308
305
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
306
|
+
- The following workspace dependencies were updated
|
|
307
|
+
- dependencies
|
|
308
|
+
- @looker/code-editor bumped from ^0.1.17 to ^0.1.18
|
|
309
|
+
- @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
|
|
310
|
+
- @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
|
|
314
311
|
|
|
315
312
|
### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.26) (2022-01-27)
|
|
316
313
|
|
|
317
|
-
|
|
318
314
|
### Features
|
|
319
315
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
316
|
+
- add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
317
|
+
- OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
|
|
323
318
|
|
|
324
319
|
### Bug Fixes
|
|
325
320
|
|
|
326
|
-
|
|
327
|
-
|
|
321
|
+
- hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
|
|
328
322
|
|
|
329
323
|
### Dependencies
|
|
330
324
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
325
|
+
- The following workspace dependencies were updated
|
|
326
|
+
- dependencies
|
|
327
|
+
- @looker/sdk bumped from ^21.20.0 to ^21.20.1
|
|
334
328
|
|
|
335
329
|
### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.25...run-it-v0.9.26) (2021-12-20)
|
|
336
330
|
|
|
337
|
-
|
|
338
331
|
### Dependencies
|
|
339
332
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
333
|
+
- The following workspace dependencies were updated
|
|
334
|
+
- dependencies
|
|
335
|
+
- @looker/code-editor bumped from ^0.1.16 to ^0.1.17
|
|
336
|
+
- @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
|
|
337
|
+
- @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
|
|
338
|
+
- @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
|
|
346
339
|
|
|
347
340
|
### [0.9.25](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.24...run-it-v0.9.25) (2021-12-16)
|
|
348
341
|
|
|
349
|
-
|
|
350
342
|
### Features
|
|
351
343
|
|
|
352
|
-
|
|
353
|
-
|
|
344
|
+
- add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
354
345
|
|
|
355
346
|
### Dependencies
|
|
356
347
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
348
|
+
- The following workspace dependencies were updated
|
|
349
|
+
- dependencies
|
|
350
|
+
- @looker/code-editor bumped from ^0.1.15 to ^0.1.16
|
|
351
|
+
- @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
|
|
352
|
+
- @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
|
|
353
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
|
|
363
354
|
|
|
364
355
|
### [0.9.24](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.24) (2021-12-06)
|
|
365
356
|
|
|
366
|
-
|
|
367
357
|
### Features
|
|
368
358
|
|
|
369
|
-
|
|
370
|
-
|
|
359
|
+
- OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
|
|
371
360
|
|
|
372
361
|
### Bug Fixes
|
|
373
362
|
|
|
374
|
-
|
|
375
|
-
|
|
363
|
+
- hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
|
|
376
364
|
|
|
377
365
|
### Dependencies
|
|
378
366
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
367
|
+
- The following workspace dependencies were updated
|
|
368
|
+
- dependencies
|
|
369
|
+
- @looker/code-editor bumped from ^0.1.14 to ^0.1.15
|
|
370
|
+
- @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
|
|
371
|
+
- @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
|
|
384
372
|
|
|
385
373
|
### [0.9.23](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.22...run-it-v0.9.23) (2021-11-10)
|
|
386
374
|
|
|
387
|
-
|
|
388
375
|
### Features
|
|
389
376
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
377
|
+
- create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
|
|
378
|
+
- enforce required body parameters for RunIt ([#883](https://www.github.com/looker-open-source/sdk-codegen/issues/883)) ([a4dfb3c](https://www.github.com/looker-open-source/sdk-codegen/commit/a4dfb3cd318de65f78f89df5b55e9daf61c42826))
|
|
393
379
|
|
|
394
380
|
### Bug Fixes
|
|
395
381
|
|
|
396
|
-
|
|
397
|
-
|
|
382
|
+
- show a helpful message when sdk call syntax generation fails ([#879](https://www.github.com/looker-open-source/sdk-codegen/issues/879)) ([1e9348b](https://www.github.com/looker-open-source/sdk-codegen/commit/1e9348b797c2f3760d03c1f94c60f18e534e8298))
|
|
398
383
|
|
|
399
384
|
### Dependencies
|
|
400
385
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
386
|
+
- The following workspace dependencies were updated
|
|
387
|
+
- dependencies
|
|
388
|
+
- @looker/sdk bumped from ^21.18.1 to ^21.20.0
|
|
389
|
+
- @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
|
|
390
|
+
- @looker/code-editor bumped from ^0.1.13 to ^0.1.14
|
|
391
|
+
- @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
407
392
|
|
|
408
393
|
### [0.9.22](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.21...run-it-v0.9.22) (2021-10-27)
|
|
409
394
|
|
|
410
|
-
|
|
411
395
|
### Dependencies
|
|
412
396
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
397
|
+
- The following workspace dependencies were updated
|
|
398
|
+
- dependencies
|
|
399
|
+
- @looker/sdk bumped from ^21.18.0 to ^21.18.1
|
|
400
|
+
- @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
|
|
401
|
+
- @looker/code-editor bumped from ^0.1.12 to ^0.1.13
|
|
402
|
+
- @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
419
403
|
|
|
420
404
|
### [0.9.21](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.20...run-it-v0.9.21) (2021-10-24)
|
|
421
405
|
|
|
422
|
-
|
|
423
406
|
### Dependencies
|
|
424
407
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
408
|
+
- The following workspace dependencies were updated
|
|
409
|
+
- dependencies
|
|
410
|
+
- @looker/sdk bumped from ^21.16.0 to ^21.18.0
|
|
411
|
+
- @looker/code-editor bumped from ^0.1.11 to ^0.1.12
|
|
429
412
|
|
|
430
413
|
### [0.9.20](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.19...run-it-v0.9.20) (2021-10-19)
|
|
431
414
|
|
|
432
|
-
|
|
433
415
|
### Features
|
|
434
416
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
417
|
+
- closest path match for API Explorer ([#811](https://www.github.com/looker-open-source/sdk-codegen/issues/811)) ([45fd26f](https://www.github.com/looker-open-source/sdk-codegen/commit/45fd26fb0f325fa90edfec72f835ed3a79b9afeb))
|
|
418
|
+
- lots of RunIt form cleanup ([#814](https://www.github.com/looker-open-source/sdk-codegen/issues/814)) ([e92eae8](https://www.github.com/looker-open-source/sdk-codegen/commit/e92eae8fc127a0aa99545ca9c577152c08d59000))
|
|
419
|
+
- makeTheCall for Kotlin and type tagging ([#833](https://www.github.com/looker-open-source/sdk-codegen/issues/833)) ([2ca950e](https://www.github.com/looker-open-source/sdk-codegen/commit/2ca950e16c9c172d3e67de58261df16e424efaa3))
|
|
420
|
+
- Use agenda data for the Hackathon home page ([#842](https://www.github.com/looker-open-source/sdk-codegen/issues/842)) ([0da2523](https://www.github.com/looker-open-source/sdk-codegen/commit/0da25239c3f108cb684309818c33c91c2a7c3278))
|
|
440
421
|
|
|
441
422
|
### Bug Fixes
|
|
442
423
|
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
424
|
+
- logic for 2D JSON data detection ([#840](https://www.github.com/looker-open-source/sdk-codegen/issues/840)) ([3d18b93](https://www.github.com/looker-open-source/sdk-codegen/commit/3d18b9359e16aa4923f825e748f82a6049f02062))
|
|
425
|
+
- remove body from REST call if no body elements are defined ([#841](https://www.github.com/looker-open-source/sdk-codegen/issues/841)) ([eb1731f](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1731f2e2d3911fe5044e06321eb9712ddfa419))
|
|
426
|
+
- request content initialization and filtering for RunIt requests ([#852](https://www.github.com/looker-open-source/sdk-codegen/issues/852)) ([474ee93](https://www.github.com/looker-open-source/sdk-codegen/commit/474ee9365dafe6549826a9f627ac0a79dc0e9a56))
|
|
427
|
+
- validateBody for API Explorer ([#846](https://www.github.com/looker-open-source/sdk-codegen/issues/846)) ([d1f203c](https://www.github.com/looker-open-source/sdk-codegen/commit/d1f203c3d843adb76217a750c0f414c608ceab0f))
|
|
448
428
|
|
|
449
429
|
### Dependencies
|
|
450
430
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
431
|
+
- The following workspace dependencies were updated
|
|
432
|
+
- dependencies
|
|
433
|
+
- @looker/sdk bumped from ^21.14.0 to ^21.16.0
|
|
434
|
+
- @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
|
|
435
|
+
- @looker/code-editor bumped from ^0.1.10 to ^0.1.11
|
|
436
|
+
- @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
457
437
|
|
|
458
438
|
### [0.9.19](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.18...run-it-v0.9.19) (2021-09-01)
|
|
459
439
|
|
|
460
|
-
|
|
461
440
|
### Features
|
|
462
441
|
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
442
|
+
- http response explorer for RunIt ([#800](https://www.github.com/looker-open-source/sdk-codegen/issues/800)) ([3f273ea](https://www.github.com/looker-open-source/sdk-codegen/commit/3f273ea7f849dafece8f4f5f60558021ecd41705))
|
|
443
|
+
- new configuration UI for API Explorer ([#803](https://www.github.com/looker-open-source/sdk-codegen/issues/803)) ([e6c67d1](https://www.github.com/looker-open-source/sdk-codegen/commit/e6c67d1211b412d4ce83127c9f7a8f091e3cf27f))
|
|
466
444
|
|
|
467
445
|
### Dependencies
|
|
468
446
|
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
447
|
+
- The following workspace dependencies were updated
|
|
448
|
+
- dependencies
|
|
449
|
+
- @looker/sdk bumped from ^21.12.0 to ^21.14.0
|
|
450
|
+
- @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
|
|
451
|
+
- @looker/code-editor bumped from ^0.1.9 to ^0.1.10
|
|
452
|
+
- @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
|
|
475
453
|
|
|
476
454
|
### [0.9.18](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.17...run-it-v0.9.18) (2021-08-11)
|
|
477
455
|
|
|
478
|
-
|
|
479
456
|
### Features
|
|
480
457
|
|
|
481
|
-
|
|
482
|
-
|
|
458
|
+
- fetch API specifications for stand-alone API Explorer ([#789](https://www.github.com/looker-open-source/sdk-codegen/issues/789)) ([f7be1fb](https://www.github.com/looker-open-source/sdk-codegen/commit/f7be1fb589570137c5ab39304910c57f721de8fb))
|
|
483
459
|
|
|
484
460
|
### Dependencies
|
|
485
461
|
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
462
|
+
- The following workspace dependencies were updated
|
|
463
|
+
- dependencies
|
|
464
|
+
- @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
|
|
465
|
+
- @looker/code-editor bumped from ^0.1.8 to ^0.1.9
|
|
490
466
|
|
|
491
467
|
### [0.9.17](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.16...run-it-v0.9.17) (2021-08-06)
|
|
492
468
|
|
|
493
|
-
|
|
494
469
|
### Dependencies
|
|
495
470
|
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
471
|
+
- The following workspace dependencies were updated
|
|
472
|
+
- dependencies
|
|
473
|
+
- @looker/sdk bumped from ^21.10.2 to ^21.12.0
|
|
499
474
|
|
|
500
475
|
### [0.9.16](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.15...run-it-v0.9.16) (2021-07-30)
|
|
501
476
|
|
|
502
|
-
|
|
503
477
|
### Dependencies
|
|
504
478
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
479
|
+
- The following workspace dependencies were updated
|
|
480
|
+
- dependencies
|
|
481
|
+
- @looker/sdk bumped from ^21.10.1 to ^21.10.2
|
|
482
|
+
- @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
|
|
483
|
+
- @looker/code-editor bumped from ^0.1.7 to ^0.1.8
|
|
484
|
+
- @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
|
|
511
485
|
|
|
512
486
|
### [0.9.15](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.14...run-it-v0.9.15) (2021-07-15)
|
|
513
487
|
|
|
514
|
-
|
|
515
488
|
### Bug Fixes
|
|
516
489
|
|
|
517
|
-
|
|
490
|
+
- bullet proof APIX response handling ([#754](https://www.github.com/looker-open-source/sdk-codegen/issues/754)) ([b2a018a](https://www.github.com/looker-open-source/sdk-codegen/commit/b2a018a62e4a1acd837b6861c3e3d26c7af385bd))
|
|
518
491
|
|
|
519
492
|
### [0.9.14](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.13...run-it-v0.9.14) (2021-07-09)
|
|
520
493
|
|
|
521
|
-
|
|
522
494
|
### Dependencies
|
|
523
495
|
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
496
|
+
- The following workspace dependencies were updated
|
|
497
|
+
- dependencies
|
|
498
|
+
- @looker/sdk bumped from ^21.10.0 to ^21.10.1
|
|
499
|
+
- @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
|
|
500
|
+
- @looker/code-editor bumped from ^0.1.6 to ^0.1.7
|
|
501
|
+
- @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
|
|
530
502
|
|
|
531
503
|
### [0.9.13](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.12...run-it-v0.9.13) (2021-07-08)
|
|
532
504
|
|
|
533
|
-
|
|
534
505
|
### Bug Fixes
|
|
535
506
|
|
|
536
|
-
|
|
537
|
-
|
|
507
|
+
- extension-api-explorer build ([#740](https://www.github.com/looker-open-source/sdk-codegen/issues/740)) ([1697883](https://www.github.com/looker-open-source/sdk-codegen/commit/16978836f42d8c755031a3438eeee1e9c1a743e6))
|
|
538
508
|
|
|
539
509
|
### Dependencies
|
|
540
510
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
511
|
+
- The following workspace dependencies were updated
|
|
512
|
+
- dependencies
|
|
513
|
+
- @looker/sdk bumped from ^21.8.3 to ^21.10.0
|
|
514
|
+
- @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
|
|
515
|
+
- @looker/code-editor bumped from ^0.1.5 to ^0.1.6
|
|
516
|
+
- @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
|
|
547
517
|
|
|
548
518
|
### [0.9.12](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.11...run-it-v0.9.12) (2021-07-02)
|
|
549
519
|
|
|
550
|
-
|
|
551
520
|
### Dependencies
|
|
552
521
|
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
522
|
+
- The following workspace dependencies were updated
|
|
523
|
+
- dependencies
|
|
524
|
+
- @looker/sdk bumped from ^21.8.2 to ^21.8.3
|
|
525
|
+
- @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
|
|
526
|
+
- @looker/code-editor bumped from ^0.1.4 to ^0.1.5
|
|
527
|
+
- @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
|
|
559
528
|
|
|
560
529
|
### [0.9.11](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.10...run-it-v0.9.11) (2021-07-01)
|
|
561
530
|
|
|
562
|
-
|
|
563
531
|
### Dependencies
|
|
564
532
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
533
|
+
- The following workspace dependencies were updated
|
|
534
|
+
- dependencies
|
|
535
|
+
- @looker/sdk bumped from ^21.8.1 to ^21.8.2
|
|
536
|
+
- @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
|
|
537
|
+
- @looker/code-editor bumped from ^0.1.3 to ^0.1.4
|
|
538
|
+
- @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
|
|
571
539
|
|
|
572
540
|
### [0.9.10](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.9...run-it-v0.9.10) (2021-06-30)
|
|
573
541
|
|
|
574
|
-
|
|
575
542
|
### Features
|
|
576
543
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
544
|
+
- refactor Markdown out to @looker/code-editor ([#699](https://www.github.com/looker-open-source/sdk-codegen/issues/699)) ([f3c16e2](https://www.github.com/looker-open-source/sdk-codegen/commit/f3c16e2a162266545ba3086a0a1dddd0cb79195f))
|
|
545
|
+
- syntax highlight application/sql responses ([#718](https://www.github.com/looker-open-source/sdk-codegen/issues/718)) ([28a1bbe](https://www.github.com/looker-open-source/sdk-codegen/commit/28a1bbedb04f500a12e2c5a0fe304919139e6638))
|
|
580
546
|
|
|
581
547
|
### Dependencies
|
|
582
548
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
549
|
+
- The following workspace dependencies were updated
|
|
550
|
+
- dependencies
|
|
551
|
+
- @looker/sdk bumped from ^21.8.0 to ^21.8.1
|
|
552
|
+
- @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
|
|
553
|
+
- @looker/code-editor bumped from ^0.1.2 to ^0.1.3
|
|
554
|
+
- @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
|
|
589
555
|
|
|
590
556
|
### [0.9.9](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.8...run-it-v0.9.9) (2021-06-17)
|
|
591
557
|
|
|
592
|
-
|
|
593
558
|
### Dependencies
|
|
594
559
|
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
560
|
+
- The following workspace dependencies were updated
|
|
561
|
+
- dependencies
|
|
562
|
+
- @looker/sdk bumped from ^21.6.1 to ^21.8.0
|
|
598
563
|
|
|
599
564
|
### [0.9.8](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.7...run-it-v0.9.8) (2021-06-16)
|
|
600
565
|
|
|
601
|
-
|
|
602
566
|
### Features
|
|
603
567
|
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
568
|
+
- reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))
|
|
569
|
+
- show original spec in API Explorer ([#686](https://www.github.com/looker-open-source/sdk-codegen/issues/686)) ([2bfb014](https://www.github.com/looker-open-source/sdk-codegen/commit/2bfb0147f2947680a784ef3118192b1e7590b296))
|
|
607
570
|
|
|
608
571
|
### Bug Fixes
|
|
609
572
|
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
573
|
+
- sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
|
|
574
|
+
- sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
|
|
613
575
|
|
|
614
576
|
### Dependencies
|
|
615
577
|
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
578
|
+
- The following workspace dependencies were updated
|
|
579
|
+
- dependencies
|
|
580
|
+
- @looker/sdk bumped from ^21.6.0 to ^21.6.1
|
|
581
|
+
- @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
|
|
582
|
+
- @looker/code-editor bumped from ^0.1.1 to ^0.1.2
|
|
621
583
|
|
|
622
584
|
### [0.9.7](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.6...run-it-v0.9.7) (2021-05-05)
|
|
623
585
|
|
|
624
|
-
|
|
625
586
|
### Dependencies
|
|
626
587
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
588
|
+
- The following workspace dependencies were updated
|
|
589
|
+
- dependencies
|
|
590
|
+
- @looker/sdk bumped from ^21.4.3 to ^21.6.0
|
|
591
|
+
- @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
|
|
592
|
+
- @looker/code-editor bumped from ^0.1.0 to ^0.1.1
|
|
593
|
+
- @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
|
|
633
594
|
|
|
634
595
|
### [0.9.6](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.5...run-it-v0.9.6) (2021-04-27)
|
|
635
596
|
|
|
636
|
-
|
|
637
597
|
### Features
|
|
638
598
|
|
|
639
|
-
|
|
640
|
-
|
|
599
|
+
- APIX now uses google font appropriately ([#636](https://www.github.com/looker-open-source/sdk-codegen/issues/636)) ([ed932d6](https://www.github.com/looker-open-source/sdk-codegen/commit/ed932d6744fd3c102bfff7417643667bb57aee00))
|
|
600
|
+
- extension framework identifies looker host type ([#634](https://www.github.com/looker-open-source/sdk-codegen/issues/634)) ([c6c6f64](https://www.github.com/looker-open-source/sdk-codegen/commit/c6c6f64bf4d2ec5eef4ac2f082868f80d11a180d))
|
|
641
601
|
|
|
642
602
|
### [0.9.5](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.4...run-it-v0.9.5) (2021-04-27)
|
|
643
603
|
|
|
644
|
-
|
|
645
604
|
### Dependencies
|
|
646
605
|
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
606
|
+
- The following workspace dependencies were updated
|
|
607
|
+
- dependencies
|
|
608
|
+
- @looker/sdk bumped from ^21.4.2 to ^21.4.3
|
|
609
|
+
- @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
|
|
610
|
+
- @looker/code-editor bumped from ^0.0.1 to ^0.0.2
|
|
652
611
|
|
|
653
612
|
### [0.9.4](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.3...run-it-v0.9.4) (2021-04-26)
|
|
654
613
|
|
|
655
|
-
|
|
656
614
|
### Features
|
|
657
615
|
|
|
658
|
-
|
|
659
|
-
|
|
616
|
+
- adds editor functionality to CodeDisplay ([#615](https://www.github.com/looker-open-source/sdk-codegen/issues/615)) ([b256d14](https://www.github.com/looker-open-source/sdk-codegen/commit/b256d14c279e47f531c8291d11146d07a7b5ad94))
|
|
660
617
|
|
|
661
618
|
### Bug Fixes
|
|
662
619
|
|
|
663
|
-
|
|
664
|
-
|
|
620
|
+
- remove deprecated object attribute reference in APIX tests ([#622](https://www.github.com/looker-open-source/sdk-codegen/issues/622)) ([581b351](https://www.github.com/looker-open-source/sdk-codegen/commit/581b3511fdc8431f80d54fd315a12192ceb86382))
|
|
665
621
|
|
|
666
622
|
### Dependencies
|
|
667
623
|
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
624
|
+
- The following workspace dependencies were updated
|
|
625
|
+
- dependencies
|
|
626
|
+
- @looker/sdk bumped from ^21.4.1 to ^21.4.2
|
|
627
|
+
- @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
|
|
672
628
|
|
|
673
629
|
### [0.9.3](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.2...run-it-v0.9.3) (2021-04-21)
|
|
674
630
|
|
|
675
|
-
|
|
676
631
|
### Features
|
|
677
632
|
|
|
678
|
-
|
|
679
|
-
|
|
633
|
+
- introduces prism-editor package; implements read-only usage ([#588](https://www.github.com/looker-open-source/sdk-codegen/issues/588)) ([863c88d](https://www.github.com/looker-open-source/sdk-codegen/commit/863c88dfb0569f7c829602acee2404e1c840097e))
|
|
680
634
|
|
|
681
635
|
### Bug Fixes
|
|
682
636
|
|
|
683
|
-
|
|
684
|
-
|
|
637
|
+
- updated TypeScript, C#, Go language names in codeGenerators.ts ([#610](https://www.github.com/looker-open-source/sdk-codegen/issues/610)) ([13fb42b](https://www.github.com/looker-open-source/sdk-codegen/commit/13fb42b6bfa651a137e75b04fc6ee00620705ede))
|
|
685
638
|
|
|
686
639
|
### Dependencies
|
|
687
640
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
641
|
+
- The following workspace dependencies were updated
|
|
642
|
+
- dependencies
|
|
643
|
+
- @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
|
|
691
644
|
|
|
692
645
|
### [0.9.2](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.1...run-it-v0.9.2) (2021-04-15)
|
|
693
646
|
|
|
694
|
-
|
|
695
647
|
### Features
|
|
696
648
|
|
|
697
|
-
|
|
698
|
-
|
|
649
|
+
- remember user's SDK language preference ([#567](https://www.github.com/looker-open-source/sdk-codegen/issues/567)) ([faa2511](https://www.github.com/looker-open-source/sdk-codegen/commit/faa25113d87072875ec5fb718da7eb10e0a518e4))
|
|
699
650
|
|
|
700
651
|
### Bug Fixes
|
|
701
652
|
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
653
|
+
- extends runit response height and fixes response models scrolling ([#558](https://www.github.com/looker-open-source/sdk-codegen/issues/558)) ([61627ce](https://www.github.com/looker-open-source/sdk-codegen/commit/61627ce282c1f7e4eaf082ccd66466060d2e7b98))
|
|
654
|
+
- RunIt request overflow ([#565](https://www.github.com/looker-open-source/sdk-codegen/issues/565)) ([38665ac](https://www.github.com/looker-open-source/sdk-codegen/commit/38665ac40b6abc20557db66d0dc536c347c6a862))
|
|
705
655
|
|
|
706
656
|
### Dependencies
|
|
707
657
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
658
|
+
- The following workspace dependencies were updated
|
|
659
|
+
- dependencies
|
|
660
|
+
- @looker/sdk bumped from ^21.4.0 to ^21.4.1
|
|
661
|
+
- @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
|
|
662
|
+
- @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
|
|
713
663
|
|
|
714
664
|
### [0.9.1](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.0...run-it-v0.9.1) (2021-04-02)
|
|
715
665
|
|
|
716
|
-
|
|
717
666
|
### Features
|
|
718
667
|
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
668
|
+
- Added --versions option to the code generator ([#514](https://www.github.com/looker-open-source/sdk-codegen/issues/514)) ([ee6f3e8](https://www.github.com/looker-open-source/sdk-codegen/commit/ee6f3e8f55e300df1a75c9be89b47f067bc08dee))
|
|
722
669
|
|
|
723
670
|
### Dependencies
|
|
724
671
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
672
|
+
- The following workspace dependencies were updated
|
|
673
|
+
- dependencies
|
|
674
|
+
- @looker/sdk bumped from ^21.0.10 to ^21.4.0
|
|
675
|
+
- @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
|
676
|
+
- @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
|
|
677
|
+
- @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|