Skip to content

Releases: 2rkf/xen.db

4.0.3

22 Jan 12:44
e1aaa45
Compare
Choose a tag to compare

This version only introduces minor changes for upcoming rewrite docs which isn't relevant to any code quality or improvements.

Changes

  • Update license year (#5 by @reinhello)
  • Update README (#6 by @reinhello)

Full Changelog: 4.0.2...4.0.3

4.0.2

20 Nov 03:55
Compare
Choose a tag to compare

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

20 Nov 03:07
cd8977c
Compare
Choose a tag to compare

This is a release for version 4.0.1. Please refer below for the complete changelog:

Changes

  • Fix several typos (#3 by @reinhello)
  • Fix MySQL unable to connect (#4 by @reinhello)

Full Changelog: 4.0.0....4.0.1

4.0.0

18 Nov 11:11
Compare
Choose a tag to compare

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

16 Oct 06:06
Compare
Choose a tag to compare

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:

  • Properties are now organized well (060b87d)
  • Fix ESM exports (95ec5be)

Contributors

  • @NotMarx

3.0.4

09 Sep 03:14
Compare
Choose a tag to compare

Fix README and some methods

3.0.3

01 Jul 18:10
Compare
Choose a tag to compare

Not many things were being updated nor fixed.

Change Logs:

  • Update version to VERSION (84e8bcb)
    • Using caps now
  • Update README (5deaa8a)

Contributors:

  • @NotMarx