Releases: timing71/common
Releases · timing71/common
Release list
v0.7.3
v0.7.2
- Add support for new
metastate object, andpositionsproperty therein.
v0.7.1
- Avoid duplicated fastest-lap messages.
- Fix an issue with session timestamps.
v0.7.0
-
Service parameter metadata is automatically included in service state and manifest.
This upstreams common functionality required by services that use parameters.
v0.6.1
- Allow
undefinedvalues in track data series - Improvements to TypeScript definitions
- Give services an initial state that is valid according to TS type definition
v0.6.0
- 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
- Further bug fixes to driver ranking support.
- StatExtractor now has dedicated methods to extract driver name and ranking.
v0.5.1
- Minor bug fixes to driver ranking support.
v0.5.0
- 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"]
- 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.
- Expose car's fastest lap in analysis
v0.4.4
- Reset manifest start time on service session change.