Skip to content

Commit 870a11f

Browse files
samwilsonaddshore
authored andcommitted
Prepare a new release (#42)
* Prepare a new release Update the release notes to mention all major changes since the last release. Bug: https://phabricator.wikimedia.org/T158366 * Update RELEASENOTES.md * Switch to 0.7
1 parent 6a85c3d commit 870a11f

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

RELEASENOTES.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
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

0 commit comments

Comments
 (0)