Skip to content

Releases: jasondilworth56/iracingdataapi

v1.2.2

24 Aug 19:36
Compare
Choose a tag to compare

1.2.2

  • Added driver_list endpoint, thanks to @nylanderj for that
  • Corrected issues where if [parameter] would skip if the parameter was correctly set to 0, e.g. race_week_num. Thanks to @abelsm2 for that
  • Added initial test setup
  • Added type hints throughout

1.2.1

25 Jul 20:28
177bb53
Compare
Choose a tag to compare

How to update

pip install --upgrade iracingdataapi

What's Changed

New Contributors