Skip to content

4.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@QSmally QSmally released this 18 Aug 18:49
· 966 commits to v4 since this release

This release drafts a new alpha version of QDB4.

This package is usable, but it lacks a few features, like backups and schemas. 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 implements a few bug fixes, adds a few methods like Ensure, Modify and Invert, and also implements Array methods for pushing, popping and removing individual values. Other functions are on their way and all methods are subject to change.

As stated in the previous prerelease, Events are from now on removed as standard for QDB4. 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.