Closed jchris closed 1 year ago
Updates in Import Statements The import lines of code in the rollup configuration and Fireproof index file have been revised. By doing this, the code now adheres to a new code style, and this change is expected to make the codebase cleaner and more consistent.
Comments Out rollup-plugin-esbuild
This change indicates that for now, the plugin rollup-plugin-esbuild
is not being used in the rollup.config.js
file. This might help reduce unnecessary compilations while building the project in certain use-cases.
UseFireproof Function Improvements
The native useFireproof
function's implementation has been enhanced. The adjustment addresses the removal of redundancy and provides better handling for certain database occasions. This will likely improve the system's performance and efficiency as it interacts with the database.
Incorporation of the rollup-plugin-visualizer
Plugin
This plugin was incorporated into the plugins used in the rollup configuration. A visualizer gives a thorough and detailed representation of the project's bundle, which will assist developers understand the composition of the project.
Update on @fireproof/database
Version
The version of @fireproof/database
has been upgraded. Consequently, any updates, bug fixes or enhancements included in the newest version will be available to users of this project.
Dependencies Version Upgrade The versions of several dependencies used in the project such as '@ipld/dag-cbor', '@ipld/dag-json', 'tslib', and 'rxjs' have been upgraded. This ensures the project is using the latest, most secure, and highly efficient versions of these dependencies.
this has been merged as main here https://github.com/fireproof-storage/fireproof
ready when docs are ready