Skip to content

v5.1.0

Compare
Choose a tag to compare
@twlite twlite released this 21 Jan 07:32
· 21 commits to main since this release

Updates

  • add db.table constructor
    • This works different from db.instantiateChild. Example:
      const table = new db.table("myTable");
      table.set("foo", "bar");

Full Changelog: v5.0.1...v5.1.0