Releases: macbre/nodemw
Releases · macbre/nodemw
v0.13.0
v0.12.2
v0.12.1
v0.12.0
v0.11.0
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
v0.10.0
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
andprepend
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 bothletype
andleaction
Internals
v0.9.0
v0.8.2
v0.8.1
New methods
- #85 - Adding
sendEmail
,whois
andwhoare
functions (by @ValentinBrclz) - #88 - Adding the
getPagesTranscludedBy
function (by @ValentinBrclz)