Skip to content

Tags

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

    a5ba7408 · 4.7.1 ·
    4.7.1
    
     * Fix "access" hook for unoptimized "near" queries (Miroslav Bajtoš)
     * Fix "loaded" hook for unoptimized "near" queries (Miroslav Bajtoš)
     * Test "near" queries executed in memory (Miroslav Bajtoš)
     * Fix DateString ctor to accept DateString instances (Miroslav Bajtoš)
     * datasource: copy settings object in constructor (Miroslav Bajtoš)
     * chore: update copyrights years (#1737) (Agnes Lin)
     * chore: update LTS status (#1734) (Diana Lau)
  • v4.7.0

    2aa4d203 · 4.7.0 ·
    4.7.0
    
     * fix: allow coercion of nested properties (biniam)
  • v3.31.0

    72d1bf6c · 3.31.0 ·
    3.31.0
    
     * fix: allow coercion of nested properties (biniam)
     * Add support for Node.js 12.x (Miroslav Bajtoš)
     * chore: remove kv-extreme-scale from downstream (#1722) (Diana Lau)
  • v4.6.4

    3fba79e7 · 4.6.4 ·
    4.6.4
    
     * Fix tests for empty/default values to pass on SQL (Miroslav Bajtoš)
     * Update nyc to 14.0.0 (Miroslav Bajtoš)
     * test: define models in before hooks (biniam)
     * Update `should` to `13.2.3` (Miroslav Bajtoš)
     * Update `mocha` to `6.1.4` (Miroslav Bajtoš)
  • v4.6.3

    88312422 · 4.6.3 ·
    4.6.3
    
     * Add support for Node.js 12.x (Miroslav Bajtoš)
     * fix: coerce primitive properties on update (biniam)
     * fix: coerce date array properties (biniam)
     * fix: normalize include with boolean or number (spurreiter)
  • v3.30.0

    b7ea7458 · 3.30.0 ·
    3.30.0
    
     * fix: coerce primitive properties on update (biniam)
     * fix: coerce date array properties (biniam)
     * fix: add index for couchdb tests (#1720) (Janny)
  • v3.29.2

    9095f328 · 3.29.2 ·
    3.29.2
    
     * fix: normalize include with boolean or number (spurreiter)
  • v2.59.2

    c7535ff6 · 2.59.2 ·
    2.59.2
    
     * fix: normalize include with boolean or number (spurreiter)
  • v4.6.2

    b3945fcd · 4.6.2 ·
    4.6.2
    
     * chore: update CODEOWNERS (#1712) (Diana Lau)
     * fix: ignore git file (#1714) (Janny)
     * remove kv-extreme-scale ctor from downstream test (#1710) (Diana Lau)
  • v3.29.1

    127b45bf · 3.29.1 ·
    3.29.1
    
     * fix: ignore git file 3.x (#1713) (Janny)
  • v2.59.1

    3965078f · 2.59.1 ·
    2.59.1
    
     * fix: ignore .git folder (#1709) (Janny)
  • v4.6.1

    095fe62f · 4.6.1 ·
    4.6.1
    
     * Improve tests for empty vs. default values (Miroslav Bajtoš)
     * Do not apply default values on data from database (Miroslav Bajtoš)
     * Update datasource-connector.md (#1703) (Jam Risser)
     * feat: support array within array (Hage Yaapa)
     * fix: update lodash (#1696) (Janny)
  • v3.29.0

    e4a605d4 · 3.29.0 ·
    3.29.0
    
     * Do not apply default values on data from database (Miroslav Bajtoš)
     * feat: support array within array in 3.x (Hage Yaapa)
     * feat: Support "type" key in sub-properties in 3.x (Hage Yaapa)
     * fix: use existing field in exclude test (biniam)
     * eslint: manually fix remaining problems (Miroslav Bajtoš)
     * eslint: autofix linting errors (Miroslav Bajtoš)
     * eslint: upgrade eslint-config-loobpack to latest (Miroslav Bajtoš)
  • v2.59.0

    58613fa2 · 2.59.0 ·
    2.59.0
    
     * Do not apply default values on data from database (Miroslav Bajtoš)
     * feat: Support "type" key in sub-properties (Hage Yaapa)
  • v4.6.0

    ce7194ff · 4.6.0 ·
    4.6.0
    
     * feat: Support "type" key in sub-properties (Hage Yaapa)
     * fix: use correct callback for geo find queries (biniam)
     * fix: update typescript declarations (biniam)
  • v4.5.4

    1b804168 · 4.5.4 ·
    4.5.4
    
     * fix: use correct callback for geo find queries (biniam)
     * fix: update typescript declarations (biniam)
  • v4.5.3

    4d288813 · 4.5.3 ·
    4.5.3
    
     * Support nested properties with class type (Miroslav Bajtoš)
  • v4.5.2

    4c697815 · 4.5.2 ·
    4.5.2
    
     * Improve Model type definitions (Miroslav Bajtoš)
     * fix: use existing field in exclude test (biniam)
  • v4.5.0

    d3f63a8e · 4.5.0 ·
    4.5.0
    
     * Revert "5.0.0". It was released accidentally. (Diana Lau)
     * Upgrade eslint-config-loopback to latest (Miroslav Bajtoš)
     * manually fix remaining problems (Miroslav Bajtoš)
     * autofix eslint errors (Miroslav Bajtoš)
     * eslint: enable no-var and prefer-const rules (Miroslav Bajtoš)
     * Update eslint-config-loopback to latest (Miroslav Bajtoš)
     * Update dependencies to latest versions (Miroslav Bajtoš)
     * Upgrade bson to 4.x (latest) (Miroslav Bajtoš)
     * feat: dataSource.execute(cmd, args, opts, cb) (Miroslav Bajtoš)
     * eslint: enable ES2017 (async functions) (Miroslav Bajtoš)
  • v3.28.0

    293b093f · 3.28.0 ·
    3.28.0
    
     * Use options from request for settings (Raymond Feng)