File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 1- These are the release notes for the [ mediawiki-api] ( README.md ) .
2-
3- ## Version 0.7 (TBD)
4-
5- * Introduce NamespaceGetter service
6- * Adds newNamespaceGetter to factory
1+ Release Notes
2+ =============
3+
4+ These are the release notes for [ mediawiki-api] ( http://addwiki.readthedocs.io/projects/mediawiki-api/ ) .
5+
6+ ## Version 0.7 (March 2017)
7+
8+ * Documentation! This package now has a
9+ [ dedicated documentation website] ( https://addwiki.readthedocs.io/projects/mediawiki-api/ ) .
10+ * A new NamespaceGetter service with which you can get all namespaces,
11+ or a single namespace by localised name, alias, or canonical name
12+ ([ #39 ] ( https://github.com/addwiki/mediawiki-api/pull/39 ) , [ #41 ] ( https://github.com/addwiki/mediawiki-api/pull/41 ) ).
13+ * A new CategoryTraverser service for descending (all levels of) category trees
14+ and either retrieving all pages or performing some action on each page.
15+ * A new method to PagePurger for purging multiple pages at once ([ #36 ] ( https://github.com/addwiki/mediawiki-api/pull/36 ) ).
16+ * All methods of the PageListGetter now continue their queries where the first request doesn't retrieve the whole result set
17+ ([ #31 ] ( https://github.com/addwiki/mediawiki-api/pull/31 ) ).
18+ * Bug [ #40 ] ( https://github.com/addwiki/mediawiki-api/pull/40 ) fixed with ` RevisionSaver::save() ` overwriting EditInfo if null.
19+ * Integration tests: more documentation about how to run integration tests locally,
20+ and the tests are running on Travis CI.
21+ * Lots of fixes to coding-standards and in-code documentation.
722
823## Version 0.6 (3 August 2016)
924
You can’t perform that action at this time.
0 commit comments