NEWS
pageviews 0.6.0 (2024-03-04)
pageviews 0.4.0
FEATURES
- old_pageviews now makes data from 2008 to 2016 accessible.
pageviews 0.3.0 (2016-10-17)
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.
pageviews 0.2.0 (2016-01-15)
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).
pageviews 0.1.1 (2015-11-25)
BUG FIXES
- Updated the formatting logic to factor in changes to the JSON provided by the server.
pageviews 0.1.0 (2015-11-19)