FPL 2.0.0-beta.2
Pre-release
Pre-release
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
- Refactor sql.js out of SQLJSPackageDB constructor by @cmoesel in #45
- v2.0.0-beta.2 by @cmoesel in #46
Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2