Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 916 Bytes

CHANGELOG.md

File metadata and controls

34 lines (29 loc) · 916 Bytes

Version 3.1.3

  • add route_str parameter to /v1/devices/<dongle>/routes_segments

Version 3.1.2

  • add limit parameter to /v1/devices/<dongle>/routes_segments

Version 3.1.1

  • add error response callback
  • revert package name to @commaai/api

Version 3.1.0

  • rename package to @comma/api
  • create OpenAPI spec for the API
  • generate types using openapi-typescript

Version 3.0.1

Version 3.0.0

  • breaking: rename package to @commaai/api and deprecate from npm
    • install the package using git url instead
  • breaking: upgrade to babel 7
    • use browserslist to set target browsers
  • breaking: remove annotation type validation code
  • breaking: remove leaderboard
  • add eslint