Commit Graph

166 Commits (feat/remove-native-modules-imports)

Author SHA1 Message Date
Timothée Rebours 792eecd1a1 Move to ESM and build a commonjs version 10 months ago
Timothée Rebours 08c8076ae9 remove deprecated features, remove 'compaction.done' event, add oncompaction callback, include 'callbackify' polyfill for the browser and use it instead of the 'util' module moved to devDependencies 11 months ago
Timothée Rebours c9640889a0 remove 'path' imports 11 months ago
Timothée Rebours ecd8d11e10 fixed JSDoc, updated @seald-io/binary-search-tree & devDeps, fixed linting, regenerated docs 2 years ago
Loïc Hermann fbe2c828e7 implement compound indexes 2 years ago
Timothée Rebours df358b91a6 update readme to include mention of nedb-promises & bump reloadTimeUpperBound to avoid tests failing randomly 3 years ago
Timothée Rebours a17662a66b update JSDoc, readme, remove jquery and jsdoc from dependencies, remove sources from jsdoc.conf.js which conflicts with --files from jsdoc2md, implement dropDatabase & tests 3 years ago
Timothée Rebours 32cff9b921 huge cleanup 3 years ago
Timothée Rebours fab5b0336b rewrite Readme 3 years ago
Timothée Rebours a2528ee45e jsdoc 3 years ago
Timothée Rebours 787904d3ef executor async tests 3 years ago
Timothée Rebours 2ad5759d7e remove async dependency 3 years ago
Timothée Rebours 5a4859c3ba WIP: Successfully replace a waterfall with native async/await 3 years ago
Timothée Rebours 5c6561307d remove underscore 4 years ago
Timothée Rebours 185ae680b8 standard everything except browser-version 4 years ago
Louis Chatriot 4adf9c8491 Clean update callback signature and tests 9 years ago
Louis Chatriot 65cc00b6d4 createdAt kept during any kind of update 9 years ago
Louis Chatriot 362e5d4d15 TTL indexes ignore documents where indexed field not a date 9 years ago
Louis Chatriot d446bdbf36 All tests pass 9 years ago
Louis Chatriot 7c25401f16 TTL indexes tested 9 years ago
Louis Chatriot 645d87504d getCandidates is now async 9 years ago
Louis Chatriot 6ea34ee6ae Return updated docs tested 9 years ago
James M. Greene aefe40d0a5 Housekeeping! 9 years ago
Louis Chatriot 6884f83df8 Redis AOF-style fsync 9 years ago
Louis Chatriot a12ec8b89e Load tests 9 years ago
Louis Chatriot c927524a52 Flush data after both writes and fix a test 9 years ago
Louis Chatriot 94f7caf0b8 Chmod 9 years ago
Louis Chatriot e77c4a84c6 Update function updates updatedAt field if necessary 9 years ago
Louis Chatriot 5afa535c0e Add timestamp if required during document insertion 9 years ago
Louis Chatriot 7b3f3c2868 Fixed side effect bug 9 years ago
Louis Chatriot ef8905adf0 createdAt timestamp 9 years ago
Louis Chatriot 72387fdabc Fixed problem 9 years ago
Louis Chatriot 84365c7fe0 Fixed test 9 years ago
Louis Chatriot 20d4013f06 Fixed upsert issue with badly formatted update queries 10 years ago
Louis Chatriot 4197c3986b one more needed upsert test 10 years ago
Louis Chatriot 1e482a31b1 Fixed bad upsert behavior 10 years ago
Louis Chatriot 1bee5827bb Fixed bug in deepCopy thay didnt deep copy array contents 10 years ago
Louis Chatriot bfca0c4799 Can now have an _id which is 0 10 years ago
Louis Chatriot d65e89fb82 Fixed failing test 10 years ago
Louis Chatriot 2d33839d84 Projections fully tested 10 years ago
Louis Chatriot 547570e9cb Tested in find 10 years ago
Louis Chatriot 6cc64b10b9 One more test and recreate browser version 11 years ago
Paolo Scanferla 26d6ec2bfd Added support for custom _id-s 11 years ago
Louis Chatriot b449a10bed Added a test on modification of upserted document 11 years ago
Louis Chatriot 1625e79ec9 find and findOne take care of deep copying the returned docs 11 years ago
Louis Chatriot 905a520e0a Ability to get a cursor from a findOne 11 years ago
Louis Chatriot b04a1d23fe Able to use sync or async API with cursor 11 years ago
Louis Chatriot b8f641e0fe Returning cursor conflicts with the executor 11 years ago
Jason Rhodes 4346660187 Updated upsert tests to check if newDoc has been sent back successfully, modeled after other insert tests 11 years ago
Louis Chatriot 3a2db5f56e Handle errors in autoload 11 years ago