Skip to content

4.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@QSmally QSmally released this 14 Aug 11:25
· 999 commits to v4 since this release

This release drafts a new alpha version of QDB4.

This package is usable, but it lacks some features, like backups, schemas and some utility methods. Although this package is almost ready for beta stages, there might be a few bugs here and there, and there are more features to come and go.

The package in its current state has reworked features, implements cache sweeping and utility methods such as Exist, Find and Accumulate (all methods are subject to change). As stated before, this release allows you to use it for early stages and testing!

Please do not depend on Events, as I'm removing this feature in the next or future releases of v4. If you'd still like to create events, which is useful in some cases, extend the class and create an EventHandler to emit functions in extended methods. It takes up processing space for 90% of packages that do not use this feature, and therefore I decided that I will remove it in the next base release.