Skip to content

Releases: macbre/nodemw

v0.7.5

06 Nov 20:15
Compare
Choose a tag to compare
  • #78 - Fixed issue when logging in (a fix by @divdavem)
  • #79 - Update dependencies

v0.7.4

16 Oct 16:48
Compare
Choose a tag to compare

This minor release brings two bug fixes:

  • #75 - Incorrect variable name
  • #76 - Fixed crash when trying to delete a page

Thanks, @stdob and @Fannon

v0.7.3

19 Sep 13:24
Compare
Choose a tag to compare
  • #73 - Introduce bot.purge method

v0.7.2

17 Sep 16:10
Compare
Choose a tag to compare
  • #72 - Improve logging of bot operations

v0.7.1

29 Aug 17:27
Compare
Choose a tag to compare
  • #70 - Add error check in bot.getToken function

v0.7.0

11 Jul 16:03
Compare
Choose a tag to compare

This release of nodemw introduces new query continuation format (issue reported by @me-12).

The full list of changes:

  • #65 - Add automatic continuation for getPagesInCategory
  • #64 - Support new continuation format

Internals:

  • #67 - Travis: test using Node.js v0.10 and v0.12
  • #61 - Upgrade dependencies

v0.6.1

15 Jun 18:44
Compare
Choose a tag to compare
  • #62 - Fix client.diff returning undefined

v0.6.0

09 May 15:57
Compare
Choose a tag to compare

This release of nodemw introduces Wikia API methods.

The full list of changes:

  • #56 - Introduce Wikia API methods: getWikiVariables and getUsers
  • #55 - Implement getSiteInfo method
  • #54 - Implement getArticleCategories method

Internals:

  • #57 - Update npm dependencies

v0.5.1

11 Apr 16:25
Compare
Choose a tag to compare

This minor release brings methods for getting list of all pages and article's revisions.

#53 - Introduce getAllPages and getArticleRevisions

v0.5.0

05 Apr 17:01
Compare
Choose a tag to compare

This release of nodemw brings the dry-run mode (i.e. disable edits, moves, deletes and uploads) and a helper function for generating diffs than can be displayed in CLI mode.

The full list of changes:

  • #48 - Introduce dry run mode
  • #47 - Introduce a helper for generating wikitext diffs
  • #29 - Enter debug mode when DEBUG env variables is set