-
Update deps (Raymond Feng)
-
Re-enable the inclusion tests (Raymond Feng)
-
Check if result is null (Raymond Feng)
-
Disable extended tests if mongodb version is lower than 2.6 (Raymond Feng)
-
Include tests of persistence hooks from juggler. (Miroslav Bajtoš)
-
Update
should
to the latest version4.6.3
(Miroslav Bajtoš) -
Fix unit-tests on iojs 1.0 (Miroslav Bajtoš)
-
Tidy up the null check (Raymond Feng)
-
Added options to like/nlike operator to allow for regex flags (Andrew Burgess)
-
Small optimisation on the loop in parseUpdateData (Alexandru Savin)
-
Optimized the user data parser method (Alexandru Savin)
-
Fixed bug where only the first operator was kept and refactored the parsing logic to be reused (Alexandru Savin)
-
Allows array operators (Felipe Figueroa)
-
Renamed datasource config var for exended parameters (Alexandru Savin)
-
set extended operators to true for the tests where they are needed (Alexandru Savin)
-
added configuration switch extended_operators and more update operators (Alexandru Savin)
-
Added tests (Alexandru Savin)
-
Check for valid operators and disregard any other properties (Alexandru Savin)
-
allow DB specific mappings for indexes (Felipe Figueroa)
-
Changed the solution to use indexOf (Alexandru Savin)
-
Give access to all update operators (Alexandru Savin)
-
Enable additional update actions (other than $set) (Alexandru Savin)
-
Fix the test case (Raymond Feng)
-
Upgrade to mongodb node driver 2.x (Raymond Feng)
-
Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
-
test: Use mongodb on localhost under CI (Ryan Graham)
-
test: bump loopback-datasource-juggler version (Ryan Graham)
-
fixing typo (Marc Puig)
-
Bump version (Raymond Feng)
-
fix misspelled attribute "unique" in /lib/mongodb.js (kai zhu)
-
Fix the test cases (Raymond Feng)
-
Add contribution guidelines (Ryan Graham)
-
Fix the bad usage of for-in loop against array (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix mongodb neq mapping (Raymond Feng)
-
Bump version (Raymond Feng)
-
Add a test case for ping errors (Raymond Feng)
-
Bump version (Raymond Feng)
-
Add ping() (Raymond Feng)
-
Bump versions (Raymond Feng)
-
Tidy up order processing (Raymond Feng)
-
Update link to doc (Rand McKinney)
-
Bump version (Raymond Feng)
-
Add update support (Raymond Feng)
-
Allows custom mapping from model to collection (Raymond Feng)
-
Add more tests (Raymond Feng)
-
Fix id usage in where clause (Raymond Feng)
-
Add a test case to verify update (Raymond Feng)
-
Fix the test cases (Raymond Feng)
-
Remove peer dependency on datasource-juggler (Miroslav Bajtoš)
-
Bump version (Raymond Feng)
-
Map id name to _id for ordering (Raymond Feng)
-
Set the default order using id if no order is specified (Raymond Feng)
-
Bump version (Raymond Feng)
-
Remove unused code (Raymond Feng)
-
Remove the duplicate test (Raymond Feng)
-
Improve the save method with tests (Raymond Feng)
-
Fix mongodb upsert (Raymond Feng)
-
Bump versions (Raymond Feng)
-
Make sure where object is built for count/destroyAll (Raymond Feng)
-
Bump version (Raymond Feng)
-
Add a comment for the null value query (Raymond Feng)
-
Fix the test titles (Raymond Feng)
-
Add support for logical operators (Raymond Feng)
-
Bump version (Raymond Feng)
-
Add id coercion for findById (Raymond Feng)
-
Bump version (Raymond Feng)
-
Replace old README with link to docs. (Rand McKinney)
-
Update README (Raymond Feng)
-
Fix the conversion for mongodb.Binary (Raymond Feng)
-
Set default options for background/unique (Raymond Feng)
-
Add indexes/automigrate/autoupdate/debug (Raymond Feng)
-
Bump version (Raymond Feng)
-
Simplifying the connector-mongodb PR after database-juggler fix (Aurelien Chivot)
-
Do not return MongoDB-specific _id to client API, except if specifically specified in the model definition (Aurelien Chivot)
-
Bump version (Raymond Feng)
-
Wrap the condition into RegExp for consistency (Raymond Feng)
-
Add like/nlike support for mongodb (Raymond Feng)
-
Fix error handling for create (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix for text id object insertion issue (Aurelien Chivot)
-
Update to dual MIT/StrongLoop license (Raymond Feng)
-
Fix the object id conversion to skip 12-byte strings (Raymond Feng)
-
Fix update (Raymond Feng)
-
Update getTypes (Raymond Feng)
-
Add type/defaultIdType (Raymond Feng)
-
Reformat code (Raymond Feng)
-
Bump version (Raymond Feng)
-
Rename the model (Raymond Feng)
-
Add a test case (Raymond Feng)
-
Try to convert the id to ObjectID (Raymond Feng)
- First release!