@cubejs-client/core 0.31.9 → 0.31.15

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 DELETED
@@ -1,1850 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.31.9](https://github.com/cube-js/cube.js/compare/v0.31.8...v0.31.9) (2022-11-01)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **@cubejs-client/core:** `startsWith` and `endsWith` to filterOperatorsForMember ([#5544](https://github.com/cube-js/cube.js/issues/5544)) ([583de4a](https://github.com/cube-js/cube.js/commit/583de4a58c841542f3138c5ce836dbfedd19d4de))
12
-
13
-
14
-
15
-
16
-
17
- ## [0.31.8](https://github.com/cube-js/cube.js/compare/v0.31.7...v0.31.8) (2022-10-30)
18
-
19
- **Note:** Version bump only for package @cubejs-client/core
20
-
21
-
22
-
23
-
24
-
25
- # [0.31.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
26
-
27
- **Note:** Version bump only for package @cubejs-client/core
28
-
29
-
30
-
31
-
32
-
33
- ## [0.30.74](https://github.com/cube-js/cube.js/compare/v0.30.73...v0.30.74) (2022-09-20)
34
-
35
- **Note:** Version bump only for package @cubejs-client/core
36
-
37
-
38
-
39
-
40
-
41
- ## [0.30.64](https://github.com/cube-js/cube.js/compare/v0.30.63...v0.30.64) (2022-09-07)
42
-
43
- **Note:** Version bump only for package @cubejs-client/core
44
-
45
-
46
-
47
-
48
-
49
- ## [0.30.60](https://github.com/cube-js/cube.js/compare/v0.30.59...v0.30.60) (2022-08-28)
50
-
51
- **Note:** Version bump only for package @cubejs-client/core
52
-
53
-
54
-
55
-
56
-
57
- ## [0.30.46](https://github.com/cube-js/cube.js/compare/v0.30.45...v0.30.46) (2022-08-10)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * **client-core:** Fix a type inference failure ([#5067](https://github.com/cube-js/cube.js/issues/5067)) ([794708e](https://github.com/cube-js/cube.js/commit/794708e7ea3d540afdd86c58b32bab1c6a0d89c4))
63
-
64
-
65
-
66
-
67
-
68
- ## [0.30.29](https://github.com/cube-js/cube.js/compare/v0.30.28...v0.30.29) (2022-07-01)
69
-
70
- **Note:** Version bump only for package @cubejs-client/core
71
-
72
-
73
-
74
-
75
-
76
- ## [0.30.4](https://github.com/cube-js/cube.js/compare/v0.30.3...v0.30.4) (2022-05-20)
77
-
78
-
79
- ### Bug Fixes
80
-
81
- * **playground:** Remove all time time dimension without granularity ([#4564](https://github.com/cube-js/cube.js/issues/4564)) ([054f488](https://github.com/cube-js/cube.js/commit/054f488ce6b8bfa103cd435f99178ca1f2fa38c7))
82
-
83
-
84
-
85
-
86
-
87
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
88
-
89
- **Note:** Version bump only for package @cubejs-client/core
90
-
91
-
92
-
93
-
94
-
95
- ## [0.29.54](https://github.com/cube-js/cube.js/compare/v0.29.53...v0.29.54) (2022-05-03)
96
-
97
-
98
- ### Features
99
-
100
- * Detailed client TS types ([#4446](https://github.com/cube-js/cube.js/issues/4446)) Thanks [@reify-thomas-smith](https://github.com/reify-thomas-smith) ! ([977cce0](https://github.com/cube-js/cube.js/commit/977cce0c440bc73c0e6b5ad0c10af926b7386873)), closes [#4202](https://github.com/cube-js/cube.js/issues/4202)
101
-
102
-
103
-
104
-
105
-
106
- ## [0.29.53](https://github.com/cube-js/cube.js/compare/v0.29.52...v0.29.53) (2022-04-29)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * **@cubejs-client/core:** Correct LogicalAndFilter/LogicalOrFilter types: allow any filter types in and / or ([#4343](https://github.com/cube-js/cube.js/issues/4343)) Thanks [@tchell](https://github.com/tchell) ! ([699a2f4](https://github.com/cube-js/cube.js/commit/699a2f45910785fb62d4abbeffff35b0b9708dd5))
112
- * **@cubejs-client/core:** fix HTTP poll not working if Cube API stops and recovers ([#3506](https://github.com/cube-js/cube.js/issues/3506)) Thanks [@rongfengliang](https://github.com/rongfengliang) ! ([c207c3c](https://github.com/cube-js/cube.js/commit/c207c3c9e22242e8a4c6e01a2f60d10949a75366))
113
-
114
-
115
- ### Features
116
-
117
- * **@cubejs-client/core:** Accept immutable queries ([#4366](https://github.com/cube-js/cube.js/issues/4366)) Thanks [@reify-thomas-smith](https://github.com/reify-thomas-smith)! ([19b1514](https://github.com/cube-js/cube.js/commit/19b1514d75cc47e0f081dd02e8de0a34aed118bb)), closes [#4160](https://github.com/cube-js/cube.js/issues/4160)
118
- * **client-core:** Add HTTP status code to RequestError ([#4412](https://github.com/cube-js/cube.js/issues/4412)) ([6ec4fdf](https://github.com/cube-js/cube.js/commit/6ec4fdf6921db90bd64cb29f466fa1680f3b7eb4))
119
-
120
-
121
-
122
-
123
-
124
- ## [0.29.51](https://github.com/cube-js/cube.js/compare/v0.29.50...v0.29.51) (2022-04-22)
125
-
126
-
127
- ### Features
128
-
129
- * **query-language:** "startsWith", "endsWith" filters support ([#4128](https://github.com/cube-js/cube.js/issues/4128)) ([e8c72d6](https://github.com/cube-js/cube.js/commit/e8c72d630eecd930a8fd36fc52f9b594a45d59c0))
130
-
131
-
132
-
133
-
134
-
135
- ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
136
-
137
-
138
- ### Features
139
-
140
- * **query-language:** "total" flag support ([#4134](https://github.com/cube-js/cube.js/issues/4134)) ([51aef5e](https://github.com/cube-js/cube.js/commit/51aef5ede6e9b0c0e0e8749119e98102f168b8ca))
141
-
142
-
143
-
144
-
145
-
146
- ## [0.29.43](https://github.com/cube-js/cube.js/compare/v0.29.42...v0.29.43) (2022-04-07)
147
-
148
- **Note:** Version bump only for package @cubejs-client/core
149
-
150
-
151
-
152
-
153
-
154
- ## [0.29.42](https://github.com/cube-js/cube.js/compare/v0.29.41...v0.29.42) (2022-04-04)
155
-
156
-
157
- ### Bug Fixes
158
-
159
- * **playground:** rollup designer count distinct warning ([#4309](https://github.com/cube-js/cube.js/issues/4309)) ([add2dd3](https://github.com/cube-js/cube.js/commit/add2dd3106f7fd9deb3ea88fa74467ccd1b9244f))
160
-
161
-
162
-
163
-
164
-
165
- ## [0.29.33](https://github.com/cube-js/cube.js/compare/v0.29.32...v0.29.33) (2022-03-17)
166
-
167
-
168
- ### Features
169
-
170
- * **playground:** non-additive measures message ([#4236](https://github.com/cube-js/cube.js/issues/4236)) ([ae18bbc](https://github.com/cube-js/cube.js/commit/ae18bbcb9030d0eef03c74410c25902602ec6d43))
171
-
172
-
173
-
174
-
175
-
176
- ## [0.29.29](https://github.com/cube-js/cube.js/compare/v0.29.28...v0.29.29) (2022-03-03)
177
-
178
-
179
- ### Features
180
-
181
- * Compact JSON array based response data format support ([#4046](https://github.com/cube-js/cube.js/issues/4046)) ([e74d73c](https://github.com/cube-js/cube.js/commit/e74d73c140f56e71a24c35a5f03e9af63022bced)), closes [#1](https://github.com/cube-js/cube.js/issues/1)
182
-
183
-
184
-
185
-
186
-
187
- ## [0.29.23](https://github.com/cube-js/cube.js/compare/v0.29.22...v0.29.23) (2022-01-26)
188
-
189
-
190
- ### Bug Fixes
191
-
192
- * **@cubejs-client/core:** restore support for Angular by removing dependency on `@cubejs-client/dx` ([#3972](https://github.com/cube-js/cube.js/issues/3972)) ([13d30dc](https://github.com/cube-js/cube.js/commit/13d30dc98a08c6ef93808adaf1be6c2aa10c664a))
193
- * **client-core:** apiToken nullable check ([3f93f68](https://github.com/cube-js/cube.js/commit/3f93f68170ff87a50bd6bbf768e1cd36c478c20c))
194
-
195
-
196
-
197
-
198
-
199
- ## [0.29.8](https://github.com/cube-js/cube.js/compare/v0.29.7...v0.29.8) (2021-12-21)
200
-
201
-
202
- ### Bug Fixes
203
-
204
- * **@cubejs-client/core:** Add 'meta' field to typescript TCubeMember type [#3682](https://github.com/cube-js/cube.js/issues/3682) ([#3815](https://github.com/cube-js/cube.js/issues/3815)) Thanks @System-Glitch! ([578c0a7](https://github.com/cube-js/cube.js/commit/578c0a75ec2830f48b5d6156370f9343b2fd8b6b))
205
-
206
-
207
-
208
-
209
-
210
- ## [0.29.5](https://github.com/cube-js/cube.js/compare/v0.29.4...v0.29.5) (2021-12-17)
211
-
212
-
213
- ### Features
214
-
215
- * **@cubejs-client/dx:** introduce new dependency for Cube.js Client ([5bfaf1c](https://github.com/cube-js/cube.js/commit/5bfaf1cf99d68dfcdddb04f2b3151ad451657ff9))
216
-
217
-
218
-
219
-
220
-
221
- # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * **client-core:** nullish measure values ([#3664](https://github.com/cube-js/cube.js/issues/3664)) ([f28f803](https://github.com/cube-js/cube.js/commit/f28f803521c9020ce639f68612143c2e962975ea))
227
-
228
-
229
- ### BREAKING CHANGES
230
-
231
- * **client-core:** All undefined/null measure values will now be converted to 0
232
-
233
-
234
-
235
-
236
-
237
- ## [0.28.52](https://github.com/cube-js/cube.js/compare/v0.28.51...v0.28.52) (2021-11-03)
238
-
239
-
240
- ### Bug Fixes
241
-
242
- * **client-core:** dayjs global locale conflict ([#3606](https://github.com/cube-js/cube.js/issues/3606)) Thanks @LvtLvt! ([de7471d](https://github.com/cube-js/cube.js/commit/de7471dfecd1c49f2e9554c92307d3f7c5b8eb9a))
243
-
244
-
245
-
246
-
247
-
248
- ## [0.28.45](https://github.com/cube-js/cube.js/compare/v0.28.44...v0.28.45) (2021-10-19)
249
-
250
- **Note:** Version bump only for package @cubejs-client/core
251
-
252
-
253
-
254
-
255
-
256
- ## [0.28.38](https://github.com/cube-js/cube.js/compare/v0.28.37...v0.28.38) (2021-09-20)
257
-
258
-
259
- ### Bug Fixes
260
-
261
- * **playground:** member visibility filter ([958fad1](https://github.com/cube-js/cube.js/commit/958fad1661d75fa7f387d837c209e5494ca94af4))
262
-
263
-
264
- ### Features
265
-
266
- * **playground:** time zone for cron expressions ([#3441](https://github.com/cube-js/cube.js/issues/3441)) ([b27f509](https://github.com/cube-js/cube.js/commit/b27f509c690c7970ea5443650a141a1bbfcc947b))
267
-
268
-
269
-
270
-
271
-
272
- ## [0.28.37](https://github.com/cube-js/cube.js/compare/v0.28.36...v0.28.37) (2021-09-17)
273
-
274
-
275
- ### Features
276
-
277
- * **playground:** add rollup button ([#3424](https://github.com/cube-js/cube.js/issues/3424)) ([a5db7f1](https://github.com/cube-js/cube.js/commit/a5db7f1905d1eb50bb6e78b4c6c54e03ba7499c9))
278
-
279
-
280
-
281
-
282
-
283
- ## [0.28.35](https://github.com/cube-js/cube.js/compare/v0.28.34...v0.28.35) (2021-09-13)
284
-
285
-
286
- ### Bug Fixes
287
-
288
- * **cubejs-client-core:** keep order of elements within tableColumns ([#3368](https://github.com/cube-js/cube.js/issues/3368)) ([b9a0f47](https://github.com/cube-js/cube.js/commit/b9a0f4744543d2d5facdbb191638f05790d21070))
289
-
290
-
291
-
292
-
293
-
294
- ## [0.28.25](https://github.com/cube-js/cube.js/compare/v0.28.24...v0.28.25) (2021-08-20)
295
-
296
-
297
- ### Bug Fixes
298
-
299
- * **@cubejs-client/core:** prevent redundant auth updates ([#3288](https://github.com/cube-js/cube.js/issues/3288)) ([5ebf211](https://github.com/cube-js/cube.js/commit/5ebf211fde56aeee1a59f0cabc9f7ae3f8e9ffaa))
300
-
301
-
302
-
303
-
304
-
305
- ## [0.28.24](https://github.com/cube-js/cube.js/compare/v0.28.23...v0.28.24) (2021-08-19)
306
-
307
-
308
- ### Features
309
-
310
- * Added Quarter to the timeDimensions of ([3f62b2c](https://github.com/cube-js/cube.js/commit/3f62b2c125b2b7b752e370b65be4c89a0c65a623))
311
- * Support quarter granularity ([4ad1356](https://github.com/cube-js/cube.js/commit/4ad1356ac2d2c4d479c25e60519b0f7b4c1605bb))
312
-
313
-
314
-
315
-
316
-
317
- ## [0.28.17](https://github.com/cube-js/cube.js/compare/v0.28.16...v0.28.17) (2021-08-11)
318
-
319
-
320
- ### Bug Fixes
321
-
322
- * **@cubejs-client/core:** client hangs when loading big responses (node) ([#3216](https://github.com/cube-js/cube.js/issues/3216)) ([33a16f9](https://github.com/cube-js/cube.js/commit/33a16f983f5bbbb88e62f737ee2dc0670f3710c7))
323
-
324
-
325
-
326
-
327
-
328
- ## [0.28.15](https://github.com/cube-js/cube.js/compare/v0.28.14...v0.28.15) (2021-08-06)
329
-
330
-
331
- ### Bug Fixes
332
-
333
- * **@cubejs-client/core:** do not filter out time dimensions ([#3201](https://github.com/cube-js/cube.js/issues/3201)) ([0300093](https://github.com/cube-js/cube.js/commit/0300093e0af29b87e7a9018dc8159c1299e3cd85))
334
-
335
-
336
-
337
-
338
-
339
- ## [0.28.10](https://github.com/cube-js/cube.js/compare/v0.28.9...v0.28.10) (2021-07-30)
340
-
341
- **Note:** Version bump only for package @cubejs-client/core
342
-
343
-
344
-
345
-
346
-
347
- ## [0.28.9](https://github.com/cube-js/cube.js/compare/v0.28.8...v0.28.9) (2021-07-29)
348
-
349
-
350
- ### Bug Fixes
351
-
352
- * **@cubejs-client/core:** data blending without date range ([#3161](https://github.com/cube-js/cube.js/issues/3161)) ([cc7c140](https://github.com/cube-js/cube.js/commit/cc7c1401b1d4e7d66fa4215997cfa4f19f8a5707))
353
-
354
-
355
-
356
-
357
-
358
- ## [0.28.6](https://github.com/cube-js/cube.js/compare/v0.28.5...v0.28.6) (2021-07-22)
359
-
360
-
361
- ### Features
362
-
363
- * **@cubejs-client/ngx:** async CubejsClient initialization ([#2876](https://github.com/cube-js/cube.js/issues/2876)) ([bba3a01](https://github.com/cube-js/cube.js/commit/bba3a01d2a072093509633f2d26e8df9677f940c))
364
-
365
-
366
-
367
-
368
-
369
- ## [0.28.1](https://github.com/cube-js/cube.js/compare/v0.28.0...v0.28.1) (2021-07-19)
370
-
371
- **Note:** Version bump only for package @cubejs-client/core
372
-
373
-
374
-
375
-
376
-
377
- # [0.28.0](https://github.com/cube-js/cube.js/compare/v0.27.53...v0.28.0) (2021-07-17)
378
-
379
-
380
- ### Features
381
-
382
- * Move partition range evaluation from Schema Compiler to Query Orchestrator to allow unbounded queries on partitioned pre-aggregations ([8ea654e](https://github.com/cube-js/cube.js/commit/8ea654e93b57014fb2409e070b3a4c381985a9fd))
383
-
384
-
385
-
386
-
387
-
388
- ## [0.27.51](https://github.com/cube-js/cube.js/compare/v0.27.50...v0.27.51) (2021-07-13)
389
-
390
-
391
- ### Bug Fixes
392
-
393
- * **@cubejs-client/core:** incorrect types for logical and/or in query filters ([#3083](https://github.com/cube-js/cube.js/issues/3083)) ([d7014a2](https://github.com/cube-js/cube.js/commit/d7014a21add8d264d92987a3c840d98d09545457))
394
-
395
-
396
-
397
-
398
-
399
- ## [0.27.48](https://github.com/cube-js/cube.js/compare/v0.27.47...v0.27.48) (2021-07-08)
400
-
401
-
402
- ### Bug Fixes
403
-
404
- * **@cubejs-client/core:** Long Query 413 URL too large ([#3072](https://github.com/cube-js/cube.js/issues/3072)) ([67de4bc](https://github.com/cube-js/cube.js/commit/67de4bc3de69a4da86d4c8d241abe5d921d0e658))
405
- * **@cubejs-client/core:** week granularity ([#3076](https://github.com/cube-js/cube.js/issues/3076)) ([80812ea](https://github.com/cube-js/cube.js/commit/80812ea4027a929729187b096088f38829e9fa27))
406
-
407
-
408
- ### Performance Improvements
409
-
410
- * **@cubejs-client/core:** speed up the pivot implementaion ([#3075](https://github.com/cube-js/cube.js/issues/3075)) ([d6d7a85](https://github.com/cube-js/cube.js/commit/d6d7a858ea8e3940b034cd12ed1630c53e55ea6d))
411
-
412
-
413
-
414
-
415
-
416
- ## [0.27.47](https://github.com/cube-js/cube.js/compare/v0.27.46...v0.27.47) (2021-07-06)
417
-
418
-
419
- ### Features
420
-
421
- * **@cubejs-client/playground:** rollup designer v2 ([#3018](https://github.com/cube-js/cube.js/issues/3018)) ([07e2427](https://github.com/cube-js/cube.js/commit/07e2427bb8050a74bae3a4d9206a7cfee6944022))
422
-
423
-
424
-
425
-
426
-
427
- ## [0.27.41](https://github.com/cube-js/cube.js/compare/v0.27.40...v0.27.41) (2021-06-25)
428
-
429
- **Note:** Version bump only for package @cubejs-client/core
430
-
431
-
432
-
433
-
434
-
435
- ## [0.27.35](https://github.com/cube-js/cube.js/compare/v0.27.34...v0.27.35) (2021-06-18)
436
-
437
- **Note:** Version bump only for package @cubejs-client/core
438
-
439
-
440
-
441
-
442
-
443
- ## [0.27.32](https://github.com/cube-js/cube.js/compare/v0.27.31...v0.27.32) (2021-06-12)
444
-
445
-
446
- ### Features
447
-
448
- * **@cubejs-client/playground:** internal pre-agg warning ([#2943](https://github.com/cube-js/cube.js/issues/2943)) ([039270f](https://github.com/cube-js/cube.js/commit/039270f267774bb5a80d5434ba057164e565b08b))
449
-
450
-
451
-
452
-
453
-
454
- ## [0.27.31](https://github.com/cube-js/cube.js/compare/v0.27.30...v0.27.31) (2021-06-11)
455
-
456
-
457
- ### Bug Fixes
458
-
459
- * extDbType warning ([#2939](https://github.com/cube-js/cube.js/issues/2939)) ([0f014bf](https://github.com/cube-js/cube.js/commit/0f014bf701e07dd1d542529d4792c0e9fbdceb48))
460
-
461
-
462
-
463
-
464
-
465
- ## [0.27.26](https://github.com/cube-js/cube.js/compare/v0.27.25...v0.27.26) (2021-06-01)
466
-
467
- **Note:** Version bump only for package @cubejs-client/core
468
-
469
-
470
-
471
-
472
-
473
- ## [0.27.25](https://github.com/cube-js/cube.js/compare/v0.27.24...v0.27.25) (2021-06-01)
474
-
475
-
476
- ### Features
477
-
478
- * time filter operators ([#2851](https://github.com/cube-js/cube.js/issues/2851)) ([5054249](https://github.com/cube-js/cube.js/commit/505424964d34ae16205485e5347409bb4c5a661d))
479
-
480
-
481
-
482
-
483
-
484
- ## [0.27.24](https://github.com/cube-js/cube.js/compare/v0.27.23...v0.27.24) (2021-05-29)
485
-
486
-
487
- ### Bug Fixes
488
-
489
- * **@cubejs-client/core:** decompose type ([#2849](https://github.com/cube-js/cube.js/issues/2849)) ([60f2596](https://github.com/cube-js/cube.js/commit/60f25964f8f7aecd8a36cc0f1b811445ae12edc6))
490
-
491
-
492
-
493
-
494
-
495
- ## [0.27.22](https://github.com/cube-js/cube.js/compare/v0.27.21...v0.27.22) (2021-05-27)
496
-
497
-
498
- ### Features
499
-
500
- * **@cubejs-client/vue3:** vue 3 support ([#2827](https://github.com/cube-js/cube.js/issues/2827)) ([6ac2c8c](https://github.com/cube-js/cube.js/commit/6ac2c8c938fee3001f78ef0f8782255799550514))
501
-
502
-
503
-
504
-
505
-
506
- ## [0.27.19](https://github.com/cube-js/cube.js/compare/v0.27.18...v0.27.19) (2021-05-24)
507
-
508
-
509
- ### Features
510
-
511
- * **@cubejs-client/playground:** pre-agg helper ([#2807](https://github.com/cube-js/cube.js/issues/2807)) ([44f09c3](https://github.com/cube-js/cube.js/commit/44f09c39ce3b2a8c6a2ce2fb66b75a0c288eb1da))
512
-
513
-
514
-
515
-
516
-
517
- ## [0.27.17](https://github.com/cube-js/cube.js/compare/v0.27.16...v0.27.17) (2021-05-22)
518
-
519
-
520
- ### Features
521
-
522
- * **@cubejs-client/core:** exporting CubejsApi class ([#2773](https://github.com/cube-js/cube.js/issues/2773)) ([03cfaff](https://github.com/cube-js/cube.js/commit/03cfaff83d2ca1c9e49b6088eab3948d081bb9a9))
523
-
524
-
525
-
526
-
527
-
528
- ## [0.27.15](https://github.com/cube-js/cube.js/compare/v0.27.14...v0.27.15) (2021-05-18)
529
-
530
-
531
- ### Bug Fixes
532
-
533
- * **@cubejs-client/core:** compareDateRange pivot fix ([#2752](https://github.com/cube-js/cube.js/issues/2752)) ([653ad84](https://github.com/cube-js/cube.js/commit/653ad84f57cc7d5e004c92fe717246ce33d7dcad))
534
- * **@cubejs-client/core:** Meta types fixes ([#2746](https://github.com/cube-js/cube.js/issues/2746)) ([cd17755](https://github.com/cube-js/cube.js/commit/cd17755a07fe19fbebe44d0193330d43a66b757d))
535
-
536
-
537
- ### Features
538
-
539
- * **@cubejs-client/playground:** member grouping ([#2736](https://github.com/cube-js/cube.js/issues/2736)) ([7659438](https://github.com/cube-js/cube.js/commit/76594383e08e44354c5966f8e60107d65e05ddab))
540
-
541
-
542
-
543
-
544
-
545
- ## [0.27.14](https://github.com/cube-js/cube.js/compare/v0.27.13...v0.27.14) (2021-05-13)
546
-
547
-
548
- ### Features
549
-
550
- * **@cubejs-client/core:** member sorting ([#2733](https://github.com/cube-js/cube.js/issues/2733)) ([fae3b29](https://github.com/cube-js/cube.js/commit/fae3b293a2ce84ea518567f38546f14acc587e0d))
551
-
552
-
553
-
554
-
555
-
556
- ## [0.27.13](https://github.com/cube-js/cube.js/compare/v0.27.12...v0.27.13) (2021-05-13)
557
-
558
-
559
- ### Bug Fixes
560
-
561
- * **@cubejs-client/core:** response error handling ([#2703](https://github.com/cube-js/cube.js/issues/2703)) ([de31373](https://github.com/cube-js/cube.js/commit/de31373d9829a6924d7edc04b96464ffa417d920))
562
-
563
-
564
-
565
-
566
-
567
- ## [0.27.6](https://github.com/cube-js/cube.js/compare/v0.27.5...v0.27.6) (2021-05-03)
568
-
569
-
570
- ### Bug Fixes
571
-
572
- * **@cubejs-client/playground:** display server error message ([#2648](https://github.com/cube-js/cube.js/issues/2648)) ([c4d8936](https://github.com/cube-js/cube.js/commit/c4d89369db8796fb136af8370aee2111ac3d0316))
573
-
574
-
575
-
576
-
577
-
578
- ## [0.27.5](https://github.com/cube-js/cube.js/compare/v0.27.4...v0.27.5) (2021-05-03)
579
-
580
- **Note:** Version bump only for package @cubejs-client/core
581
-
582
-
583
-
584
-
585
-
586
- # [0.27.0](https://github.com/cube-js/cube.js/compare/v0.26.104...v0.27.0) (2021-04-26)
587
-
588
- **Note:** Version bump only for package @cubejs-client/core
589
-
590
-
591
-
592
-
593
-
594
- ## [0.26.102](https://github.com/cube-js/cube.js/compare/v0.26.101...v0.26.102) (2021-04-22)
595
-
596
-
597
- ### Bug Fixes
598
-
599
- * **@cubejs-client/core:** add type definition to the categories method ([#2585](https://github.com/cube-js/cube.js/issues/2585)) ([4112b2d](https://github.com/cube-js/cube.js/commit/4112b2ddf956537dd1fc3d08b249bef8d07f7645))
600
-
601
-
602
-
603
-
604
-
605
- ## [0.26.94](https://github.com/cube-js/cube.js/compare/v0.26.93...v0.26.94) (2021-04-13)
606
-
607
-
608
- ### Bug Fixes
609
-
610
- * **@cubejs-client/core:** WebSocket response check ([7af1b45](https://github.com/cube-js/cube.js/commit/7af1b458a9f2d7390e80805241d108b895d5c2cc))
611
-
612
-
613
-
614
-
615
-
616
- ## [0.26.93](https://github.com/cube-js/cube.js/compare/v0.26.92...v0.26.93) (2021-04-12)
617
-
618
-
619
- ### Bug Fixes
620
-
621
- * **@cubejs-client/vue:** make query reactive ([#2539](https://github.com/cube-js/cube.js/issues/2539)) ([9bce6ba](https://github.com/cube-js/cube.js/commit/9bce6ba964d71f0cba0e4d4e4e21a973309d77d4))
622
-
623
-
624
-
625
-
626
-
627
- ## [0.26.90](https://github.com/cube-js/cube.js/compare/v0.26.89...v0.26.90) (2021-04-11)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * **@cubejs-client/core:** display request status code ([b6108c9](https://github.com/cube-js/cube.js/commit/b6108c9285ffe177439b2310c201d19f19819206))
633
-
634
-
635
-
636
-
637
-
638
- ## [0.26.82](https://github.com/cube-js/cube.js/compare/v0.26.81...v0.26.82) (2021-04-07)
639
-
640
-
641
- ### Features
642
-
643
- * **@cubejs-client/playground:** run query button, disable query auto triggering ([#2476](https://github.com/cube-js/cube.js/issues/2476)) ([92a5d45](https://github.com/cube-js/cube.js/commit/92a5d45eca00e88e925e547a12c3f69b05bfafa6))
644
-
645
-
646
-
647
-
648
-
649
- ## [0.26.73](https://github.com/cube-js/cube.js/compare/v0.26.72...v0.26.73) (2021-04-01)
650
-
651
-
652
- ### Features
653
-
654
- * Introduce ITransportResponse for HttpTransport/WSTransport, fix [#2439](https://github.com/cube-js/cube.js/issues/2439) ([756bcb8](https://github.com/cube-js/cube.js/commit/756bcb8ae9cd6075382c01a88e46415dd7d024b3))
655
-
656
-
657
-
658
-
659
-
660
- ## [0.26.70](https://github.com/cube-js/cube.js/compare/v0.26.69...v0.26.70) (2021-03-26)
661
-
662
-
663
- ### Features
664
-
665
- * Vue chart renderers ([#2428](https://github.com/cube-js/cube.js/issues/2428)) ([bc2cbab](https://github.com/cube-js/cube.js/commit/bc2cbab22fee860cfc846d1207f6a83899198dd8))
666
-
667
-
668
-
669
-
670
-
671
- ## [0.26.69](https://github.com/cube-js/cube.js/compare/v0.26.68...v0.26.69) (2021-03-25)
672
-
673
-
674
- ### Bug Fixes
675
-
676
- * **@cubejs-client/core:** Updated totalRow within ResultSet ([#2410](https://github.com/cube-js/cube.js/issues/2410)) ([91e51be](https://github.com/cube-js/cube.js/commit/91e51be6e5690dfe6ba294f75e768406fcc9d4a1))
677
-
678
-
679
-
680
-
681
-
682
- ## [0.26.63](https://github.com/cube-js/cube.js/compare/v0.26.62...v0.26.63) (2021-03-22)
683
-
684
-
685
- ### Bug Fixes
686
-
687
- * **@cubejs-client/ngx:** wrong type reference ([#2407](https://github.com/cube-js/cube.js/issues/2407)) ([d6c4183](https://github.com/cube-js/cube.js/commit/d6c41838df53d18eae23b2d38f86435626568ccf))
688
-
689
-
690
-
691
-
692
-
693
- ## [0.26.61](https://github.com/cube-js/cube.js/compare/v0.26.60...v0.26.61) (2021-03-18)
694
-
695
-
696
- ### Features
697
-
698
- * **@cubejs-client/vue:** vue query builder ([#1824](https://github.com/cube-js/cube.js/issues/1824)) ([06ee13f](https://github.com/cube-js/cube.js/commit/06ee13f72ef33372385567ed5e1795087b4f5f53))
699
-
700
-
701
-
702
-
703
-
704
- ## [0.26.60](https://github.com/cube-js/cube.js/compare/v0.26.59...v0.26.60) (2021-03-16)
705
-
706
-
707
- ### Features
708
-
709
- * **@cubejs-client/playground:** Playground components ([#2329](https://github.com/cube-js/cube.js/issues/2329)) ([489dc12](https://github.com/cube-js/cube.js/commit/489dc12d7e9bfa87bfb3c8ffabf76f238c86a2fe))
710
-
711
-
712
-
713
-
714
-
715
- ## [0.26.55](https://github.com/cube-js/cube.js/compare/v0.26.54...v0.26.55) (2021-03-12)
716
-
717
-
718
- ### Bug Fixes
719
-
720
- * **playground:** Cannot read property 'extendMoment' of undefined ([42fd694](https://github.com/cube-js/cube.js/commit/42fd694f28782413c25356530d6b07db9ea091e0))
721
-
722
-
723
-
724
-
725
-
726
- ## [0.26.54](https://github.com/cube-js/cube.js/compare/v0.26.53...v0.26.54) (2021-03-12)
727
-
728
- **Note:** Version bump only for package @cubejs-client/core
729
-
730
-
731
-
732
-
733
-
734
- ## [0.26.53](https://github.com/cube-js/cube.js/compare/v0.26.52...v0.26.53) (2021-03-11)
735
-
736
- **Note:** Version bump only for package @cubejs-client/core
737
-
738
-
739
-
740
-
741
-
742
- ## [0.26.45](https://github.com/cube-js/cube.js/compare/v0.26.44...v0.26.45) (2021-03-04)
743
-
744
-
745
- ### Bug Fixes
746
-
747
- * **@cubejs-client:** react, core TypeScript fixes ([#2261](https://github.com/cube-js/cube.js/issues/2261)). Thanks to @SteffeyDev! ([4db93af](https://github.com/cube-js/cube.js/commit/4db93af984e737d7a6a448facbc8227907007c5d))
748
-
749
-
750
-
751
-
752
-
753
- ## [0.26.19](https://github.com/cube-js/cube.js/compare/v0.26.18...v0.26.19) (2021-02-19)
754
-
755
-
756
- ### Bug Fixes
757
-
758
- * **@cubejs-client/core:** manage boolean filters for missing members ([#2139](https://github.com/cube-js/cube.js/issues/2139)) ([6fad355](https://github.com/cube-js/cube.js/commit/6fad355ea47c0e9dda1e733345a0de0a0d99e7cb))
759
- * **@cubejs-client/react:** type fixes ([#2140](https://github.com/cube-js/cube.js/issues/2140)) ([bca1ff7](https://github.com/cube-js/cube.js/commit/bca1ff72b0204a3cce1d4ee658396b3e22adb1cd))
760
-
761
-
762
-
763
-
764
-
765
- ## [0.26.13](https://github.com/cube-js/cube.js/compare/v0.26.12...v0.26.13) (2021-02-12)
766
-
767
-
768
- ### Features
769
-
770
- * **@cubejs-client/playground:** handle missing members ([#2067](https://github.com/cube-js/cube.js/issues/2067)) ([348b245](https://github.com/cube-js/cube.js/commit/348b245f4086095fbe1515d7821d631047f0008c))
771
-
772
-
773
-
774
-
775
-
776
- # [0.26.0](https://github.com/cube-js/cube.js/compare/v0.25.33...v0.26.0) (2021-02-01)
777
-
778
- **Note:** Version bump only for package @cubejs-client/core
779
-
780
-
781
-
782
-
783
-
784
- ## [0.25.31](https://github.com/cube-js/cube.js/compare/v0.25.30...v0.25.31) (2021-01-28)
785
-
786
-
787
- ### Bug Fixes
788
-
789
- * **@cubejs-client/core:** propagate time dimension to the drill down query ([#1911](https://github.com/cube-js/cube.js/issues/1911)) ([59701da](https://github.com/cube-js/cube.js/commit/59701dad6f6cb6d78954d18b309716a9d51aa6b7))
790
-
791
-
792
-
793
-
794
-
795
- # [0.25.0](https://github.com/cube-js/cube.js/compare/v0.24.15...v0.25.0) (2020-12-21)
796
-
797
- **Note:** Version bump only for package @cubejs-client/core
798
-
799
-
800
-
801
-
802
-
803
- ## [0.24.14](https://github.com/cube-js/cube.js/compare/v0.24.13...v0.24.14) (2020-12-19)
804
-
805
-
806
- ### Features
807
-
808
- * Add HTTP Post to cubejs client core ([#1608](https://github.com/cube-js/cube.js/issues/1608)). Thanks to [@mnifakram](https://github.com/mnifakram)! ([1ebd6a0](https://github.com/cube-js/cube.js/commit/1ebd6a04ac97b31c6a51ef63bb1d4c040e524190))
809
-
810
-
811
-
812
-
813
-
814
- ## [0.24.13](https://github.com/cube-js/cube.js/compare/v0.24.12...v0.24.13) (2020-12-18)
815
-
816
- **Note:** Version bump only for package @cubejs-client/core
817
-
818
-
819
-
820
-
821
-
822
- ## [0.24.12](https://github.com/cube-js/cube.js/compare/v0.24.11...v0.24.12) (2020-12-17)
823
-
824
-
825
- ### Bug Fixes
826
-
827
- * **@cubejs-core:** Add type definition for compareDateRange, fix [#1621](https://github.com/cube-js/cube.js/issues/1621) ([#1623](https://github.com/cube-js/cube.js/issues/1623)). Thanks to [@cbroome](https://github.com/cbroome)! ([d8b7f36](https://github.com/cube-js/cube.js/commit/d8b7f3654c705cc020ccfa548b180b56b5422f60))
828
-
829
-
830
-
831
-
832
-
833
- ## [0.24.9](https://github.com/cube-js/cube.js/compare/v0.24.8...v0.24.9) (2020-12-16)
834
-
835
-
836
- ### Features
837
-
838
- * **@cubejs-client/playground:** Angular chart code generation support in Playground ([#1519](https://github.com/cube-js/cube.js/issues/1519)) ([4690e11](https://github.com/cube-js/cube.js/commit/4690e11f417ff65fea8426360f3f5a2b3acd2792)), closes [#1515](https://github.com/cube-js/cube.js/issues/1515) [#1612](https://github.com/cube-js/cube.js/issues/1612)
839
-
840
-
841
-
842
-
843
-
844
- ## [0.24.8](https://github.com/cube-js/cube.js/compare/v0.24.7...v0.24.8) (2020-12-15)
845
-
846
-
847
- ### Features
848
-
849
- * **@cubejs-client/core:** Added pivotConfig option to alias series with a prefix ([#1594](https://github.com/cube-js/cube.js/issues/1594)). Thanks to @MattGson! ([a3342f7](https://github.com/cube-js/cube.js/commit/a3342f7fd0389ce3ad0bc62686c0e787de25f411))
850
-
851
-
852
-
853
-
854
-
855
- ## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07)
856
-
857
- **Note:** Version bump only for package @cubejs-client/core
858
-
859
-
860
-
861
-
862
-
863
- # [0.24.0](https://github.com/cube-js/cube.js/compare/v0.23.15...v0.24.0) (2020-11-26)
864
-
865
- **Note:** Version bump only for package @cubejs-client/core
866
-
867
-
868
-
869
-
870
-
871
- ## [0.23.14](https://github.com/cube-js/cube.js/compare/v0.23.13...v0.23.14) (2020-11-22)
872
-
873
-
874
- ### Bug Fixes
875
-
876
- * **@cubejs-client/core:** propagate segments to drillDown queries ([#1406](https://github.com/cube-js/cube.js/issues/1406)) ([d4ceb65](https://github.com/cube-js/cube.js/commit/d4ceb6502db9c62c0cf95f1e48879f95ea4544d7))
877
-
878
-
879
-
880
-
881
-
882
- ## [0.23.12](https://github.com/cube-js/cube.js/compare/v0.23.11...v0.23.12) (2020-11-17)
883
-
884
-
885
- ### Bug Fixes
886
-
887
- * **@cubejs-client/core:** pivot should work well with null values ([#1386](https://github.com/cube-js/cube.js/issues/1386)). Thanks to [@mspiegel31](https://github.com/mspiegel31)! ([d4c2446](https://github.com/cube-js/cube.js/commit/d4c24469b8eea2d84f04c540b0a5f9a8d285ad1d))
888
-
889
-
890
-
891
-
892
-
893
- ## [0.23.11](https://github.com/cube-js/cube.js/compare/v0.23.10...v0.23.11) (2020-11-13)
894
-
895
-
896
- ### Bug Fixes
897
-
898
- * **@cubejs-client/core:** annotation format type ([e5004f6](https://github.com/cube-js/cube.js/commit/e5004f6bf687e7df4b611bf1d772da278558759d))
899
- * **@cubejs-playground:** boolean filters support ([#1269](https://github.com/cube-js/cube.js/issues/1269)) ([adda809](https://github.com/cube-js/cube.js/commit/adda809e4cd08436ffdf8f3396a6f35725f3dc22))
900
-
901
-
902
-
903
-
904
-
905
- ## [0.23.6](https://github.com/cube-js/cube.js/compare/v0.23.5...v0.23.6) (2020-11-02)
906
-
907
- **Note:** Version bump only for package @cubejs-client/core
908
-
909
-
910
-
911
-
912
-
913
- # [0.23.0](https://github.com/cube-js/cube.js/compare/v0.22.4...v0.23.0) (2020-10-28)
914
-
915
- **Note:** Version bump only for package @cubejs-client/core
916
-
917
-
918
-
919
-
920
-
921
- ## [0.22.2](https://github.com/cube-js/cube.js/compare/v0.22.1...v0.22.2) (2020-10-26)
922
-
923
-
924
- ### Bug Fixes
925
-
926
- * **@cubejs-client/core:** duplicate names in ResultSet.seriesNames() ([#1187](https://github.com/cube-js/cube.js/issues/1187)). Thanks to [@aviranmoz](https://github.com/aviranmoz)! ([8d9eb68](https://github.com/cube-js/cube.js/commit/8d9eb68))
927
-
928
-
929
-
930
-
931
-
932
- ## [0.22.1](https://github.com/cube-js/cube.js/compare/v0.22.0...v0.22.1) (2020-10-21)
933
-
934
-
935
- ### Bug Fixes
936
-
937
- * **@cubejs-playground:** avoid unnecessary load calls, dryRun ([#1210](https://github.com/cube-js/cube.js/issues/1210)) ([aaf4911](https://github.com/cube-js/cube.js/commit/aaf4911))
938
-
939
-
940
-
941
-
942
-
943
- # [0.22.0](https://github.com/cube-js/cube.js/compare/v0.21.2...v0.22.0) (2020-10-20)
944
-
945
-
946
- ### Bug Fixes
947
-
948
- * umd build default export ([#1219](https://github.com/cube-js/cube.js/issues/1219)) ([cc434eb](https://github.com/cube-js/cube.js/commit/cc434eb))
949
- * **@cubejs-client/core:** Add parseDateMeasures field to CubeJSApiOptions (typings) ([e1a1ada](https://github.com/cube-js/cube.js/commit/e1a1ada))
950
-
951
-
952
-
953
-
954
-
955
- ## [0.21.1](https://github.com/cube-js/cube.js/compare/v0.21.0...v0.21.1) (2020-10-15)
956
-
957
- **Note:** Version bump only for package @cubejs-client/core
958
-
959
-
960
-
961
-
962
-
963
- # [0.21.0](https://github.com/cube-js/cube.js/compare/v0.20.15...v0.21.0) (2020-10-09)
964
-
965
- **Note:** Version bump only for package @cubejs-client/core
966
-
967
-
968
-
969
-
970
-
971
- ## [0.20.12](https://github.com/cube-js/cube.js/compare/v0.20.11...v0.20.12) (2020-10-02)
972
-
973
-
974
- ### Features
975
-
976
- * angular query builder ([#1073](https://github.com/cube-js/cube.js/issues/1073)) ([ea088b3](https://github.com/cube-js/cube.js/commit/ea088b3))
977
-
978
-
979
-
980
-
981
-
982
- ## [0.20.11](https://github.com/cube-js/cube.js/compare/v0.20.10...v0.20.11) (2020-09-28)
983
-
984
-
985
- ### Bug Fixes
986
-
987
- * propagate drill down parent filters ([#1143](https://github.com/cube-js/cube.js/issues/1143)) ([314985e](https://github.com/cube-js/cube.js/commit/314985e))
988
-
989
-
990
-
991
-
992
-
993
- ## [0.20.10](https://github.com/cube-js/cube.js/compare/v0.20.9...v0.20.10) (2020-09-23)
994
-
995
-
996
- ### Bug Fixes
997
-
998
- * drilling into any measure other than the first ([#1131](https://github.com/cube-js/cube.js/issues/1131)) ([e741a20](https://github.com/cube-js/cube.js/commit/e741a20))
999
-
1000
-
1001
-
1002
-
1003
-
1004
- ## [0.20.9](https://github.com/cube-js/cube.js/compare/v0.20.8...v0.20.9) (2020-09-19)
1005
-
1006
- **Note:** Version bump only for package @cubejs-client/core
1007
-
1008
-
1009
-
1010
-
1011
-
1012
- ## [0.20.6](https://github.com/cube-js/cube.js/compare/v0.20.5...v0.20.6) (2020-09-10)
1013
-
1014
- **Note:** Version bump only for package @cubejs-client/core
1015
-
1016
-
1017
-
1018
-
1019
-
1020
- ## [0.20.5](https://github.com/cube-js/cube.js/compare/v0.20.4...v0.20.5) (2020-09-10)
1021
-
1022
-
1023
- ### Bug Fixes
1024
-
1025
- * cube-client-core resolveMember return type ([#1051](https://github.com/cube-js/cube.js/issues/1051)). Thanks to @Aaronkala ([662cfe0](https://github.com/cube-js/cube.js/commit/662cfe0))
1026
- * improve TimeDimensionGranularity type ([#1052](https://github.com/cube-js/cube.js/issues/1052)). Thanks to [@joealden](https://github.com/joealden) ([1e9bd99](https://github.com/cube-js/cube.js/commit/1e9bd99))
1027
-
1028
-
1029
-
1030
-
1031
-
1032
- ## [0.20.3](https://github.com/cube-js/cube.js/compare/v0.20.2...v0.20.3) (2020-09-03)
1033
-
1034
-
1035
- ### Bug Fixes
1036
-
1037
- * Export the TimeDimensionGranularity type ([#1044](https://github.com/cube-js/cube.js/issues/1044)). Thanks to [@gudjonragnar](https://github.com/gudjonragnar) ([26b329e](https://github.com/cube-js/cube.js/commit/26b329e))
1038
-
1039
-
1040
-
1041
-
1042
-
1043
- ## [0.20.2](https://github.com/cube-js/cube.js/compare/v0.20.1...v0.20.2) (2020-09-02)
1044
-
1045
-
1046
- ### Bug Fixes
1047
-
1048
- * subscribe option, new query types to work with ws ([dbf602e](https://github.com/cube-js/cube.js/commit/dbf602e))
1049
-
1050
-
1051
- ### Features
1052
-
1053
- * custom date range ([#1027](https://github.com/cube-js/cube.js/issues/1027)) ([304985f](https://github.com/cube-js/cube.js/commit/304985f))
1054
-
1055
-
1056
-
1057
-
1058
-
1059
- ## [0.20.1](https://github.com/cube-js/cube.js/compare/v0.20.0...v0.20.1) (2020-09-01)
1060
-
1061
- **Note:** Version bump only for package @cubejs-client/core
1062
-
1063
-
1064
-
1065
-
1066
-
1067
- # [0.20.0](https://github.com/cube-js/cube.js/compare/v0.19.61...v0.20.0) (2020-08-26)
1068
-
1069
-
1070
- ### Bug Fixes
1071
-
1072
- * respect timezone in drillDown queries ([#1003](https://github.com/cube-js/cube.js/issues/1003)) ([c128417](https://github.com/cube-js/cube.js/commit/c128417))
1073
-
1074
-
1075
- ### Features
1076
-
1077
- * Data blending ([#1012](https://github.com/cube-js/cube.js/issues/1012)) ([19fd00e](https://github.com/cube-js/cube.js/commit/19fd00e))
1078
- * date range comparison support ([#979](https://github.com/cube-js/cube.js/issues/979)) ([ca21cfd](https://github.com/cube-js/cube.js/commit/ca21cfd))
1079
- * Make the Filter type more specific. ([#915](https://github.com/cube-js/cube.js/issues/915)) Thanks to [@ylixir](https://github.com/ylixir) ([cecdb36](https://github.com/cube-js/cube.js/commit/cecdb36))
1080
-
1081
-
1082
-
1083
-
1084
-
1085
- ## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
1086
-
1087
-
1088
- ### Bug Fixes
1089
-
1090
- * membersForQuery return type ([#909](https://github.com/cube-js/cube.js/issues/909)) ([4976fcf](https://github.com/cube-js/cube.js/commit/4976fcf))
1091
-
1092
-
1093
-
1094
-
1095
-
1096
- ## [0.19.55](https://github.com/cube-js/cube.js/compare/v0.19.54...v0.19.55) (2020-07-23)
1097
-
1098
-
1099
- ### Features
1100
-
1101
- * expose loadResponse annotation ([#894](https://github.com/cube-js/cube.js/issues/894)) ([2875d47](https://github.com/cube-js/cube.js/commit/2875d47))
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- ## [0.19.54](https://github.com/cube-js/cube.js/compare/v0.19.53...v0.19.54) (2020-07-23)
1108
-
1109
- **Note:** Version bump only for package @cubejs-client/core
1110
-
1111
-
1112
-
1113
-
1114
-
1115
- ## [0.19.53](https://github.com/cube-js/cube.js/compare/v0.19.52...v0.19.53) (2020-07-20)
1116
-
1117
-
1118
- ### Bug Fixes
1119
-
1120
- * preserve order of sorted data ([#870](https://github.com/cube-js/cube.js/issues/870)) ([861db10](https://github.com/cube-js/cube.js/commit/861db10))
1121
-
1122
-
1123
-
1124
-
1125
-
1126
- ## [0.19.51](https://github.com/cube-js/cube.js/compare/v0.19.50...v0.19.51) (2020-07-17)
1127
-
1128
- **Note:** Version bump only for package @cubejs-client/core
1129
-
1130
-
1131
-
1132
-
1133
-
1134
- ## [0.19.50](https://github.com/cube-js/cube.js/compare/v0.19.49...v0.19.50) (2020-07-16)
1135
-
1136
-
1137
- ### Features
1138
-
1139
- * ResultSet serializaion and deserializaion ([#836](https://github.com/cube-js/cube.js/issues/836)) ([80b8d41](https://github.com/cube-js/cube.js/commit/80b8d41))
1140
-
1141
-
1142
-
1143
-
1144
-
1145
- ## [0.19.48](https://github.com/cube-js/cube.js/compare/v0.19.47...v0.19.48) (2020-07-11)
1146
-
1147
-
1148
- ### Bug Fixes
1149
-
1150
- * **cubejs-client-core:** enums exported from declaration files are not accessible ([#810](https://github.com/cube-js/cube.js/issues/810)) ([3396fbe](https://github.com/cube-js/cube.js/commit/3396fbe))
1151
-
1152
-
1153
-
1154
-
1155
-
1156
- ## [0.19.43](https://github.com/cube-js/cube.js/compare/v0.19.42...v0.19.43) (2020-07-04)
1157
-
1158
-
1159
- ### Bug Fixes
1160
-
1161
- * **cubejs-client-core:** Display the measure value when the y axis is empty ([#789](https://github.com/cube-js/cube.js/issues/789)) ([7ec6ac6](https://github.com/cube-js/cube.js/commit/7ec6ac6))
1162
-
1163
-
1164
- ### Features
1165
-
1166
- * Adjust client options to send credentials when needed ([#790](https://github.com/cube-js/cube.js/issues/790)) Thanks to [@colefichter](https://github.com/colefichter) ! ([5203f6c](https://github.com/cube-js/cube.js/commit/5203f6c)), closes [#788](https://github.com/cube-js/cube.js/issues/788)
1167
-
1168
-
1169
-
1170
-
1171
-
1172
- ## [0.19.42](https://github.com/cube-js/cube.js/compare/v0.19.41...v0.19.42) (2020-07-01)
1173
-
1174
-
1175
- ### Bug Fixes
1176
-
1177
- * **docs-gen:** generation fixes ([1598a9b](https://github.com/cube-js/cube.js/commit/1598a9b))
1178
- * **docs-gen:** titles ([12a1a5f](https://github.com/cube-js/cube.js/commit/12a1a5f))
1179
-
1180
-
1181
-
1182
-
1183
-
1184
- ## [0.19.41](https://github.com/cube-js/cube.js/compare/v0.19.40...v0.19.41) (2020-06-30)
1185
-
1186
-
1187
- ### Bug Fixes
1188
-
1189
- * **docs-gen:** generator fixes, docs updates ([c5b26d0](https://github.com/cube-js/cube.js/commit/c5b26d0))
1190
-
1191
-
1192
-
1193
-
1194
-
1195
- ## [0.19.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
1196
-
1197
-
1198
- ### Features
1199
-
1200
- * **docs-gen:** Typedoc generator ([#769](https://github.com/cube-js/cube.js/issues/769)) ([15373eb](https://github.com/cube-js/cube.js/commit/15373eb))
1201
-
1202
-
1203
-
1204
-
1205
-
1206
- ## [0.19.37](https://github.com/cube-js/cube.js/compare/v0.19.36...v0.19.37) (2020-06-26)
1207
-
1208
-
1209
- ### Bug Fixes
1210
-
1211
- * **cubejs-client-core:** tableColumns empty data fix ([#750](https://github.com/cube-js/cube.js/issues/750)) ([0ac9b7a](https://github.com/cube-js/cube.js/commit/0ac9b7a))
1212
-
1213
-
1214
- ### Features
1215
-
1216
- * query builder pivot config support ([#742](https://github.com/cube-js/cube.js/issues/742)) ([4e29057](https://github.com/cube-js/cube.js/commit/4e29057))
1217
-
1218
-
1219
-
1220
-
1221
-
1222
- ## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)
1223
-
1224
-
1225
- ### Bug Fixes
1226
-
1227
- * **cubejs-client-core:** table pivot ([#672](https://github.com/cube-js/cube.js/issues/672)) ([70015f5](https://github.com/cube-js/cube.js/commit/70015f5))
1228
- * table ([#740](https://github.com/cube-js/cube.js/issues/740)) ([6f1a8e7](https://github.com/cube-js/cube.js/commit/6f1a8e7))
1229
-
1230
-
1231
-
1232
-
1233
-
1234
- ## [0.19.31](https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31) (2020-06-10)
1235
-
1236
-
1237
- ### Bug Fixes
1238
-
1239
- * **cubejs-client-core:** Remove Content-Type header from requests in HttpTransport ([#709](https://github.com/cube-js/cube.js/issues/709)) ([f6e366c](https://github.com/cube-js/cube.js/commit/f6e366c))
1240
-
1241
-
1242
- ### Features
1243
-
1244
- * Query builder order by ([#685](https://github.com/cube-js/cube.js/issues/685)) ([d3c735b](https://github.com/cube-js/cube.js/commit/d3c735b))
1245
-
1246
-
1247
-
1248
-
1249
-
1250
- ## [0.19.23](https://github.com/cube-js/cube.js/compare/v0.19.22...v0.19.23) (2020-06-02)
1251
-
1252
-
1253
- ### Features
1254
-
1255
- * drill down queries support ([#664](https://github.com/cube-js/cube.js/issues/664)) ([7e21545](https://github.com/cube-js/cube.js/commit/7e21545)), closes [#190](https://github.com/cube-js/cube.js/issues/190)
1256
-
1257
-
1258
-
1259
-
1260
-
1261
- ## [0.19.22](https://github.com/cube-js/cube.js/compare/v0.19.21...v0.19.22) (2020-05-26)
1262
-
1263
- **Note:** Version bump only for package @cubejs-client/core
1264
-
1265
-
1266
-
1267
-
1268
-
1269
- ## [0.19.19](https://github.com/cube-js/cube.js/compare/v0.19.18...v0.19.19) (2020-05-15)
1270
-
1271
-
1272
- ### Bug Fixes
1273
-
1274
- * corejs version ([8bef3b2](https://github.com/cube-js/cube.js/commit/8bef3b2))
1275
-
1276
-
1277
- ### Features
1278
-
1279
- * ability to add custom meta data for measures, dimensions and segments ([#641](https://github.com/cube-js/cube.js/issues/641)) ([88d5c9b](https://github.com/cube-js/cube.js/commit/88d5c9b)), closes [#625](https://github.com/cube-js/cube.js/issues/625)
1280
-
1281
-
1282
-
1283
-
1284
-
1285
- ## [0.19.16](https://github.com/cube-js/cube.js/compare/v0.19.15...v0.19.16) (2020-05-07)
1286
-
1287
- **Note:** Version bump only for package @cubejs-client/core
1288
-
1289
-
1290
-
1291
-
1292
-
1293
- ## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)
1294
-
1295
- **Note:** Version bump only for package @cubejs-client/core
1296
-
1297
-
1298
-
1299
-
1300
-
1301
- ## [0.19.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
1302
-
1303
-
1304
- ### Features
1305
-
1306
- * **react:** `resetResultSetOnChange` option for `QueryRenderer` and `useCubeQuery` ([c8c74d3](https://github.com/cube-js/cube.js/commit/c8c74d3))
1307
-
1308
-
1309
-
1310
-
1311
-
1312
- ## [0.19.12](https://github.com/cube-js/cube.js/compare/v0.19.11...v0.19.12) (2020-04-20)
1313
-
1314
-
1315
- ### Bug Fixes
1316
-
1317
- * Make date measure parsing optional ([d199cd5](https://github.com/cube-js/cube.js/commit/d199cd5)), closes [#602](https://github.com/cube-js/cube.js/issues/602)
1318
-
1319
-
1320
-
1321
-
1322
-
1323
- ## [0.19.9](https://github.com/cube-js/cube.js/compare/v0.19.8...v0.19.9) (2020-04-16)
1324
-
1325
-
1326
- ### Features
1327
-
1328
- * Parse dates on client side ([#522](https://github.com/cube-js/cube.js/issues/522)) Thanks to [@richipargo](https://github.com/richipargo)! ([11c1106](https://github.com/cube-js/cube.js/commit/11c1106))
1329
-
1330
-
1331
-
1332
-
1333
-
1334
- ## [0.19.7](https://github.com/cube-js/cube.js/compare/v0.19.6...v0.19.7) (2020-04-14)
1335
-
1336
-
1337
- ### Features
1338
-
1339
- * Including format and type in tableColumns ([#587](https://github.com/cube-js/cube.js/issues/587)) Thanks to [@danpanaite](https://github.com/danpanaite)! ([3f7d74f](https://github.com/cube-js/cube.js/commit/3f7d74f)), closes [#585](https://github.com/cube-js/cube.js/issues/585)
1340
-
1341
-
1342
-
1343
-
1344
-
1345
- # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09)
1346
-
1347
- **Note:** Version bump only for package @cubejs-client/core
1348
-
1349
-
1350
-
1351
-
1352
-
1353
- ## [0.18.18](https://github.com/cube-js/cube.js/compare/v0.18.17...v0.18.18) (2020-03-28)
1354
-
1355
- **Note:** Version bump only for package @cubejs-client/core
1356
-
1357
-
1358
-
1359
-
1360
-
1361
- ## [0.18.7](https://github.com/cube-js/cube.js/compare/v0.18.6...v0.18.7) (2020-03-17)
1362
-
1363
- **Note:** Version bump only for package @cubejs-client/core
1364
-
1365
-
1366
-
1367
-
1368
-
1369
- ## [0.18.5](https://github.com/cube-js/cube.js/compare/v0.18.4...v0.18.5) (2020-03-15)
1370
-
1371
-
1372
- ### Bug Fixes
1373
-
1374
- * **@cubejs-client/core:** make `progressCallback` optional ([#497](https://github.com/cube-js/cube.js/issues/497)) Thanks to [@hassankhan](https://github.com/hassankhan)! ([a41cf9a](https://github.com/cube-js/cube.js/commit/a41cf9a))
1375
-
1376
-
1377
-
1378
-
1379
-
1380
- ## [0.18.4](https://github.com/cube-js/cube.js/compare/v0.18.3...v0.18.4) (2020-03-09)
1381
-
1382
-
1383
- ### Bug Fixes
1384
-
1385
- * Request span for WebSocketTransport is incorrectly set ([54ba5da](https://github.com/cube-js/cube.js/commit/54ba5da))
1386
-
1387
-
1388
-
1389
-
1390
-
1391
- # [0.18.0](https://github.com/cube-js/cube.js/compare/v0.17.10...v0.18.0) (2020-03-01)
1392
-
1393
- **Note:** Version bump only for package @cubejs-client/core
1394
-
1395
-
1396
-
1397
-
1398
-
1399
- ## [0.17.10](https://github.com/cube-js/cube.js/compare/v0.17.9...v0.17.10) (2020-02-20)
1400
-
1401
-
1402
- ### Bug Fixes
1403
-
1404
- * Revert "feat: Bump corejs ([#378](https://github.com/cube-js/cube.js/issues/378))" ([b21cbe6](https://github.com/cube-js/cube.js/commit/b21cbe6)), closes [#418](https://github.com/cube-js/cube.js/issues/418)
1405
-
1406
-
1407
-
1408
-
1409
-
1410
- ## [0.17.9](https://github.com/cube-js/cube.js/compare/v0.17.8...v0.17.9) (2020-02-18)
1411
-
1412
-
1413
- ### Features
1414
-
1415
- * Bump corejs ([#378](https://github.com/cube-js/cube.js/issues/378)) ([cb8d51c](https://github.com/cube-js/cube.js/commit/cb8d51c))
1416
- * Request id trace span ([880f65e](https://github.com/cube-js/cube.js/commit/880f65e))
1417
-
1418
-
1419
-
1420
-
1421
-
1422
- ## [0.17.8](https://github.com/cube-js/cube.js/compare/v0.17.7...v0.17.8) (2020-02-14)
1423
-
1424
-
1425
- ### Bug Fixes
1426
-
1427
- * **@cubejs-client/core:** improve types ([#376](https://github.com/cube-js/cube.js/issues/376)) Thanks to [@hassankhan](https://github.com/hassankhan)! ([cfb65a2](https://github.com/cube-js/cube.js/commit/cfb65a2))
1428
-
1429
-
1430
-
1431
-
1432
-
1433
- # [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
1434
-
1435
- **Note:** Version bump only for package @cubejs-client/core
1436
-
1437
-
1438
-
1439
-
1440
-
1441
- # [0.16.0](https://github.com/cube-js/cube.js/compare/v0.15.4...v0.16.0) (2020-02-04)
1442
-
1443
-
1444
- ### Bug Fixes
1445
-
1446
- * Do not pad `last 24 hours` interval to day ([6554611](https://github.com/cube-js/cube.js/commit/6554611)), closes [#361](https://github.com/cube-js/cube.js/issues/361)
1447
-
1448
-
1449
-
1450
-
1451
-
1452
- ## [0.15.4](https://github.com/cube-js/cube.js/compare/v0.15.3...v0.15.4) (2020-02-02)
1453
-
1454
-
1455
- ### Features
1456
-
1457
- * Return `shortTitle` in `tableColumns()` result ([810c812](https://github.com/cube-js/cube.js/commit/810c812))
1458
-
1459
-
1460
-
1461
-
1462
-
1463
- ## [0.15.2](https://github.com/cube-js/cube.js/compare/v0.15.1...v0.15.2) (2020-01-25)
1464
-
1465
-
1466
- ### Bug Fixes
1467
-
1468
- * **@cubejs-client/core:** improve types ([55edf85](https://github.com/cube-js/cube.js/commit/55edf85)), closes [#350](https://github.com/cube-js/cube.js/issues/350)
1469
- * Time dimension ResultSet backward compatibility to allow work newer client with old server ([b6834b1](https://github.com/cube-js/cube.js/commit/b6834b1)), closes [#356](https://github.com/cube-js/cube.js/issues/356)
1470
-
1471
-
1472
-
1473
-
1474
-
1475
- # [0.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18)
1476
-
1477
- **Note:** Version bump only for package @cubejs-client/core
1478
-
1479
-
1480
-
1481
-
1482
-
1483
- # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16)
1484
-
1485
-
1486
- ### Bug Fixes
1487
-
1488
- * Time dimension can't be selected twice within same query with and without granularity ([aa65129](https://github.com/cube-js/cube.js/commit/aa65129))
1489
-
1490
-
1491
-
1492
-
1493
-
1494
- ## [0.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)
1495
-
1496
-
1497
- ### Features
1498
-
1499
- * **@cubejs-client/core:** add types ([abdf089](https://github.com/cube-js/cube.js/commit/abdf089))
1500
-
1501
-
1502
-
1503
-
1504
-
1505
- ## [0.13.7](https://github.com/cube-js/cube.js/compare/v0.13.6...v0.13.7) (2019-12-31)
1506
-
1507
-
1508
- ### Bug Fixes
1509
-
1510
- * **client-core:** Uncaught TypeError: cubejs is not a function ([b5c32cd](https://github.com/cube-js/cube.js/commit/b5c32cd))
1511
-
1512
-
1513
-
1514
-
1515
-
1516
- ## [0.13.5](https://github.com/cube-js/cube.js/compare/v0.13.4...v0.13.5) (2019-12-17)
1517
-
1518
-
1519
- ### Features
1520
-
1521
- * Return key in the resultSet.series alongside title ([#291](https://github.com/cube-js/cube.js/issues/291)) ([6144a86](https://github.com/cube-js/cube.js/commit/6144a86))
1522
-
1523
-
1524
-
1525
-
1526
-
1527
- # [0.13.0](https://github.com/cube-js/cube.js/compare/v0.12.3...v0.13.0) (2019-12-10)
1528
-
1529
- **Note:** Version bump only for package @cubejs-client/core
1530
-
1531
-
1532
-
1533
-
1534
-
1535
- # [0.12.0](https://github.com/cube-js/cube.js/compare/v0.11.25...v0.12.0) (2019-11-25)
1536
-
1537
- **Note:** Version bump only for package @cubejs-client/core
1538
-
1539
-
1540
-
1541
-
1542
-
1543
- ## [0.11.18](https://github.com/cube-js/cube.js/compare/v0.11.17...v0.11.18) (2019-11-09)
1544
-
1545
- **Note:** Version bump only for package @cubejs-client/core
1546
-
1547
-
1548
-
1549
-
1550
-
1551
- ## [0.11.10](https://github.com/statsbotco/cubejs-client/compare/v0.11.9...v0.11.10) (2019-10-25)
1552
-
1553
-
1554
- ### Features
1555
-
1556
- * client headers for CubejsApi ([#242](https://github.com/statsbotco/cubejs-client/issues/242)). Thanks to [@ferrants](https://github.com/ferrants)! ([2f75ef3](https://github.com/statsbotco/cubejs-client/commit/2f75ef3)), closes [#241](https://github.com/statsbotco/cubejs-client/issues/241)
1557
-
1558
-
1559
-
1560
-
1561
-
1562
- ## [0.11.9](https://github.com/statsbotco/cubejs-client/compare/v0.11.8...v0.11.9) (2019-10-23)
1563
-
1564
-
1565
- ### Bug Fixes
1566
-
1567
- * Support `apiToken` to be an async function: first request sends incorrect token ([a2d0c77](https://github.com/statsbotco/cubejs-client/commit/a2d0c77))
1568
-
1569
-
1570
-
1571
-
1572
-
1573
- ## [0.11.7](https://github.com/statsbotco/cubejs-client/compare/v0.11.6...v0.11.7) (2019-10-22)
1574
-
1575
-
1576
- ### Features
1577
-
1578
- * Support `apiToken` to be an async function ([3a3b5f5](https://github.com/statsbotco/cubejs-client/commit/3a3b5f5))
1579
-
1580
-
1581
-
1582
-
1583
-
1584
- ## [0.11.2](https://github.com/statsbotco/cubejs-client/compare/v0.11.1...v0.11.2) (2019-10-15)
1585
-
1586
-
1587
- ### Bug Fixes
1588
-
1589
- * Incorrect URL generation in HttpTransport ([7e7020b](https://github.com/statsbotco/cubejs-client/commit/7e7020b))
1590
-
1591
-
1592
-
1593
-
1594
-
1595
- # [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15)
1596
-
1597
-
1598
- ### Features
1599
-
1600
- * Sockets Preview ([#231](https://github.com/statsbotco/cubejs-client/issues/231)) ([89fc762](https://github.com/statsbotco/cubejs-client/commit/89fc762)), closes [#221](https://github.com/statsbotco/cubejs-client/issues/221)
1601
-
1602
-
1603
-
1604
-
1605
-
1606
- ## [0.10.61](https://github.com/statsbotco/cubejs-client/compare/v0.10.60...v0.10.61) (2019-10-10)
1607
-
1608
- **Note:** Version bump only for package @cubejs-client/core
1609
-
1610
-
1611
-
1612
-
1613
-
1614
- ## [0.10.59](https://github.com/statsbotco/cubejs-client/compare/v0.10.58...v0.10.59) (2019-10-08)
1615
-
1616
- **Note:** Version bump only for package @cubejs-client/core
1617
-
1618
-
1619
-
1620
-
1621
-
1622
- ## [0.10.56](https://github.com/statsbotco/cubejs-client/compare/v0.10.55...v0.10.56) (2019-10-04)
1623
-
1624
- **Note:** Version bump only for package @cubejs-client/core
1625
-
1626
-
1627
-
1628
-
1629
-
1630
- ## [0.10.55](https://github.com/statsbotco/cubejs-client/compare/v0.10.54...v0.10.55) (2019-10-03)
1631
-
1632
-
1633
- ### Bug Fixes
1634
-
1635
- * **client-core:** can't read property 'title' of undefined ([4b48c7f](https://github.com/statsbotco/cubejs-client/commit/4b48c7f))
1636
-
1637
-
1638
-
1639
-
1640
-
1641
- ## [0.10.16](https://github.com/statsbotco/cubejs-client/compare/v0.10.15...v0.10.16) (2019-07-20)
1642
-
1643
- **Note:** Version bump only for package @cubejs-client/core
1644
-
1645
-
1646
-
1647
-
1648
-
1649
- ## [0.10.15](https://github.com/statsbotco/cubejs-client/compare/v0.10.14...v0.10.15) (2019-07-13)
1650
-
1651
- **Note:** Version bump only for package @cubejs-client/core
1652
-
1653
-
1654
-
1655
-
1656
-
1657
- ## [0.10.14](https://github.com/statsbotco/cubejs-client/compare/v0.10.13...v0.10.14) (2019-07-13)
1658
-
1659
-
1660
- ### Features
1661
-
1662
- * **playground:** Show Query ([dc45fcb](https://github.com/statsbotco/cubejs-client/commit/dc45fcb))
1663
-
1664
-
1665
-
1666
-
1667
-
1668
- # [0.10.0](https://github.com/statsbotco/cubejs-client/compare/v0.9.24...v0.10.0) (2019-06-21)
1669
-
1670
- **Note:** Version bump only for package @cubejs-client/core
1671
-
1672
-
1673
-
1674
-
1675
-
1676
- ## [0.9.12](https://github.com/statsbotco/cubejs-client/compare/v0.9.11...v0.9.12) (2019-06-03)
1677
-
1678
-
1679
- ### Bug Fixes
1680
-
1681
- * **client-core:** Update normalizePivotConfig method to not to fail if x or y are missing ([ee20863](https://github.com/statsbotco/cubejs-client/commit/ee20863)), closes [#10](https://github.com/statsbotco/cubejs-client/issues/10)
1682
-
1683
-
1684
-
1685
-
1686
-
1687
- ## [0.9.11](https://github.com/statsbotco/cubejs-client/compare/v0.9.10...v0.9.11) (2019-05-31)
1688
-
1689
-
1690
- ### Bug Fixes
1691
-
1692
- * **client-core:** ResultSet series returns a series with no data ([715e170](https://github.com/statsbotco/cubejs-client/commit/715e170)), closes [#38](https://github.com/statsbotco/cubejs-client/issues/38)
1693
-
1694
-
1695
-
1696
-
1697
-
1698
- # [0.9.0](https://github.com/statsbotco/cubejs-client/compare/v0.8.7...v0.9.0) (2019-05-11)
1699
-
1700
- **Note:** Version bump only for package @cubejs-client/core
1701
-
1702
-
1703
-
1704
-
1705
-
1706
- ## [0.8.7](https://github.com/statsbotco/cubejs-client/compare/v0.8.6...v0.8.7) (2019-05-09)
1707
-
1708
- **Note:** Version bump only for package @cubejs-client/core
1709
-
1710
-
1711
-
1712
-
1713
-
1714
- ## [0.8.4](https://github.com/statsbotco/cubejs-client/compare/v0.8.3...v0.8.4) (2019-05-02)
1715
-
1716
- **Note:** Version bump only for package @cubejs-client/core
1717
-
1718
-
1719
-
1720
-
1721
-
1722
- ## [0.8.1](https://github.com/statsbotco/cubejs-client/compare/v0.8.0...v0.8.1) (2019-04-30)
1723
-
1724
- **Note:** Version bump only for package @cubejs-client/core
1725
-
1726
-
1727
-
1728
-
1729
-
1730
- # [0.8.0](https://github.com/statsbotco/cubejs-client/compare/v0.7.10...v0.8.0) (2019-04-29)
1731
-
1732
- **Note:** Version bump only for package @cubejs-client/core
1733
-
1734
-
1735
-
1736
-
1737
-
1738
- ## [0.7.10](https://github.com/statsbotco/cubejs-client/compare/v0.7.9...v0.7.10) (2019-04-25)
1739
-
1740
-
1741
- ### Bug Fixes
1742
-
1743
- * **client-core:** Table pivot incorrectly behaves with multiple measures ([adb2270](https://github.com/statsbotco/cubejs-client/commit/adb2270))
1744
- * **client-core:** use ',' as standard axisValue delimiter ([e889955](https://github.com/statsbotco/cubejs-client/commit/e889955)), closes [#19](https://github.com/statsbotco/cubejs-client/issues/19)
1745
-
1746
-
1747
-
1748
-
1749
-
1750
- ## [0.7.6](https://github.com/statsbotco/cubejs-client/compare/v0.7.5...v0.7.6) (2019-04-23)
1751
-
1752
-
1753
- ### Bug Fixes
1754
-
1755
- * Use cross-fetch instead of isomorphic-fetch to allow React-Native builds ([#92](https://github.com/statsbotco/cubejs-client/issues/92)) ([79150f4](https://github.com/statsbotco/cubejs-client/commit/79150f4))
1756
-
1757
-
1758
-
1759
-
1760
-
1761
- ## [0.7.3](https://github.com/statsbotco/cubejs-client/compare/v0.7.2...v0.7.3) (2019-04-16)
1762
-
1763
-
1764
- ### Bug Fixes
1765
-
1766
- * Allow SSR: use isomorphic-fetch instead of whatwg-fetch. ([902e581](https://github.com/statsbotco/cubejs-client/commit/902e581)), closes [#1](https://github.com/statsbotco/cubejs-client/issues/1)
1767
-
1768
-
1769
-
1770
-
1771
-
1772
- # [0.7.0](https://github.com/statsbotco/cubejs-client/compare/v0.6.2...v0.7.0) (2019-04-15)
1773
-
1774
- **Note:** Version bump only for package @cubejs-client/core
1775
-
1776
-
1777
-
1778
-
1779
-
1780
- # [0.6.0](https://github.com/statsbotco/cubejs-client/compare/v0.5.2...v0.6.0) (2019-04-09)
1781
-
1782
-
1783
- ### Features
1784
-
1785
- * QueryBuilder heuristics. Playground area, table and number implementation. ([c883a48](https://github.com/statsbotco/cubejs-client/commit/c883a48))
1786
-
1787
-
1788
-
1789
-
1790
-
1791
- ## [0.5.2](https://github.com/statsbotco/cubejs-client/compare/v0.5.1...v0.5.2) (2019-04-05)
1792
-
1793
-
1794
- ### Features
1795
-
1796
- * Playground UX improvements ([6760a1d](https://github.com/statsbotco/cubejs-client/commit/6760a1d))
1797
-
1798
-
1799
-
1800
-
1801
-
1802
- ## [0.5.1](https://github.com/statsbotco/cubejs-client/compare/v0.5.0...v0.5.1) (2019-04-02)
1803
-
1804
- **Note:** Version bump only for package @cubejs-client/core
1805
-
1806
-
1807
-
1808
-
1809
-
1810
- # [0.5.0](https://github.com/statsbotco/cubejs-client/compare/v0.4.6...v0.5.0) (2019-04-01)
1811
-
1812
- **Note:** Version bump only for package @cubejs-client/core
1813
-
1814
-
1815
-
1816
-
1817
-
1818
- ## [0.4.5](https://github.com/statsbotco/cubejs-client/compare/v0.4.4...v0.4.5) (2019-03-21)
1819
-
1820
-
1821
- ### Features
1822
-
1823
- * Playground filters implementation ([de4315d](https://github.com/statsbotco/cubejs-client/commit/de4315d))
1824
-
1825
-
1826
-
1827
-
1828
-
1829
- ## [0.4.4](https://github.com/statsbotco/cubejs-client/compare/v0.4.3...v0.4.4) (2019-03-17)
1830
-
1831
-
1832
- ### Features
1833
-
1834
- * Introduce Schema generation UI in Playground ([349c7d0](https://github.com/statsbotco/cubejs-client/commit/349c7d0))
1835
-
1836
-
1837
-
1838
-
1839
-
1840
- ## [0.4.1](https://github.com/statsbotco/cubejs-client/compare/v0.4.0...v0.4.1) (2019-03-14)
1841
-
1842
- **Note:** Version bump only for package @cubejs-client/core
1843
-
1844
-
1845
-
1846
-
1847
-
1848
- ## [0.3.5-alpha.0](https://github.com/statsbotco/cubejs-client/compare/v0.3.5...v0.3.5-alpha.0) (2019-03-12)
1849
-
1850
- **Note:** Version bump only for package @cubejs-client/core