v0.1.0, 2020-02-18 -- Initial release.
v0.1.1, 2020-02-19 -- Minor style changes.
v0.1.2, 2020-02-19 -- Minor bug fixes.
v0.1.3, 2020-04-15 -- Add helper function for post requests.
                      Add queue manipulation functions and rename clear_playlist to clear_queue.
                      Add basic auth for passworded connections.
                      Improve websocket handler.
                      Force number to int and bool to string for aiohttp params.
v0.1.4, 2020-04-23 -- Add test_connection function
                      Remove ForkedDaapdData class
                      Remove redundant get functions
                      Change some websocket handler log messages from error to warning
v0.1.5, 2020-04-27 -- Add full_url method
                      Add option for callback on websocket disconnection
v0.1.6, 2020-05-05 -- Fix conversion of bool params
                      Add get_pipes and get_playlists
v0.1.7, 2020-05-11 -- Add hash function to get Machine ID
                      Change test_connection function to return Machine ID on success
v0.1.8, 2020-05-12 -- Remove hash function to get Machine ID
                      Change test connection function to return Machine Name on success
v0.1.9, 2020-05-20 -- Add None response handling to get_pipes and get_playlists
                      Convert f-strings with no placeholders to strings
v0.1.10, 2020-06-01 -- Change full_url to handle absolute url inputs
v0.1.11, 2020-10-08 -- Add case for 403 error in test_connection
                       Add library browsing functions
                       Modify get_request to take params