Releases: jasondilworth56/iracingdataapi
Releases · jasondilworth56/iracingdataapi
v1.2.2
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
How to update
pip install --upgrade iracingdataapi
What's Changed
- add silent option by @Fuzzwah in #30
- added support for driver_stats_by_category endpoints by @nylanderj in #31
New Contributors
- @abelsm2 made their first contribution in #29
- @nylanderj made their first contribution in #31