Changes in version 0.1.3.9000 - Update package with the new API. - Adapt documentation to new versions of roxygen2 and moved to markdown format. - Refactor full test suite. Changes in version 0.1.3 (2015-12-22) - Switched RCurl::curlEscape() to curl::curl_escape(). Changes in version 0.1.2 (2014-12-20) - The package now uses httr::GET() for HTTP requests and jsonlite instead of RJSONIO for response conversion. - Support for XML-formatted responses is removed, for simplicity. - Responses should now return "flatter" data structures, often dataframes or lists containing dataframes in an effort to ease data transformation (h/t Jeroen Ooms) Changes in version 0.1.1 (2014-05-10) - Initial package release