-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
94 lines (67 loc) · 2.35 KB
/
CHANGES
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
83
84
85
86
87
88
89
90
91
92
93
0.24.0 2019-02-04
- use Yajl to parse JSON, to help reduce memory usage
0.23.0 2019-02-04
- remove obsolete `notify_rebuilder` and `wdq` methods
- minimum supported ruby version is now 2.3
0.22.0 2018-10-10
- convert results of Wikipedia scraping to Wikidata IDs if requested
0.21.1 2018-10-01
- Only require 'pry' if it's requested
0.21.0 2017-07-15
- Ensure that `ids_from_pages` includes the correct data when multiple
links on a page all redirect to the same base page.
0.20.2 2017-05-15
- Ensure that preference orders passed to `data` are reflected
0.20.1 2017-05-15
- Ensure that bracketed parts are stripped from 'name', not just
aliases.
0.20.0 2017-04-25
- Extract account names for various websites in P553
O.19.0 2016-11-26
- Add new EveryPolitician::Wikidata.sparql method for running SPARQL
queries
O.18.0 2016-10-01
- We no longer cache MediaWiki API query results. If you need to do
something like that, you should be doing it locally.
O.17.0 2016-06-17
- Can now specify an optional `table` parameter when fetching data
from a Morph scraper
O.16.0 2016-06-14
- Better handling of errors from Wikisnakker
O.15.0 2016-06-05
- Delete existing data before re-scraping
O.14.0 2016-03-27
- Add a `subcategories` method on Category
- Move the `last_seen` to a different table
O.13.0 2016-03-26
- Report on missing Wikidata IDs
- Add a `last_seen` column
O.12.0 2016-03-25
- Add a `batch_size` option
O.11.0 2016-03-25
- Move the list of want/skip properties to external file
O.10.0 2016-02-06
- Remove bracketed sections at end of names
- Give details of which article has the unknown known
O.9.0 2016-02-02
- Add WDQ lookup method
- Fetch data by IDs as well as names
O.8.0 2016-01-12
- Fetch data in bulk where possible
- Add 'before' and 'after' options to XPath-finder
0.7.2 2015-12-31
- Add some Scraper helper functions in EveryPolitician::Wikidata
- Split out a function for Category member names
- Additional properties
0.7.0 2015-12-31
0.6.4 2015-11-28
- Austrian Parliament ID property
0.6.0 2015-10-04
- return the original pagename where redirected
0.5.0 2015-09-23
- fetch _all_ names and wikipedia links, not just in the requested
languages
0.4.1 2015-09-23
- Additional properties
0.4.0 2015-09-12
- resolve redirects automatically