Tags give the ability to mark specific points in history as being important
-
-
v3.27.0
52298638 · ·3.27.0 * Allow flags to be passed via options (Raymond Feng) * chore: update file list for apidocs (biniam)
-
v4.3.0
49330322 · ·4.3.0 * Allow flags to be passed via options (Raymond Feng) * chore: update file list for apidocs (biniam)
-
-
-
-
-
v3.25.2
b4d0cf54 · ·3.25.2 * Check composite keys containing hidden props (Raymond Feng) * Improve hidden/protected property checks (Raymond Feng)
-
v4.1.2
3348d501 · ·4.1.2 * Check composite keys containing hidden props (Raymond Feng) * Improve hidden/protected property checks (Raymond Feng)
-
-
-
v3.25.0
2105c22a · ·3.25.0 * Ren handleUndefined to normalizeUndefinedInQuery (Raymond Feng) * Report circular or deep query objects (Raymond Feng) * Hide offending properties from the error object (Raymond Feng) * Tidy up extended operator check (Raymond Feng) * Prevent hidden/protected props from being searched (Raymond Feng) * Report errors for missing id props for include (Raymond Feng) * remove null in embedded doc properties updates (Dimitris)
-
v4.1.0
708826cc · ·4.1.0 * Ren handleUndefined to normalizeUndefinedInQuery (Raymond Feng) * Report circular or deep query objects (Raymond Feng) * Hide offending properties from the error object (Raymond Feng) * Tidy up extended operator check (Raymond Feng) * Prevent hidden/protected props from being searched (Raymond Feng) * Report errors for missing id props for include (Raymond Feng) * fix: add test coverage, correct typo that exposed (Matthew Gabeler-Lee) * fix: accelerate unique id checking (Matthew Gabeler-Lee) * remove null in embedded doc properties updates (Dimitris)
-
v3.24.1
936f2db0 · ·3.24.1 * Update LTS versions in README (Miroslav Bajtoš) * Set publish tag to "lts" in package.json (Miroslav Bajtoš)
-
-
v4.0.0
c95a969a · ·4.0.0 * Update LTS versions in README (Miroslav Bajtoš) * Switch from Bluebird to native Promise (Miroslav Bajtoš) * Start 4.0 development, drop support for Node 6 (Miroslav Bajtoš)
-
v3.24.0
fcac2769 · ·3.24.0 * Add IBM copyright and MIT license headers (Raymond Feng) * Allow List to take items as instances of a class (Raymond Feng) * fix: ignore extra properties when strict=filter (#1423) (Tom Kirkpatrick) * Add EventEmitter type info to DataSource type (shimks)
-
-
v3.23.0
4d14c147 · ·3.23.0 * fix: update TypeScript declaration for KV (Raymond Feng) * Upgrade eslint-config-loopback + fix formatting (Miroslav Bajtoš) * Hide nyc coverage from test output (Miroslav Bajtoš) * Configure Mocha to use dot reporter (Miroslav Bajtoš)
-
v3.22.2
7ae64edf · ·3.22.2 * assertation of undefined could be null (shenghu) * fix: regression on Operation Hooks (virkt25)