Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Abadima Abadima released this 06 Mar 06:59
· 1 commit to pre-release since this release

Additions

  • Add setFlags() function, to flag users in the database, useful for level tampering, annotating users, etc.
  • Add flags property to SQLite and MongoDB databases, to store user flags.

Improvements

  • db.updateOne() will now throw better error when not enough parameters are provided. (SQLite)
  • Readability in db functions.

Bug Fixes

  • Fixed a future bug where some db functions would return null instead of actual data. (MongoDB)

Full Changelog: v2.0.0-beta.0-fix.1...v2.0.0-beta.1