tourmaline v0.16.0 Release Notes

Release Date: 2020-04-14 // about 4 years ago
    • ➕ Add CHANGELOG
    • ➕ Add support for Filters.
    • ➕ Add users methods to Update and Message to return all users included in the same.
    • 🌲 Replaced usage of the strange logger with the new Crystal Log class.
    • ⚡️ Log all updates with Debug severity if VERBOSE environment variable is set to true.
    • (breaking change) Renamed File to TFile to avoid conflicting with the builtin File class.
    • (breaking change) removed the Handler class and all subclasses. Update handling is now done exclusively with the EventHandler class and Filters.