Enhancements - Better HTTP error handling - Using objects instead of dicts
All of this have resulted in 25-40% performance increase. 🎉
0.4.1
Enhancements
- No request will now be performed if from date is the same as to date, as this will thrown an error on Toyota's backend anyway. - Will now raise an exception if an internal error occurred from Toyota. - Minor clean up and typo's fixes.
0.4.0
_**BREAKING CHANGES!**_
This breaks some minor things related to the statistical endpoint.
Enhancement - `isoweek` and `year` is now available as intervals when getting statistics. - More attributes when getting statistical data to better understand what data is include. Like: from date and week-number.
0.3.4
Removes dependency for UUID. This fixes a problem with Home Assistant package constraint.
0.3.2
Minor fixes:
Fixes date problem with statistics endpoint.
0.3.1
Replacing pendulum with arrow. This fixes so that we can start the week on a Sunday. Which pendulum does not support.