Skip to content

Releases: timing71/common

v0.7.3

Choose a tag to compare

@jamesremuscat jamesremuscat released this 10 Jun 15:32

Minor fixes to analysis data handling.

v0.7.2

Choose a tag to compare

@jamesremuscat jamesremuscat released this 09 Jun 22:42
  • Add support for new meta state object, and positions property therein.

v0.7.1

Choose a tag to compare

@jamesremuscat jamesremuscat released this 10 Apr 17:06
  • Avoid duplicated fastest-lap messages.
  • Fix an issue with session timestamps.

v0.7.0

Choose a tag to compare

@jamesremuscat jamesremuscat released this 15 Aug 14:49
  • Service parameter metadata is automatically included in service state and manifest.

    This upstreams common functionality required by services that use parameters.

v0.6.1

Choose a tag to compare

@jamesremuscat jamesremuscat released this 12 Jul 12:16
  • Allow undefined values in track data series
  • Improvements to TypeScript definitions
  • Give services an initial state that is valid according to TS type definition

v0.6.0

Choose a tag to compare

@jamesremuscat jamesremuscat released this 26 May 21:45
  • Message generators can now maintain internal state
  • Pit out messages include an approximate pit lane duration where available
  • Track data changes are now stored in analysis state
  • Add function to generate a suggested filename from a recording manifest
  • Add a warning if a recording iframe does not apply cleanly to the previous state

v0.5.2

Choose a tag to compare

@jamesremuscat jamesremuscat released this 12 Jun 10:37
  • Further bug fixes to driver ranking support.
  • StatExtractor now has dedicated methods to extract driver name and ranking.

v0.5.1

Choose a tag to compare

@jamesremuscat jamesremuscat released this 11 Jun 22:26
  • Minor bug fixes to driver ranking support.

v0.5.0

Choose a tag to compare

@jamesremuscat jamesremuscat released this 09 Jun 17:40
  • Support multi-valued arrays for driver names
    • This allows services to specify e.g. driver ranking as a modifier on the driver name, in the way that modifiers can be specified against laptimes e.g. ["NAME, Driver", "driver-bronze"]
  • Expose car's fastest lap in analysis

v0.4.4

Choose a tag to compare

@jamesremuscat jamesremuscat released this 09 Jun 11:28
  • Reset manifest start time on service session change.