forked from baojie/smw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
29 lines (24 loc) · 1.07 KB
/
CHANGES.txt
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
v0.1.4dev (unreleased)
* bugfix: RDF literal maybe unicode
* bugfix: RDF triple of the same property should be mapped to a list of values in JSON
v0.1.3 2014-02-07
* API breaking change: from_config) -- input is a file name, no more a dict object
* update README.txt with more examples
* include README.rst for better pypi display
v0.1.2 2014-02-06
* bugfix: serialize RDF literal object
* improvement: usage examples in README.md
* improvement: test config file moved to ~/.smwrc
* feature: static factory method: from_config()
v0.1.1 2014-02-05
* bugfix: http auth now is optional
* improvement: track auth and login errors in 'wiki_status' field
* improvement: get_data() now has a 'json' formatting option
* improvement: unit tests
* feature: parse_clean() -- parse wiki script parsing result with beautifulsoup, remove comments
* feature: get_smw_version()
v0.1, 2014-02-04 0.1 publish release
* access wiki with http user/password protection
* parse ask query and get result in json, csv, dsv, rss, rdf, etc.
* get metadata of a page in RDF or JSON
2013-04-03 -- Initial release.