We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c63ac3 commit 89f5ed5Copy full SHA for 89f5ed5
README.md
@@ -235,3 +235,16 @@ $cacheLifeTime = 100000; //Life time of cache in seconds
235
236
$cachedStore = new \Wikibase\EntityStore\Cache\CachedEntityStore( $store, $cache, $cacheLifeTime );
237
```
238
+
239
240
+## Release notes
241
242
+### 0.1.0 (2015-04-21)
243
244
+Initial release with these features:
245
246
+* Retrieve entities from ids or terms
247
+* Import Wikidata JSON full dumps and incremental XML dumps
248
+* Beginning of support of simple queries
249
+* API and MongoDB backends
250
+* Basic cache system
0 commit comments