Skip to content

Releases: macbre/nodemw

v0.12.2

12 Apr 19:00
Compare
Choose a tag to compare
  • update dependencies in #150 and #153
  • test in Node 10.x too

v0.12.1

14 May 17:52
Compare
Choose a tag to compare

#146 and #147 bring updated dependencies with security fixes

v0.12.0

17 Nov 17:35
Compare
Choose a tag to compare

This release of nodemw brings the following:

v0.11.0

07 Aug 16:46
Compare
Choose a tag to compare

It's been a while since the last nodemw release.

  • #125 - Added category limit (by @RobocopKlaus)
  • #123 - Allow underscores and hyphens in Youtube video ID
  • #121 - doEdit: do not wrap err object
  • #120 - Add addFlowTopic function to bot class (by @ValentinBrclz)
  • #119 - Update dependencies
  • #118 - Run TravisCI tests using Node.js 7.x
  • #115 - Wikia: support video uploads
  • #114 - remove repeating description for getRecentChanges (by @chrisalcantara)
  • #112 - Show login failure reason if given (by @Krenair)
  • #110 - Travis: run under the latest Node.js v6.x

v0.10.1

04 Jun 13:05
Compare
Choose a tag to compare
  • #107 - Get article redirect info

v0.10.0

03 Jun 19:47
Compare
Choose a tag to compare
  • nodemw now makes use of ES6 - this change requires the use of Node.js 4+ (see #95 for more details).
  • wikidata example was added (see #99 and #100)

Improvements

  • #84 - Add append and prepend functions
  • #97 - Resolving redirects
  • #98 - Added the ability to specify a login domain as a config parameter (by @cr0wst)
  • #99 - Add support for WikiData API
  • #100 - Wikidata example script
  • #103 - getLog: handle filtering by both letype and leaction

Internals

  • #95 - ES6: let's use the new JavaScript!
  • #104 - Update dependencies

v0.9.0

05 Apr 17:34
Compare
Choose a tag to compare

New methods

  • #94 - getToken: use new token API for MW 1.24+ sites (as suggested in #91 by @lagleki)
  • #93 - Introduce getMediaWikiVersion method

Internals

  • #92 - Update dependencies

v0.8.2

07 Mar 17:25
Compare
Choose a tag to compare

This release brings as small improvement:

v0.8.1

14 Jan 19:39
Compare
Choose a tag to compare

New methods

Bug fixes

v0.8.0

21 Nov 12:26
Compare
Choose a tag to compare

This release of nodemw introduces a method for parsing wikitext to HTML (#83) and bug fixes.

New methods

Bug fixes