@seald-io/nedb
Advanced tools
Changelog
[4.0.4] - 2024-01-11
buffer
#34, thanks maxdaniel98.Cursor
's typings #45.path
module for the browser and React-Native version by replacing the internal Persistance.ensureDirectoryExistsAsync
static method with Persistance.ensureParentDirectoryExistsAsync
so that any path
functions are used only in Node.js where it is necessary, as it is not necessary for the browser and React-Native #51.Changelog
[4.0.0] - 2023-01-20
,
) can no longer be used in indexed field names.v1.0.3
, which changes syntax of some error messages, in particular the key constraint violation.standard@17.0.0
which changed some linting rules.test-typings.ts
to check typings, just compile it.actions/checkout
and actions/setup-node
to v3.Changelog
[3.1.0] - 2022-09-02
testSerializationHooks
option which defaults to true
. Setting to false
allows to skip the test of the hooks, which may be slow.