Skip to content

FPL 2.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@cmoesel cmoesel released this 13 Dec 17:18
· 22 commits to main since this release
c8e754b

This second beta release removes a dependency on the sql.js package from the API by initializing the sql.js database inside the SQLJSPackageDB class (via a public async initialize() function) instead of requiring consumers to pass an initialized database into the constructor.

What's Changed

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2