Version 0.6.0

* Cran-related bugs fixed.

Version 0.4.0

FEATURES

* old_pageviews now makes data from 2008 to 2016 accessible.

Version 0.3.0

BUG FIXES
* Article titles are now percent-encoded before the GET request is sent. Thanks to Thomas Willi for providing the bug report.
* Support for "all" as a months option is deprecated since nobody will be able to use it until early 2017. Thanks to Jeremiah Lewis for the bug report.

FEATURES
* pageview_timestamps is now used internally, meaning you can pass a date, time or character string to the API calls and it'll try to work out what you want. Thanks to Jeremiah Lewis for the patch.

Version 0.2.0
-------------------------------------------------------------------------

NEW FEATURES
* A new function, "pageview_timestamps", which allows you to format R Date/Time objects for the start and end parameters in pageviews functions.

DEVELOPMENT
* Error messages clarified to report when a request fails due to an absence of data (thanks to ThomasWilli for reporting it).

Version 0.1.1
-------------------------------------------------------------------------

BUG FIXES
* Updated the formatting logic to factor in changes to the JSON provided by the server.

Version 0.1.0
-------------------------------------------------------------------------

* Initial release