Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.76 KB

CHANGE_LOG.md

File metadata and controls

22 lines (15 loc) · 1.76 KB

Change Log

This is where all important changes and bug fixes will be described in detail. Each entry is labeled with a patch version number, and that is the version in which the changes and/or fixes were made. All prior versions will lack the described changes and/or fixes described.

If you are experiencing any bugs or errors because of an update, please report them by opening an issue!

Key

🔧 : Bug fix

⚠️ : Code-breaking change

📰 : New feature

🚝 : Optimization

v1.0-BETA.2

  • 📰 Added a version macro to display current running server version
  • 🚝 ⚠️ (commit) Restoring logic has been simplified, but any previous version restore files will fail to restore!

v1.0-ALPHA.5

  • 🚝 ⚠️ (commit) Merged the rooms and users packages into one core package. Requires refactoring your server code)

Version 1.0-ALPHA.5 merged the packages users and rooms into a single package core. If you've updated your server from 1.0-ALPHA.4 or below, you will need to edit your code and replace any instance of rooms or users with core. This also changes how Rooms are created and retrieved (core.GetRoom), and how Users are retrieved.