Skip to content

Latest commit

 

History

History
165 lines (86 loc) · 9.14 KB

CHANGELOG.md

File metadata and controls

165 lines (86 loc) · 9.14 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.6 (2022-02-07)

Bug Fixes

  • 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)

Features

0.7.4 (2021-12-03)

Features

  • fill line plot data with undefined (5399d8f)

0.7.3 (2021-12-02)

Features

  • transform data points to line plot data (089d249), closes #25

0.7.2 (2021-11-16)

Features

  • support API v4 endpoint /version (383442d), closes #24

0.7.1 (2021-08-16)

Features

  • detect api version (95d7b4f), closes #21
  • send accept header in apiv4 requests (721b4dc), closes #22

0.7.0 (2021-08-06)

⚠ BREAKING CHANGES

  • import paths need to be adjusted

Features

  • implement data api v4 (70787a2), closes #20

  • validate api responses for api v4 (98bcbd7), closes #17

  • move api v0 code to api/v0/ (449706f)

0.6.7 (2021-03-22)

Bug Fixes

  • add missing re-export of mapping module (6f8b227)

0.6.6 (2021-03-22)

Features

  • add support for value mapping (3d0856f), closes #19

0.6.5 (2021-02-24)

Features

  • add parameters queries on QueryRest class (6cb6df5), closes #18

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)

Features

  • return raw fetch response of data query (778df77), closes #14

0.6.0 (2020-04-09)

Features

  • support querying channel configurations (9c96fb3), closes #13

0.5.0 (2020-04-08)

⚠ BREAKING CHANGES

  • Many types have been renamed to improve disambiguation.

Features

0.4.1 (2020-03-27)

Features

  • add missing fields to interface Event (a097bb7), closes #9

0.4.0 (2020-03-27)

⚠ BREAKING CHANGES

  • Rename DataPoint to Event 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 becomes ConfigField.
  • EventFields becomes EventField.

Features

  • add ordering to data query request (6f44722)
  • add typings for data query response with aggregation (5af089f), closes #8
  • rename DataPoint to Event (b48b6e1)
  • rename enums to singular (07b1de3)

0.3.0 - 2020-03-24

Initial release (on github)

Added

  • add data query EventFields
  • add data query ConfigFields
  • add missing details on aggregation

Changed

  • change generics usage to fix broken build (#6)