Skip to content

v3.0.0

Compare
Choose a tag to compare
@AstroCB AstroCB released this 18 Mar 04:33
· 10 commits to master since this release
9f575d3

New major release.

TypeScript migration: see #6 for details. There shouldn't be any functional changes to the package or its external interface, but explicit type definitions are now included as part of the distribution. Bumping to a new major version out of an abundance of caution.

Changes:

  • Added ESLint for more consistent styling.
  • Switched to ES6 modules (import/export).
  • Added full type definitions for all BotCore modules.
  • Reconfigured package to build TypeScript modules and publish compiled JS + types on releases (dist/).
  • Moved docs from documentationjs to TypeDoc (/docs – hosted via GitHub Pages here).