Commit Graph

40 Commits (60929bb9fc4aeaf27e168472524eb298addc4135)

Author SHA1 Message Date
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 dbcc3647d1 repair race condition in tests + improve docs 3 years ago
Timothée Rebours 2ec0101d7b one documentation file 3 years ago
Timothée Rebours 32cff9b921 huge cleanup 3 years ago
Timothée Rebours 5d8b23a69d cleanup JSDOC & generate md + html, md is pushed in the repo 3 years ago
Timothée Rebours 0e9e5c7f4d massive update of the JSDoc, rewrite of the model & storage modules to clarify 3 years ago
Timothée Rebours 0b8aab7346 add doc to model, fix persistence doc, fix error in cursor and unecessary async in executor 3 years ago
Timothée Rebours 90f52e4cda add docs for Cursor, customUtils, Executor, Persistence and utils 3 years ago
Timothée Rebours a2528ee45e jsdoc 3 years ago
Timothée Rebours 06dc91915c simplify executor 3 years ago
Timothée Rebours 42a7d45856 minor 3 years ago
Timothée Rebours b57e3a01fb minor 3 years ago
Timothée Rebours 2c4589e108 WIP: async Cursor and fix async executor 3 years ago
Timothée Rebours e8cba5273a cleanup code 4 years ago
Timothée Rebours 5c6561307d remove underscore 4 years ago
Timothée Rebours a4cd69f5c6 re-make the build process with webpack, swicth to Karma for the browser tests, bumps all dependencies except , remove bower.json, remove browser build from repo (will be published on npm though) 4 years ago
Timothée Rebours 185ae680b8 standard everything except browser-version 4 years ago
Louis Chatriot 0eeca73bb0 Can pick type project on embedded documents 9 years ago
Louis Chatriot 9e07cedd18 Fixed edge case behavior where falsy fields where followed by dot notation 9 years ago
Louis Chatriot 645d87504d getCandidates is now async 9 years ago
Louis Chatriot cd80806d24 CCan specify custom string comparison function 9 years ago
James M. Greene dab6fe24a5 Throw real Errors instead of strings and plain objects 9 years ago
Louis Chatriot 94f7caf0b8 Chmod 9 years ago
Louis Chatriot c11128160f Projection fully tested for cursor 10 years ago
Louis Chatriot 0fb797240e Real test for empty projection and take-type projections 10 years ago
Louis Chatriot 6841ea862a Test with no or empty projection 10 years ago
Louis Chatriot b6fe7c8541 Projection function added to cursor 10 years ago
Louis Chatriot 75ee7a967f Can specify 2 or 3 args and still get desired results 10 years ago
Louis Chatriot 34d456dd29 Some formatting 11 years ago
Tim Shadel 9a917a6d57 Fix multiple sort criteria 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 e050dcac23 Multiple consecutive sorts are handled 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
Louis Chatriot 35180e800d Cursor completely tested with sort, limit, skip 11 years ago
Louis Chatriot 4b780652d4 Limit and sort together tested 11 years ago
Louis Chatriot 6c674b7f82 Tested method chaining 11 years ago
Louis Chatriot 14f4b375ec Added the sort option, first test done 11 years ago
Louis Chatriot a981aa3675 Use cursor to find documents 11 years ago