All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.6 (2022-02-07)
- add type:module to package.json (d4fddb6), closes #29
- disable validation for api v0 (590374d), closes #27
- import paths use .js extension (d9a434c), closes #28
0.7.5 (2022-01-25)
0.7.4 (2021-12-03)
- fill line plot data with undefined (5399d8f)
0.7.3 (2021-12-02)
0.7.2 (2021-11-16)
0.7.1 (2021-08-16)
0.7.0 (2021-08-06)
- import paths need to be adjusted
-
move api v0 code to api/v0/ (449706f)
0.6.7 (2021-03-22)
- add missing re-export of mapping module (6f8b227)
0.6.6 (2021-03-22)
0.6.5 (2021-02-24)
0.6.4 (2020-09-22)
- Release / tag to force publishing to GitHub packages, see #16
0.6.3 (2020-09-22)
- Release / tag to force publishing to GitHub packages, see #16
0.6.2 (2020-09-22)
- Release for incorporating publishing to GitHub packages, see #16
0.6.1 (2020-06-24)
0.6.0 (2020-04-09)
0.5.0 (2020-04-08)
- Many types have been renamed to improve disambiguation.
0.4.1 (2020-03-27)
0.4.0 (2020-03-27)
- Rename
DataPoint
toEvent
so it is more in line with the overall terminology used with the databuffer's backend. If you specifically used the type name in your code, then you will need to change it accordingly. If you only used type inference, you don't need to change your code. - Rename enums to make the code easier to read:
ConfigFields
becomesConfigField
.EventFields
becomesEventField
.
- add ordering to data query request (6f44722)
- add typings for data query response with aggregation (5af089f), closes #8
0.3.0 - 2020-03-24
Initial release (on github)
- add data query EventFields
- add data query ConfigFields
- add missing details on aggregation
- change generics usage to fix broken build (#6)