@cubejs-client/ngx 0.31.0 → 0.32.0

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center"><a href="https://cube.dev"><img src="https://i.imgur.com/zYHXm4o.png" alt="Cube.js" width="300px"></a></p>
2
2
 
3
- [Website](https://cube.dev) • [Docs](https://cube.dev/docs) • [Blog](https://cube.dev/blog) • [Slack](https://slack.cube.dev) • [Discourse](https://forum.cube.dev/) • [Twitter](https://twitter.com/thecubejs)
3
+ [Website](https://cube.dev) • [Docs](https://cube.dev/docs) • [Blog](https://cube.dev/blog) • [Slack](https://slack.cube.dev) • [Twitter](https://twitter.com/thecubejs)
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/%40cubejs-backend%2Fserver.svg)](https://badge.fury.io/js/%40cubejs-backend%2Fserver)
6
6
  [![GitHub Actions](https://github.com/cube-js/cube.js/workflows/Build/badge.svg)](https://github.com/cube-js/cube.js/actions?query=workflow%3ABuild+branch%3Amaster)
package/dist/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <p align="center"><a href="https://cube.dev"><img src="https://i.imgur.com/zYHXm4o.png" alt="Cube.js" width="300px"></a></p>
2
2
 
3
- [Website](https://cube.dev) • [Docs](https://cube.dev/docs) • [Blog](https://cube.dev/blog) • [Slack](https://slack.cube.dev) • [Discourse](https://forum.cube.dev/) • [Twitter](https://twitter.com/thecubejs)
3
+ [Website](https://cube.dev) • [Docs](https://cube.dev/docs) • [Blog](https://cube.dev/blog) • [Slack](https://slack.cube.dev) • [Twitter](https://twitter.com/thecubejs)
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/%40cubejs-backend%2Fserver.svg)](https://badge.fury.io/js/%40cubejs-backend%2Fserver)
6
6
  [![GitHub Actions](https://github.com/cube-js/cube.js/workflows/Build/badge.svg)](https://github.com/cube-js/cube.js/actions?query=workflow%3ABuild+branch%3Amaster)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/ngx",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "engines": {},
6
6
  "repository": {
@@ -55,5 +55,5 @@
55
55
  "typings": "dist/cubejs-client-ngx.d.ts",
56
56
  "metadata": "dist/cubejs-client-ngx.metadata.json",
57
57
  "sideEffects": false,
58
- "gitHead": "8cdec759f298fb20c48194254ccc04b6fdad46bf"
58
+ "gitHead": "42f54aed393b75c93704f6205c123bf325639923"
59
59
  }
package/CHANGELOG.md DELETED
@@ -1,965 +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.0](https://github.com/cube-js/cube.js/compare/v0.30.75...v0.31.0) (2022-10-03)
7
-
8
- **Note:** Version bump only for package @cubejs-client/ngx
9
-
10
-
11
-
12
-
13
-
14
- ## [0.30.69](https://github.com/cube-js/cube.js/compare/v0.30.68...v0.30.69) (2022-09-13)
15
-
16
- **Note:** Version bump only for package @cubejs-client/ngx
17
-
18
-
19
-
20
-
21
-
22
- # [0.30.0](https://github.com/cube-js/cube.js/compare/v0.29.57...v0.30.0) (2022-05-11)
23
-
24
- **Note:** Version bump only for package @cubejs-client/ngx
25
-
26
-
27
-
28
-
29
-
30
- ## [0.29.26](https://github.com/cube-js/cube.js/compare/v0.29.25...v0.29.26) (2022-02-07)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * **@cubejs-client/ngx:** cubejs.watch() not producing errors ([#3974](https://github.com/cube-js/cube.js/issues/3974)) Thanks @PieterVanZyl-Dev! ([1ee6740](https://github.com/cube-js/cube.js/commit/1ee6740abb51b84296ae65ee565114269b621b65)), closes [#3961](https://github.com/cube-js/cube.js/issues/3961)
36
-
37
-
38
-
39
-
40
-
41
- # [0.29.0](https://github.com/cube-js/cube.js/compare/v0.28.67...v0.29.0) (2021-12-14)
42
-
43
-
44
- ### chore
45
-
46
- * angular 12 ([#2863](https://github.com/cube-js/cube.js/issues/2863)) ([18efb65](https://github.com/cube-js/cube.js/commit/18efb65b3acbbd7da00ae02967d13070e9a33a90))
47
-
48
-
49
- ### BREAKING CHANGES
50
-
51
- * drop Angular 10/11 support
52
-
53
-
54
-
55
-
56
-
57
- ## [0.28.51](https://github.com/cube-js/cube.js/compare/v0.28.50...v0.28.51) (2021-10-30)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * **cubejs-client-ngx:** FilterMember.replace() will no longer update all filters with replacement ([#3597](https://github.com/cube-js/cube.js/issues/3597)) ([f972ad3](https://github.com/cube-js/cube.js/commit/f972ad375a7baccf3f67b58a8f2148ab8b278201))
63
-
64
-
65
-
66
-
67
-
68
- ## [0.28.10](https://github.com/cube-js/cube.js/compare/v0.28.9...v0.28.10) (2021-07-30)
69
-
70
- **Note:** Version bump only for package @cubejs-client/ngx
71
-
72
-
73
-
74
-
75
-
76
- ## [0.28.6](https://github.com/cube-js/cube.js/compare/v0.28.5...v0.28.6) (2021-07-22)
77
-
78
-
79
- ### Bug Fixes
80
-
81
- * **@cubejs-client/playground:** week granularity ([#3146](https://github.com/cube-js/cube.js/issues/3146)) ([9697a64](https://github.com/cube-js/cube.js/commit/9697a646e5e58edc54c4b08a810e0faecc4d0c69))
82
-
83
-
84
- ### Features
85
-
86
- * **@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))
87
-
88
-
89
-
90
-
91
-
92
- # [0.28.0](https://github.com/cube-js/cube.js/compare/v0.27.53...v0.28.0) (2021-07-17)
93
-
94
- **Note:** Version bump only for package @cubejs-client/ngx
95
-
96
-
97
-
98
-
99
-
100
- ## [0.27.51](https://github.com/cube-js/cube.js/compare/v0.27.50...v0.27.51) (2021-07-13)
101
-
102
-
103
- ### Bug Fixes
104
-
105
- * **@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))
106
-
107
-
108
-
109
-
110
-
111
- ## [0.27.25](https://github.com/cube-js/cube.js/compare/v0.27.24...v0.27.25) (2021-06-01)
112
-
113
-
114
- ### Features
115
-
116
- * time filter operators ([#2851](https://github.com/cube-js/cube.js/issues/2851)) ([5054249](https://github.com/cube-js/cube.js/commit/505424964d34ae16205485e5347409bb4c5a661d))
117
-
118
-
119
-
120
-
121
-
122
- # [0.27.0](https://github.com/cube-js/cube.js/compare/v0.26.104...v0.27.0) (2021-04-26)
123
-
124
- **Note:** Version bump only for package @cubejs-client/ngx
125
-
126
-
127
-
128
-
129
-
130
- ## [0.26.61](https://github.com/cube-js/cube.js/compare/v0.26.60...v0.26.61) (2021-03-18)
131
-
132
-
133
- ### Features
134
-
135
- * **@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))
136
-
137
-
138
-
139
-
140
-
141
- ## [0.26.54](https://github.com/cube-js/cube.js/compare/v0.26.53...v0.26.54) (2021-03-12)
142
-
143
- **Note:** Version bump only for package @cubejs-client/ngx
144
-
145
-
146
-
147
-
148
-
149
- ## [0.26.53](https://github.com/cube-js/cube.js/compare/v0.26.52...v0.26.53) (2021-03-11)
150
-
151
- **Note:** Version bump only for package @cubejs-client/ngx
152
-
153
-
154
-
155
-
156
-
157
- # [0.26.0](https://github.com/cube-js/cube.js/compare/v0.25.33...v0.26.0) (2021-02-01)
158
-
159
- **Note:** Version bump only for package @cubejs-client/ngx
160
-
161
-
162
-
163
-
164
-
165
- ## [0.25.22](https://github.com/cube-js/cube.js/compare/v0.25.21...v0.25.22) (2021-01-21)
166
-
167
-
168
- ### Features
169
-
170
- * **@cubejs-client/playground:** Database connection wizard ([#1671](https://github.com/cube-js/cube.js/issues/1671)) ([ba30883](https://github.com/cube-js/cube.js/commit/ba30883617c806c9f19ed6c879d0b0c2d656aae1))
171
-
172
-
173
-
174
-
175
-
176
- # [0.25.0](https://github.com/cube-js/cube.js/compare/v0.24.15...v0.25.0) (2020-12-21)
177
-
178
- **Note:** Version bump only for package @cubejs-client/ngx
179
-
180
-
181
-
182
-
183
-
184
- ## [0.24.4](https://github.com/cube-js/cube.js/compare/v0.24.3...v0.24.4) (2020-12-07)
185
-
186
- **Note:** Version bump only for package @cubejs-client/ngx
187
-
188
-
189
-
190
-
191
-
192
- # [0.24.0](https://github.com/cube-js/cube.js/compare/v0.23.15...v0.24.0) (2020-11-26)
193
-
194
- **Note:** Version bump only for package @cubejs-client/ngx
195
-
196
-
197
-
198
-
199
-
200
- ## [0.23.8](https://github.com/cube-js/cube.js/compare/v0.23.7...v0.23.8) (2020-11-06)
201
-
202
- **Note:** Version bump only for package @cubejs-client/ngx
203
-
204
-
205
-
206
-
207
-
208
- ## [0.23.6](https://github.com/cube-js/cube.js/compare/v0.23.5...v0.23.6) (2020-11-02)
209
-
210
- **Note:** Version bump only for package @cubejs-client/ngx
211
-
212
-
213
-
214
-
215
-
216
- ## [0.23.3](https://github.com/cube-js/cube.js/compare/v0.23.2...v0.23.3) (2020-10-31)
217
-
218
-
219
- ### Features
220
-
221
- * Dynamic Angular template ([#1257](https://github.com/cube-js/cube.js/issues/1257)) ([86ba728](https://github.com/cube-js/cube.js/commit/86ba728))
222
-
223
-
224
-
225
-
226
-
227
- # [0.23.0](https://github.com/cube-js/cube.js/compare/v0.22.4...v0.23.0) (2020-10-28)
228
-
229
- **Note:** Version bump only for package @cubejs-client/ngx
230
-
231
-
232
-
233
-
234
-
235
- # [0.22.0](https://github.com/cube-js/cube.js/compare/v0.21.2...v0.22.0) (2020-10-20)
236
-
237
- **Note:** Version bump only for package @cubejs-client/ngx
238
-
239
-
240
-
241
-
242
-
243
- ## [0.21.1](https://github.com/cube-js/cube.js/compare/v0.21.0...v0.21.1) (2020-10-15)
244
-
245
- **Note:** Version bump only for package @cubejs-client/ngx
246
-
247
-
248
-
249
-
250
-
251
- # [0.21.0](https://github.com/cube-js/cube.js/compare/v0.20.15...v0.21.0) (2020-10-09)
252
-
253
- **Note:** Version bump only for package @cubejs-client/ngx
254
-
255
-
256
-
257
-
258
-
259
- ## [0.20.12](https://github.com/cube-js/cube.js/compare/v0.20.11...v0.20.12) (2020-10-02)
260
-
261
-
262
- ### Features
263
-
264
- * angular query builder ([#1073](https://github.com/cube-js/cube.js/issues/1073)) ([ea088b3](https://github.com/cube-js/cube.js/commit/ea088b3))
265
-
266
-
267
-
268
-
269
-
270
- ## [0.20.11](https://github.com/cube-js/cube.js/compare/v0.20.10...v0.20.11) (2020-09-28)
271
-
272
- **Note:** Version bump only for package @cubejs-client/ngx
273
-
274
-
275
-
276
-
277
-
278
- ## [0.20.10](https://github.com/cube-js/cube.js/compare/v0.20.9...v0.20.10) (2020-09-23)
279
-
280
- **Note:** Version bump only for package @cubejs-client/ngx
281
-
282
-
283
-
284
-
285
-
286
- ## [0.20.9](https://github.com/cube-js/cube.js/compare/v0.20.8...v0.20.9) (2020-09-19)
287
-
288
- **Note:** Version bump only for package @cubejs-client/ngx
289
-
290
-
291
-
292
-
293
-
294
- ## [0.20.6](https://github.com/cube-js/cube.js/compare/v0.20.5...v0.20.6) (2020-09-10)
295
-
296
- **Note:** Version bump only for package @cubejs-client/ngx
297
-
298
-
299
-
300
-
301
-
302
- ## [0.20.5](https://github.com/cube-js/cube.js/compare/v0.20.4...v0.20.5) (2020-09-10)
303
-
304
- **Note:** Version bump only for package @cubejs-client/ngx
305
-
306
-
307
-
308
-
309
-
310
- ## [0.20.3](https://github.com/cube-js/cube.js/compare/v0.20.2...v0.20.3) (2020-09-03)
311
-
312
- **Note:** Version bump only for package @cubejs-client/ngx
313
-
314
-
315
-
316
-
317
-
318
- ## [0.20.2](https://github.com/cube-js/cube.js/compare/v0.20.1...v0.20.2) (2020-09-02)
319
-
320
- **Note:** Version bump only for package @cubejs-client/ngx
321
-
322
-
323
-
324
-
325
-
326
- ## [0.20.1](https://github.com/cube-js/cube.js/compare/v0.20.0...v0.20.1) (2020-09-01)
327
-
328
- **Note:** Version bump only for package @cubejs-client/ngx
329
-
330
-
331
-
332
-
333
-
334
- # [0.20.0](https://github.com/cube-js/cube.js/compare/v0.19.61...v0.20.0) (2020-08-26)
335
-
336
- **Note:** Version bump only for package @cubejs-client/ngx
337
-
338
-
339
-
340
-
341
-
342
- ## [0.19.56](https://github.com/cube-js/cube.js/compare/v0.19.55...v0.19.56) (2020-08-03)
343
-
344
- **Note:** Version bump only for package @cubejs-client/ngx
345
-
346
-
347
-
348
-
349
-
350
- ## [0.19.55](https://github.com/cube-js/cube.js/compare/v0.19.54...v0.19.55) (2020-07-23)
351
-
352
-
353
- ### Bug Fixes
354
-
355
- * ngx client installation ([#898](https://github.com/cube-js/cube.js/issues/898)) ([31ab9a0](https://github.com/cube-js/cube.js/commit/31ab9a0))
356
-
357
-
358
-
359
-
360
-
361
- ## [0.19.54](https://github.com/cube-js/cube.js/compare/v0.19.53...v0.19.54) (2020-07-23)
362
-
363
- **Note:** Version bump only for package @cubejs-client/ngx
364
-
365
-
366
-
367
-
368
-
369
- ## [0.19.53](https://github.com/cube-js/cube.js/compare/v0.19.52...v0.19.53) (2020-07-20)
370
-
371
- **Note:** Version bump only for package @cubejs-client/ngx
372
-
373
-
374
-
375
-
376
-
377
- ## [0.19.51](https://github.com/cube-js/cube.js/compare/v0.19.50...v0.19.51) (2020-07-17)
378
-
379
- **Note:** Version bump only for package @cubejs-client/ngx
380
-
381
-
382
-
383
-
384
-
385
- ## [0.19.50](https://github.com/cube-js/cube.js/compare/v0.19.49...v0.19.50) (2020-07-16)
386
-
387
- **Note:** Version bump only for package @cubejs-client/ngx
388
-
389
-
390
-
391
-
392
-
393
- ## [0.19.48](https://github.com/cube-js/cube.js/compare/v0.19.47...v0.19.48) (2020-07-11)
394
-
395
- **Note:** Version bump only for package @cubejs-client/ngx
396
-
397
-
398
-
399
-
400
-
401
- ## [0.19.43](https://github.com/cube-js/cube.js/compare/v0.19.42...v0.19.43) (2020-07-04)
402
-
403
- **Note:** Version bump only for package @cubejs-client/ngx
404
-
405
-
406
-
407
-
408
-
409
- ## [0.19.42](https://github.com/cube-js/cube.js/compare/v0.19.41...v0.19.42) (2020-07-01)
410
-
411
- **Note:** Version bump only for package @cubejs-client/ngx
412
-
413
-
414
-
415
-
416
-
417
- ## [0.19.41](https://github.com/cube-js/cube.js/compare/v0.19.40...v0.19.41) (2020-06-30)
418
-
419
- **Note:** Version bump only for package @cubejs-client/ngx
420
-
421
-
422
-
423
-
424
-
425
- ## [0.19.40](https://github.com/cube-js/cube.js/compare/v0.19.39...v0.19.40) (2020-06-30)
426
-
427
- **Note:** Version bump only for package @cubejs-client/ngx
428
-
429
-
430
-
431
-
432
-
433
- ## [0.19.37](https://github.com/cube-js/cube.js/compare/v0.19.36...v0.19.37) (2020-06-26)
434
-
435
- **Note:** Version bump only for package @cubejs-client/ngx
436
-
437
-
438
-
439
-
440
-
441
- ## [0.19.35](https://github.com/cube-js/cube.js/compare/v0.19.34...v0.19.35) (2020-06-22)
442
-
443
- **Note:** Version bump only for package @cubejs-client/ngx
444
-
445
-
446
-
447
-
448
-
449
- ## [0.19.31](https://github.com/cube-js/cube.js/compare/v0.19.30...v0.19.31) (2020-06-10)
450
-
451
- **Note:** Version bump only for package @cubejs-client/ngx
452
-
453
-
454
-
455
-
456
-
457
- ## [0.19.23](https://github.com/cube-js/cube.js/compare/v0.19.22...v0.19.23) (2020-06-02)
458
-
459
- **Note:** Version bump only for package @cubejs-client/ngx
460
-
461
-
462
-
463
-
464
-
465
- ## [0.19.22](https://github.com/cube-js/cube.js/compare/v0.19.21...v0.19.22) (2020-05-26)
466
-
467
- **Note:** Version bump only for package @cubejs-client/ngx
468
-
469
-
470
-
471
-
472
-
473
- ## [0.19.19](https://github.com/cube-js/cube.js/compare/v0.19.18...v0.19.19) (2020-05-15)
474
-
475
- **Note:** Version bump only for package @cubejs-client/ngx
476
-
477
-
478
-
479
-
480
-
481
- ## [0.19.16](https://github.com/cube-js/cube.js/compare/v0.19.15...v0.19.16) (2020-05-07)
482
-
483
- **Note:** Version bump only for package @cubejs-client/ngx
484
-
485
-
486
-
487
-
488
-
489
- ## [0.19.14](https://github.com/cube-js/cube.js/compare/v0.19.13...v0.19.14) (2020-04-24)
490
-
491
- **Note:** Version bump only for package @cubejs-client/ngx
492
-
493
-
494
-
495
-
496
-
497
- ## [0.19.13](https://github.com/cube-js/cube.js/compare/v0.19.12...v0.19.13) (2020-04-21)
498
-
499
- **Note:** Version bump only for package @cubejs-client/ngx
500
-
501
-
502
-
503
-
504
-
505
- ## [0.19.12](https://github.com/cube-js/cube.js/compare/v0.19.11...v0.19.12) (2020-04-20)
506
-
507
- **Note:** Version bump only for package @cubejs-client/ngx
508
-
509
-
510
-
511
-
512
-
513
- ## [0.19.9](https://github.com/cube-js/cube.js/compare/v0.19.8...v0.19.9) (2020-04-16)
514
-
515
- **Note:** Version bump only for package @cubejs-client/ngx
516
-
517
-
518
-
519
-
520
-
521
- ## [0.19.7](https://github.com/cube-js/cube.js/compare/v0.19.6...v0.19.7) (2020-04-14)
522
-
523
- **Note:** Version bump only for package @cubejs-client/ngx
524
-
525
-
526
-
527
-
528
-
529
- # [0.19.0](https://github.com/cube-js/cube.js/compare/v0.18.32...v0.19.0) (2020-04-09)
530
-
531
- **Note:** Version bump only for package @cubejs-client/ngx
532
-
533
-
534
-
535
-
536
-
537
- ## [0.18.18](https://github.com/cube-js/cube.js/compare/v0.18.17...v0.18.18) (2020-03-28)
538
-
539
- **Note:** Version bump only for package @cubejs-client/ngx
540
-
541
-
542
-
543
-
544
-
545
- ## [0.18.7](https://github.com/cube-js/cube.js/compare/v0.18.6...v0.18.7) (2020-03-17)
546
-
547
- **Note:** Version bump only for package @cubejs-client/ngx
548
-
549
-
550
-
551
-
552
-
553
- ## [0.18.6](https://github.com/cube-js/cube.js/compare/v0.18.5...v0.18.6) (2020-03-16)
554
-
555
- **Note:** Version bump only for package @cubejs-client/ngx
556
-
557
-
558
-
559
-
560
-
561
- ## [0.18.5](https://github.com/cube-js/cube.js/compare/v0.18.4...v0.18.5) (2020-03-15)
562
-
563
- **Note:** Version bump only for package @cubejs-client/ngx
564
-
565
-
566
-
567
-
568
-
569
- ## [0.18.4](https://github.com/cube-js/cube.js/compare/v0.18.3...v0.18.4) (2020-03-09)
570
-
571
- **Note:** Version bump only for package @cubejs-client/ngx
572
-
573
-
574
-
575
-
576
-
577
- # [0.18.0](https://github.com/cube-js/cube.js/compare/v0.17.10...v0.18.0) (2020-03-01)
578
-
579
- **Note:** Version bump only for package @cubejs-client/ngx
580
-
581
-
582
-
583
-
584
-
585
- ## [0.17.10](https://github.com/cube-js/cube.js/compare/v0.17.9...v0.17.10) (2020-02-20)
586
-
587
- **Note:** Version bump only for package @cubejs-client/ngx
588
-
589
-
590
-
591
-
592
-
593
- ## [0.17.9](https://github.com/cube-js/cube.js/compare/v0.17.8...v0.17.9) (2020-02-18)
594
-
595
- **Note:** Version bump only for package @cubejs-client/ngx
596
-
597
-
598
-
599
-
600
-
601
- ## [0.17.8](https://github.com/cube-js/cube.js/compare/v0.17.7...v0.17.8) (2020-02-14)
602
-
603
- **Note:** Version bump only for package @cubejs-client/ngx
604
-
605
-
606
-
607
-
608
-
609
- # [0.17.0](https://github.com/cube-js/cube.js/compare/v0.16.0...v0.17.0) (2020-02-04)
610
-
611
- **Note:** Version bump only for package @cubejs-client/ngx
612
-
613
-
614
-
615
-
616
-
617
- # [0.16.0](https://github.com/cube-js/cube.js/compare/v0.15.4...v0.16.0) (2020-02-04)
618
-
619
- **Note:** Version bump only for package @cubejs-client/ngx
620
-
621
-
622
-
623
-
624
-
625
- ## [0.15.4](https://github.com/cube-js/cube.js/compare/v0.15.3...v0.15.4) (2020-02-02)
626
-
627
- **Note:** Version bump only for package @cubejs-client/ngx
628
-
629
-
630
-
631
-
632
-
633
- ## [0.15.2](https://github.com/cube-js/cube.js/compare/v0.15.1...v0.15.2) (2020-01-25)
634
-
635
- **Note:** Version bump only for package @cubejs-client/ngx
636
-
637
-
638
-
639
-
640
-
641
- # [0.15.0](https://github.com/cube-js/cube.js/compare/v0.14.3...v0.15.0) (2020-01-18)
642
-
643
- **Note:** Version bump only for package @cubejs-client/ngx
644
-
645
-
646
-
647
-
648
-
649
- # [0.14.0](https://github.com/cube-js/cube.js/compare/v0.13.12...v0.14.0) (2020-01-16)
650
-
651
- **Note:** Version bump only for package @cubejs-client/ngx
652
-
653
-
654
-
655
-
656
-
657
- ## [0.13.12](https://github.com/cube-js/cube.js/compare/v0.13.11...v0.13.12) (2020-01-12)
658
-
659
- **Note:** Version bump only for package @cubejs-client/ngx
660
-
661
-
662
-
663
-
664
-
665
- ## [0.13.9](https://github.com/cube-js/cube.js/compare/v0.13.8...v0.13.9) (2020-01-03)
666
-
667
- **Note:** Version bump only for package @cubejs-client/ngx
668
-
669
-
670
-
671
-
672
-
673
- ## [0.13.7](https://github.com/cube-js/cube.js/compare/v0.13.6...v0.13.7) (2019-12-31)
674
-
675
- **Note:** Version bump only for package @cubejs-client/ngx
676
-
677
-
678
-
679
-
680
-
681
- ## [0.13.5](https://github.com/cube-js/cube.js/compare/v0.13.4...v0.13.5) (2019-12-17)
682
-
683
- **Note:** Version bump only for package @cubejs-client/ngx
684
-
685
-
686
-
687
-
688
-
689
- # [0.13.0](https://github.com/cube-js/cube.js/compare/v0.12.3...v0.13.0) (2019-12-10)
690
-
691
- **Note:** Version bump only for package @cubejs-client/ngx
692
-
693
-
694
-
695
-
696
-
697
- # [0.12.0](https://github.com/cube-js/cube.js/compare/v0.11.25...v0.12.0) (2019-11-25)
698
-
699
- **Note:** Version bump only for package @cubejs-client/ngx
700
-
701
-
702
-
703
-
704
-
705
- ## [0.11.18](https://github.com/cube-js/cube.js/compare/v0.11.17...v0.11.18) (2019-11-09)
706
-
707
- **Note:** Version bump only for package @cubejs-client/ngx
708
-
709
-
710
-
711
-
712
-
713
- ## [0.11.10](https://github.com/statsbotco/cubejs-client/compare/v0.11.9...v0.11.10) (2019-10-25)
714
-
715
- **Note:** Version bump only for package @cubejs-client/ngx
716
-
717
-
718
-
719
-
720
-
721
- ## [0.11.9](https://github.com/statsbotco/cubejs-client/compare/v0.11.8...v0.11.9) (2019-10-23)
722
-
723
- **Note:** Version bump only for package @cubejs-client/ngx
724
-
725
-
726
-
727
-
728
-
729
- ## [0.11.7](https://github.com/statsbotco/cubejs-client/compare/v0.11.6...v0.11.7) (2019-10-22)
730
-
731
- **Note:** Version bump only for package @cubejs-client/ngx
732
-
733
-
734
-
735
-
736
-
737
- ## [0.11.2](https://github.com/statsbotco/cubejs-client/compare/v0.11.1...v0.11.2) (2019-10-15)
738
-
739
- **Note:** Version bump only for package @cubejs-client/ngx
740
-
741
-
742
-
743
-
744
-
745
- # [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15)
746
-
747
- **Note:** Version bump only for package @cubejs-client/ngx
748
-
749
-
750
-
751
-
752
-
753
- ## [0.10.61](https://github.com/statsbotco/cubejs-client/compare/v0.10.60...v0.10.61) (2019-10-10)
754
-
755
- **Note:** Version bump only for package @cubejs-client/ngx
756
-
757
-
758
-
759
-
760
-
761
- ## [0.10.60](https://github.com/statsbotco/cubejs-client/compare/v0.10.59...v0.10.60) (2019-10-08)
762
-
763
-
764
- ### Bug Fixes
765
-
766
- * **client-ngx:** Support Observables for config: runtime token change case ([0e30773](https://github.com/statsbotco/cubejs-client/commit/0e30773))
767
-
768
-
769
-
770
-
771
-
772
- ## [0.10.59](https://github.com/statsbotco/cubejs-client/compare/v0.10.58...v0.10.59) (2019-10-08)
773
-
774
- **Note:** Version bump only for package @cubejs-client/ngx
775
-
776
-
777
-
778
-
779
-
780
- ## [0.10.56](https://github.com/statsbotco/cubejs-client/compare/v0.10.55...v0.10.56) (2019-10-04)
781
-
782
- **Note:** Version bump only for package @cubejs-client/ngx
783
-
784
-
785
-
786
-
787
-
788
- ## [0.10.55](https://github.com/statsbotco/cubejs-client/compare/v0.10.54...v0.10.55) (2019-10-03)
789
-
790
- **Note:** Version bump only for package @cubejs-client/ngx
791
-
792
-
793
-
794
-
795
-
796
- ## [0.10.52](https://github.com/statsbotco/cubejs-client/compare/v0.10.51...v0.10.52) (2019-10-01)
797
-
798
-
799
- ### Bug Fixes
800
-
801
- * **client-ngx:** client.ts is missing from the TypeScript compilation. Fix files ([f4885b4](https://github.com/statsbotco/cubejs-client/commit/f4885b4))
802
-
803
-
804
-
805
-
806
-
807
- ## [0.10.51](https://github.com/statsbotco/cubejs-client/compare/v0.10.50...v0.10.51) (2019-10-01)
808
-
809
-
810
- ### Bug Fixes
811
-
812
- * **client-ngx:** client.ts is missing from the TypeScript compilation. Fix files ([8fe80f6](https://github.com/statsbotco/cubejs-client/commit/8fe80f6))
813
-
814
-
815
-
816
-
817
-
818
- ## [0.10.50](https://github.com/statsbotco/cubejs-client/compare/v0.10.49...v0.10.50) (2019-10-01)
819
-
820
-
821
- ### Bug Fixes
822
-
823
- * **client-ngx:** client.ts is missing from the TypeScript compilation. Fix files ([ae5c2df](https://github.com/statsbotco/cubejs-client/commit/ae5c2df))
824
-
825
-
826
-
827
-
828
-
829
- ## [0.10.49](https://github.com/statsbotco/cubejs-client/compare/v0.10.48...v0.10.49) (2019-10-01)
830
-
831
-
832
- ### Bug Fixes
833
-
834
- * **client-ngx:** client.ts is missing from the TypeScript compilation ([65a30cf](https://github.com/statsbotco/cubejs-client/commit/65a30cf))
835
-
836
-
837
-
838
-
839
-
840
- ## [0.10.48](https://github.com/statsbotco/cubejs-client/compare/v0.10.47...v0.10.48) (2019-10-01)
841
-
842
-
843
- ### Bug Fixes
844
-
845
- * **client-ngx:** client.ts is missing from the TypeScript compilation ([ffab1a1](https://github.com/statsbotco/cubejs-client/commit/ffab1a1))
846
-
847
-
848
-
849
-
850
-
851
- ## [0.10.47](https://github.com/statsbotco/cubejs-client/compare/v0.10.46...v0.10.47) (2019-10-01)
852
-
853
-
854
- ### Bug Fixes
855
-
856
- * **client-ngx:** client.ts is missing from the TypeScript compilation ([7dfc071](https://github.com/statsbotco/cubejs-client/commit/7dfc071))
857
-
858
-
859
-
860
-
861
-
862
- ## [0.10.43](https://github.com/statsbotco/cubejs-client/compare/v0.10.42...v0.10.43) (2019-09-27)
863
-
864
-
865
- ### Features
866
-
867
- * Dynamic dashboards ([#218](https://github.com/statsbotco/cubejs-client/issues/218)) ([2c6cdc9](https://github.com/statsbotco/cubejs-client/commit/2c6cdc9))
868
-
869
-
870
-
871
-
872
-
873
- ## [0.10.42](https://github.com/statsbotco/cubejs-client/compare/v0.10.41...v0.10.42) (2019-09-16)
874
-
875
-
876
- ### Bug Fixes
877
-
878
- * **client-ngx:** Function calls are not supported in decorators but 'ɵangular_packages_core_core_a' was called. ([65871f9](https://github.com/statsbotco/cubejs-client/commit/65871f9))
879
-
880
-
881
-
882
-
883
-
884
- ## [0.10.40](https://github.com/statsbotco/cubejs-client/compare/v0.10.39...v0.10.40) (2019-09-09)
885
-
886
-
887
- ### Bug Fixes
888
-
889
- * missed Vue.js build ([1cf22d5](https://github.com/statsbotco/cubejs-client/commit/1cf22d5))
890
-
891
-
892
-
893
-
894
-
895
- ## [0.10.37](https://github.com/statsbotco/cubejs-client/compare/v0.10.36...v0.10.37) (2019-09-09)
896
-
897
-
898
- ### Bug Fixes
899
-
900
- * **client-ngx:** Omit warnings for Angular import: Use cjs module as main ([97e8d48](https://github.com/statsbotco/cubejs-client/commit/97e8d48))
901
-
902
-
903
-
904
-
905
-
906
- ## [0.10.15](https://github.com/statsbotco/cubejs-client/compare/v0.10.14...v0.10.15) (2019-07-13)
907
-
908
- **Note:** Version bump only for package @cubejs-client/ngx
909
-
910
-
911
-
912
-
913
-
914
- ## [0.10.14](https://github.com/statsbotco/cubejs-client/compare/v0.10.13...v0.10.14) (2019-07-13)
915
-
916
-
917
- ### Features
918
-
919
- * **playground:** Show Query ([dc45fcb](https://github.com/statsbotco/cubejs-client/commit/dc45fcb))
920
-
921
-
922
-
923
-
924
-
925
- # [0.10.0](https://github.com/statsbotco/cubejs-client/compare/v0.9.24...v0.10.0) (2019-06-21)
926
-
927
- **Note:** Version bump only for package @cubejs-client/ngx
928
-
929
-
930
-
931
-
932
-
933
- ## [0.9.11](https://github.com/statsbotco/cubejs-client/compare/v0.9.10...v0.9.11) (2019-05-31)
934
-
935
-
936
- ### Bug Fixes
937
-
938
- * **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)
939
-
940
-
941
-
942
-
943
-
944
- # [0.9.0](https://github.com/statsbotco/cubejs-client/compare/v0.8.7...v0.9.0) (2019-05-11)
945
-
946
- **Note:** Version bump only for package @cubejs-client/ngx
947
-
948
-
949
-
950
-
951
-
952
- ## [0.8.7](https://github.com/statsbotco/cubejs-client/compare/v0.8.6...v0.8.7) (2019-05-09)
953
-
954
- **Note:** Version bump only for package @cubejs-client/ngx
955
-
956
-
957
-
958
-
959
-
960
- ## [0.8.4](https://github.com/statsbotco/cubejs-client/compare/v0.8.3...v0.8.4) (2019-05-02)
961
-
962
-
963
- ### Features
964
-
965
- * Angular client ([#99](https://github.com/statsbotco/cubejs-client/issues/99)) ([640e6de](https://github.com/statsbotco/cubejs-client/commit/640e6de))