Releases: timing71/common
Releases · timing71/common
v0.7.0
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.
v0.4.3
- Add a new
parametersproperty to services (to be used to configure service-specific behaviours, such as highlighting minimum driver times) - Minor fixes
v0.4.2
Minor fixes.
v0.4.1
Prevent errors when an empty object is used to initialise analysis state.