* Add Advanced Transcript Data structures (Beta: and subject to change in the future). * Add additional client-side verification and parameter checking. * Don't throw an exception when audio file is missing, just return `None`. * Throw useful error in the case of not authorized to download Audio Files. * Add additional unit test coverage.
0.0.18
* Add Download Audio File Feature: add `download_audio_file` function to the `Company` class. * Add "LSE" to the list of exchanges.
0.0.17
* Remove apikey from the ignored parameters list.
When `apikey=demo`, the API will return different results. If we change apikey to some other value, then the old result from when `apikey=demo` would be returned. This is incorrect.
0.0.16
* Bump version number.
0.0.15
* Remove `dataclasses` as a project dependency. It is built directly into Python.