Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.4.0

    5f713f03 · 4.4.0 ·
    4.4.0
    
     * Use options from request for settings (Raymond Feng)
  • v3.27.0

    52298638 · 3.27.0 ·
    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 ·
    4.3.0
    
     * Allow flags to be passed via options (Raymond Feng)
     * chore: update file list for apidocs (biniam)
  • v3.26.1

    6dbb3578 · 3.26.1 ·
    3.26.1
    
     * [ BUGFIX ] maxDepthOfQuery config (leon3s)
  • v4.2.1

    a39cbebf · 4.2.1 ·
    4.2.1
    
     * [ BUGFIX ] maxDepthOfQuery config (leon3s)
  • v3.26.0

    0cd66158 · 3.26.0 ·
    3.26.0
    
     * Allow configuration of maxDepthOfQuery (Raymond Feng)
  • v4.2.0

    f0a6bd14 · 4.2.0 ·
    4.2.0
    
     * Allow configuration of maxDepthOfQuery (Raymond Feng)
  • v3.25.2

    b4d0cf54 · 3.25.2 ·
    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 ·
    4.1.2
    
     * Check composite keys containing hidden props (Raymond Feng)
     * Improve hidden/protected property checks (Raymond Feng)
  • v3.25.1

    d3efc40a · 3.25.1 ·
    3.25.1
    
     * Allow hidden/protected props as an object (Raymond Feng)
  • v4.1.1

    8ebb734a · 4.1.1 ·
    4.1.1
    
     * Allow hidden/protected props as an object (Raymond Feng)
  • v3.25.0

    2105c22a · 3.25.0 ·
    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 ·
    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 ·
    3.24.1
    
     * Update LTS versions in README (Miroslav Bajtoš)
     * Set publish tag to "lts" in package.json (Miroslav Bajtoš)
  • v2.58.1

    4e65e59f · 2.58.1 ·
    2.58.1
    
     * Describe LTS versions in README (Miroslav Bajtoš)
  • v4.0.0

    c95a969a · 4.0.0 ·
    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 ·
    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)
  • v2.58.0

    1c1b0caa · 2.58.0 ·
    2.58.0
    
     * feat: omit default fn for embeds many (jannyHou)
  • v3.23.0

    4d14c147 · 3.23.0 ·
    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 ·
    3.22.2
    
     * assertation of undefined could be null (shenghu)
     * fix: regression on Operation Hooks (virkt25)