Commit Graph

  • 24000a9d3f 3.0.0-3 v3.0.0-3 Timothée Rebours 2022-01-18 14:49:46 +0100
  • b7651d1ae3 3.0.0-2 Timothée Rebours 2022-01-18 11:30:53 +0100
  • cb58b78781 remove useless gitignore entry Timothée Rebours 2022-01-18 09:35:33 +0100
  • df358b91a6 update readme to include mention of nedb-promises & bump reloadTimeUpperBound to avoid tests failing randomly Timothée Rebours 2022-01-18 09:20:51 +0100
  • 9694697da4 update changelog and readme Timothée Rebours 2022-01-18 09:16:22 +0100
  • da532719af update changelog Timothée Rebours 2022-01-17 21:52:56 +0100
  • 2c2af50841 update readme, persistence tests and typings Timothée Rebours 2022-01-17 21:41:00 +0100
  • 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 Timothée Rebours 2022-01-17 21:03:54 +0100
  • dbcc3647d1 repair race condition in tests + improve docs Timothée Rebours 2022-01-17 15:30:37 +0100
  • 8b776b5c45 remove todos Timothée Rebours 2022-01-16 18:06:41 +0100
  • 2ec0101d7b one documentation file Timothée Rebours 2022-01-16 18:06:11 +0100
  • 32cff9b921 huge cleanup Timothée Rebours 2022-01-14 18:39:10 +0100
  • f017197797 3.0.0-1 Timothée Rebours 2022-01-07 19:34:25 +0100
  • fab5b0336b rewrite Readme Timothée Rebours 2022-01-07 19:32:11 +0100
  • 213c639ed6 cleanup JSDoc Timothée Rebours 2022-01-07 05:26:45 +0100
  • 5d8b23a69d cleanup JSDOC & generate md + html, md is pushed in the repo Timothée Rebours 2022-01-07 05:20:26 +0100
  • 8d628bfa6f cleanup JSDoc Timothée Rebours 2022-01-06 17:58:18 +0100
  • 3c60111c48 cleanup Timothée Rebours 2022-01-06 16:53:16 +0100
  • c2651faeba lint Timothée Rebours 2022-01-06 16:52:31 +0100
  • efef10e0e9 auto-generate docs in markdown and html Timothée Rebours 2022-01-06 16:50:02 +0100
  • 0e9e5c7f4d massive update of the JSDoc, rewrite of the model & storage modules to clarify Timothée Rebours 2022-01-06 15:31:15 +0100
  • 6d43867c20 document storage and customUtils, and rewrite byline with ES6 Timothée Rebours 2022-01-05 17:29:51 +0100
  • 0b8aab7346 add doc to model, fix persistence doc, fix error in cursor and unecessary async in executor Timothée Rebours 2022-01-05 17:03:07 +0100
  • 90f52e4cda add docs for Cursor, customUtils, Executor, Persistence and utils Timothée Rebours 2022-01-05 16:16:17 +0100
  • 07e60b09dc 3.0.0-0 Timothée Rebours 2021-12-22 22:47:57 +0100
  • 7709369e49 JSDoc Timothée Rebours 2021-12-22 22:47:51 +0100
  • a2528ee45e jsdoc Timothée Rebours 2021-12-22 19:02:37 +0100
  • db2da8a1e0 lint Timothée Rebours 2021-11-16 17:41:39 +0100
  • fa9b1b1305 persistence async tests Timothée Rebours 2021-11-16 15:12:45 +0100
  • 787904d3ef executor async tests Timothée Rebours 2021-11-16 14:18:08 +0100
  • 32d2fa14a5 async tests for cursor Timothée Rebours 2021-11-16 13:12:52 +0100
  • ba65fbe9b6 Added tests for async version of datastore Timothée Rebours 2021-11-15 19:01:24 +0100
  • 5f8850df1b port react-native storage module to async functions Timothée Rebours 2021-11-12 17:50:33 +0100
  • c480c1230c fix case sensitiveness on filename Timothée Rebours 2021-10-25 11:47:11 +0200
  • dd7c3c62d4 linting Timothée Rebours 2021-10-25 11:32:34 +0200
  • 2ad5759d7e remove async dependency Timothée Rebours 2021-10-25 11:26:55 +0200
  • 97908a4195 add TODO Timothée Rebours 2021-10-22 17:10:01 +0200
  • 0e60987a20 browserify Timothée Rebours 2021-10-22 16:54:14 +0200
  • b8998ce1d7 remove TODO Timothée Rebours 2021-10-22 16:04:57 +0200
  • 8cadb9128e minor Timothée Rebours 2021-10-22 16:02:17 +0200
  • 06dc91915c simplify executor Timothée Rebours 2021-10-22 16:00:38 +0200
  • 42a7d45856 minor Timothée Rebours 2021-10-22 12:04:02 +0200
  • b57e3a01fb minor Timothée Rebours 2021-10-22 11:31:18 +0200
  • 5a9899e9f4 use fs.promises instead of fs/promises Timothée Rebours 2021-10-22 11:23:46 +0200
  • 4df151b203 WIP: simplify getCandidatesAsync and move async to devDependencies Timothée Rebours 2021-10-22 08:58:09 +0200
  • 2c4589e108 WIP: async Cursor and fix async executor Timothée Rebours 2021-10-22 08:54:35 +0200
  • 70229d3da5 WIP: ensureIndex Timothée Rebours 2021-10-21 22:46:23 +0200
  • 4c5fc252c2 WIP: remove Timothée Rebours 2021-10-21 22:42:33 +0200
  • a694d6ee14 WIP: rewrite executor Timothée Rebours 2021-10-21 18:58:05 +0200
  • fbf2bd8d68 WIP: rewrite executor without async Timothée Rebours 2021-10-21 15:48:07 +0200
  • 7f78b403ae WIP: use async functions from persistence module in datastore Timothée Rebours 2021-10-21 11:08:48 +0200
  • 4d900da6fe WIP: remove async from persistence module Timothée Rebours 2021-10-21 11:08:13 +0200
  • 64bdd37c4f WIP: remove async from storage module Timothée Rebours 2021-10-21 10:29:59 +0200
  • 5f7bc1244d WIP: linting Timothée Rebours 2021-10-21 08:56:17 +0200
  • f9e4c525e4 WIP instead of having one function that can handle both async and callback signatures, let's implement a new Async suite of functions, and use callbackify to shim the old interface Timothée Rebours 2021-10-21 08:55:50 +0200
  • 5a4859c3ba WIP: Successfully replace a waterfall with native async/await Timothée Rebours 2021-10-19 17:37:36 +0200
  • d88551e356
    Merge 4d11141f7b into 750f6b7095 #19 David Alberto Adler 2022-01-18 12:43:20 +0100
  • 750f6b7095 2.2.1 v2.2.1 Timothée Rebours 2022-01-18 12:19:22 +0100
  • 65fd0497b4 update changelog Timothée Rebours 2022-01-18 12:19:13 +0100
  • dc851b5a21
    Merge pull request #20 from bitmeal/fsync-fix tex0l 2022-01-18 12:16:33 +0100
  • e3203e3574 3.0.0-2 v3.0.0-2 Timothée Rebours 2022-01-18 11:30:53 +0100
  • a788d1eed7 remove useless gitignore entry Timothée Rebours 2022-01-18 09:35:33 +0100
  • ee67e1fa79 update readme to include mention of nedb-promises & bump reloadTimeUpperBound to avoid tests failing randomly Timothée Rebours 2022-01-18 09:20:51 +0100
  • ba5a420078 update changelog and readme Timothée Rebours 2022-01-18 09:16:22 +0100
  • e5bfcafe04 update changelog Timothée Rebours 2022-01-17 21:52:56 +0100
  • 5a294be2dd update readme, persistence tests and typings Timothée Rebours 2022-01-17 21:41:00 +0100
  • 16ab521465 update JSDoc, readme, remove jquery and jsdoc from dependencies, remove sources from jsdoc.conf.js which conflicts with --files from jsdoc2md, implement dropDatabase & tests Timothée Rebours 2022-01-17 21:03:54 +0100
  • 240e8daad6 repair race condition in tests + improve docs Timothée Rebours 2022-01-17 15:30:37 +0100
  • 3d5ce6a3f9 remove todos Timothée Rebours 2022-01-16 18:06:41 +0100
  • d68c2ed1a7 one documentation file Timothée Rebours 2022-01-16 18:06:11 +0100
  • 3e8a34fc95 huge cleanup Timothée Rebours 2022-01-14 18:39:10 +0100
  • fde8d3f3c8 storage.js: check fsync capability from return code rather than using `process.platform` heuristics #20 Arne Wendt 2022-01-12 13:17:46 +0100
  • 492c0035ed 3.0.0-1 v3.0.0-1 Timothée Rebours 2022-01-07 19:34:25 +0100
  • d25d86de8d rewrite Readme Timothée Rebours 2022-01-07 19:32:11 +0100
  • 59b85012a2 Update issue templates tex0l 2022-01-07 19:23:29 +0100
  • d1743a6d4b cleanup JSDoc Timothée Rebours 2022-01-07 05:26:45 +0100
  • 76acd75588 cleanup JSDOC & generate md + html, md is pushed in the repo Timothée Rebours 2022-01-07 05:20:26 +0100
  • 2c409d5b67 cleanup JSDoc Timothée Rebours 2022-01-06 17:58:18 +0100
  • f36aa5ae0f cleanup Timothée Rebours 2022-01-06 16:53:16 +0100
  • 833b3129e6 lint Timothée Rebours 2022-01-06 16:52:31 +0100
  • 7af07f6e03 auto-generate docs in markdown and html Timothée Rebours 2022-01-06 16:50:02 +0100
  • 3e2a0a57a6 massive update of the JSDoc, rewrite of the model & storage modules to clarify Timothée Rebours 2022-01-06 15:31:15 +0100
  • 54086ed99f document storage and customUtils, and rewrite byline with ES6 Timothée Rebours 2022-01-05 17:29:51 +0100
  • 9dc0a22509 add doc to model, fix persistence doc, fix error in cursor and unecessary async in executor Timothée Rebours 2022-01-05 17:03:07 +0100
  • 7ca620df33 add docs for Cursor, customUtils, Executor, Persistence and utils Timothée Rebours 2022-01-05 16:16:17 +0100
  • 4d11141f7b allow configurable storage engine #19 David Alberto Adler 2021-12-23 13:37:21 +0000
  • 3da9d04431 3.0.0-0 v3.0.0-0 Timothée Rebours 2021-12-22 22:47:57 +0100
  • c431ee7d66 JSDoc Timothée Rebours 2021-12-22 22:47:51 +0100
  • 201400f610 jsdoc Timothée Rebours 2021-12-22 19:02:37 +0100
  • c2b6fafadd lint Timothée Rebours 2021-11-16 17:41:39 +0100
  • 275534973c persistence async tests Timothée Rebours 2021-11-16 15:12:45 +0100
  • 09f8574ae5 executor async tests Timothée Rebours 2021-11-16 14:18:08 +0100
  • f119dd0ecd async tests for cursor Timothée Rebours 2021-11-16 13:12:52 +0100
  • 55c01e5e1c Added tests for async version of datastore Timothée Rebours 2021-11-15 19:01:24 +0100
  • bbd4874016 port react-native storage module to async functions Timothée Rebours 2021-11-12 17:50:33 +0100
  • 2ec3168c4c fix case sensitiveness on filename Timothée Rebours 2021-10-25 11:47:11 +0200
  • f7a6beb4ad linting Timothée Rebours 2021-10-25 11:32:34 +0200
  • 5503e9e038 remove async dependency Timothée Rebours 2021-10-25 11:26:55 +0200
  • 63ec4ebb9e add TODO Timothée Rebours 2021-10-22 17:10:01 +0200
  • 4c08e33271 browserify Timothée Rebours 2021-10-22 16:54:14 +0200