-
Notifications
You must be signed in to change notification settings - Fork 18
/
NEWS
82 lines (59 loc) · 3.24 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Version 1.5.0
------------------------------------------------------------------------------
BUG FIXES
* https is now the default for requests (Thanks to Hiroaki Yutani)
* UTF-8 page names and similar are properly handled (Thanks to Hiroaki Yutani)
Version 1.4.0
------------------------------------------------------------------------------
NEW FEATURES
* `random_page` now allows you to return more than one page.
* `page_backlinks` does as well; thanks to Brock Tibert for the code.
DOCUMENTATION
* Vignette tweaks made
* Package-level documentation improved.
DEVELOPMENT
* "Depends" switched out for "Imports" to avoid annoying loading messages.
Version 1.3.0
------------------------------------------------------------------------------
BUG FIXES
* Various miscellaneous internal improvements.
* `limit` introduced as an argument to pages_in_category - thanks to Ben Marwick for finding the bug.
* `limit` introduced as an argument to page_links - thanks to Hui Li of the Universität Heidelberg for the initial report.
Version 1.2.0
------------------------------------------------------------------------------
NEW FEATURES
*Random pages can now be retrieved with random_page
*pageID based querying is available
*Custom user
DEVELOPMENT
*Doc tweaks and some simplification of argument parsing around page_content and random_page
*Additional unit tests
*query() marked as exportable to allow simple third-party plugins into WikipediR
Version 1.0.1
------------------------------------------------------------------------------
* Roxygenised documentation, some R CHECK errors fixed.
* Test suite added for error handlers.
Version 1.0.0
------------------------------------------------------------------------------
* First release version
* Introduction of wiki_usercontribs, which retrieves recent contributions for a specified username
* Bugfixes to error handling routines
* Bugfix to problems around wiki_con, where species or commons users were unable to take advantage of CurlOpts.
Version 0.7.0
------------------------------------------------------------------------------
* wiki_page now returns the DOM of the relevant page, not the wikimarkup, in line with a suggestion from Scott Chamberlain. This should be parsable by the HTML tree parser in the XML package.
Version 0.6.3
------------------------------------------------------------------------------
* Standardisation and cleanup of error handlers, and the introduction of a single central LimitHandler.
Version 0.6.2
------------------------------------------------------------------------------
* Bug fix from Scott Chamberlain around wiki_page, switching the content type over to x-wikitext.
* Introduction of w_timeout as a field in the connector object; will be extended to other CURL options in time.
Version 0.6.1
------------------------------------------------------------------------------
* Support for Commons and Wikispecies
* Addition of wiki_recentchanges(), which allows a useR to query the recentchanges feed.
Version 0.5.1
------------------------------------------------------------------------------
* Format for wiki_revision changed from the (unacceptable-to-API) text/css to x/wikitext.
* Error handling improved to pass the full error explanation through to the user, in the case of API errors.