v2.0.0-beta.1
Pre-release
Pre-release
Additions
- Add
setFlags()
function, to flag users in the database, useful for level tampering, annotating users, etc. - Add
flags
property toSQLite
andMongoDB
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 returnnull
instead of actual data. (MongoDB)
Full Changelog: v2.0.0-beta.0-fix.1...v2.0.0-beta.1