Skip to content

Releases: timing71/common

v0.7.0

15 Aug 14:49

Choose a tag to compare

  • Service parameter metadata is automatically included in service state and manifest.

    This upstreams common functionality required by services that use parameters.

v0.6.1

12 Jul 12:16

Choose a tag to compare

  • 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

26 May 21:45

Choose a tag to compare

  • 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

12 Jun 10:37

Choose a tag to compare

  • Further bug fixes to driver ranking support.
  • StatExtractor now has dedicated methods to extract driver name and ranking.

v0.5.1

11 Jun 22:26

Choose a tag to compare

  • Minor bug fixes to driver ranking support.

v0.5.0

09 Jun 17:40

Choose a tag to compare

  • 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

09 Jun 11:28

Choose a tag to compare

  • Reset manifest start time on service session change.

v0.4.3

22 Mar 13:11

Choose a tag to compare

  • Add a new parameters property to services (to be used to configure service-specific behaviours, such as highlighting minimum driver times)
  • Minor fixes

v0.4.2

19 Nov 00:49

Choose a tag to compare

Minor fixes.

v0.4.1

27 Jul 21:26

Choose a tag to compare

Prevent errors when an empty object is used to initialise analysis state.