@seald-io/nedb
Advanced tools
Changelog
[2.0.0] - 2021-05-18
This version should be a drop-in replacement for nedb@1.8.0
provided you use
modern browsers / versions of Node.js since ES6 features are now used (such
as class
and const
/ let
).
homepage
& repository
fields in the package.json
lockfileVersion: 2
package-lock.json
;class
, const
& let
);standard
to lint the code (which removes all
unnecessary semicolons);async
which stays at 0.2.10
for the moment;webpack
;karma
to run the browser tests, and use npm to fetch versioned
dependencies rather than having hardcoded copies of the dependencies in the
repository;exec-time
dependency for the benchmarks, because it was
unmaintained;@seald-io/binary-search-tree
rather than
unmaintained binary-search-tree
;bower
as it became
essentially useless.browser
field of package.json don't include individual files,
only the bundled minified version, those files are still published with the
package.underscore
.