* Change to using named parameters in most cases * Ensure all keys are handled correctly in response
0.1.0
* Added `timeout` property * Added ability to pull all episodes when pulling a series (optional) * `strict` property allows for swallowing exceptions * Use __slots__
0.0.4
* Search pulls all results unless specified not to do so * Added additional exceptions * OMDBTooManyResults * OMDBInvalidAPIKey * Added ability to set the API key * Convert dictionary from camelCase to snake_case