-
Fix RegExp coercion (Simon Ho)
-
Add support for RegExp operator (Simon Ho)
-
Add a test for nesting and/or (Raymond Feng)
- Enable Inversion of Control in connector hooks through modifications of the context object. (Frank Steegmans)
- Fix the callback (Raymond Feng)
-
Update deps (Raymond Feng)
-
Add hooks to sql based connectors (Raymond Feng)
-
Fix for loopbackio/loopback-connector-mssql#45 (Raymond Feng)
-
Fix the jsdoc for applyPagination (Raymond Feng)
- Fix for loopbackio/loopback-connector-postgresql#80 (Raymond Feng)
-
Update sql-connector.md (Rand McKinney)
-
Add tests for propagating a transaction over relations (Raymond Feng)
-
Add transaction support (Raymond Feng)
-
Replace with link to Confluence (Rand McKinney)
-
Update sql-connector.md (Rand McKinney)
-
Upgrade deps (Raymond Feng)
-
Make sure invalid fields are filtered out (Raymond Feng)
-
Refactor base and sql connector (Raymond Feng)
-
Update README.md (Paulo McNally)
-
package: add jshint to devDependencies (Miroslav Bajtoš)
-
Fix crash in
id(model, property)
(Miroslav Bajtoš) -
Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
-
Bump version (Raymond Feng)
-
Make sure callback happens if a model is not attached to the data source (Raymond Feng)
-
Update contribution guidelines (Ryan Graham)
-
Bump version (Raymond Feng)
-
Fix updateAttributes impl (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix style to pass jlint (Raymond Feng)
-
Add space (Raymond Feng)
-
Add bulk update support (Raymond Feng)
-
Fix the count() impl to use buildWhere() from the subclass (Raymond Feng)
- First release!