Changelog
2.0.1
Changelog
2.0.0
import {Mwn} from 'mwn'
instead of import {mwn} from 'mwn'
setUTCDate
) used to be chainable as they returned this
. Because MwnDate extends the native Date, the change in return values was not possible to represent in TypeScript types (Liskov substitution principle). This undocumented feature has now been removed for the sake of accurate types.printYaml
logging config option is no longer supported in Mwn.setLoggingConfig() method.queryAuthors()
method on page objects.