Changes - Added direct access to the reply data with data[key] - Changed asay to a coroutine - Removed _attr_list
1.2.1
Changes - Removed "Status: ..." from the APIError error message
1.2.0
Changes - Added passing of keyword arguments to requests.get and aiohttp.ClientSession.get - Changed the cs and timeout arguments to keyword-only arguments - Changed attr_list to _attr_list
1.1.0
Changes - Added asynchronous functionality with asay - Added error and status attributes to APIError, and a timeout attribute to Timeout - Changed query to _query - Removed unrelated parents from APIError, Timeout and DecodeError