Skip to content

v2.0.0 breaking changes

Compare
Choose a tag to compare
@jpbberry jpbberry released this 26 May 22:39
· 2 commits to master since this release
171f349

A single breaking change, but a big one,

Importing the package is now different, you do

const { AutoPoster } = require('topgg-autoposter')

rather than exporting by default.

If you export by default it will not work.

Not breaking but also a new error event thanks to #4 which if used, will disable the console.error by default.