Thanks to @pfouque for the fix on this release!
- PR #17: JSON parsing errors are now caught by
itunespy
and reported under a RuntimeError
. Fixes #16
- Better typings for optional arguments, which were previously not wrapped on
Optional
even though their default value was None
.