Releases: 2rkf/xen.db
Releases · 2rkf/xen.db
4.0.3
4.0.2
There was a mistake in the v4.0.1 for NPM. This should fix everything correctly.
Full Changelog: 4.0.1...4.0.2
4.0.1
4.0.0
XenDB v4 Rewrite 🎉
After a year of emptiness, I'm officially announcing that XenDB has been revived and fully refactored! Please refer below for complete changelogs:
Changes
- Written in TypeScript
- Various database driver
- Currently, only SQLite and MySQL are supported. More options will be implemented in future versions.
- Better typing
- Refactored all methods
3.2.0
Change Logs
I've fixed most minor and major bugs that occurred commonly. See below for changelogs
Additions:
- Docs page are now rebrand and fresh off the page! (b7da732)
Deprecations:
- Deprecated
Database.export
function. This function is still usable but will be removed at any time on future versions (060b87d)
Fixes:
Contributors
- @NotMarx