Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.36.0

    de5c63fc · 2.36.0 ·
    2.36.0
    
     * Report deferred exceptions via callback (Raymond Feng)
    
     * fixes issue 673: Include hasMany of relation does not return empty array (Kenta Fried)
  • v2.35.3

    a41fabef · 2.35.3 ·
    2.35.3
    
     * Fix the test case with automigrate (Raymond Feng)
  • v2.35.2

    78bb13db · 2.35.2 ·
    2.35.2
    
     * Fix regexp error for the memory connector (Simon Ho)
  • v2.35.1

    ff6a2228 · 2.35.1 ·
    2.35.1
    
     * Fix error handling (Raymond Feng)
  • v2.35.0

    b7042b98 · 2.35.0 ·
    2.35.0
    
     * Remove test for unused utility function (Simon Ho)
    
     * Remove try/catch from find function (Simon Ho)
    
     * Add support for regex operator (Simon Ho)
    
     * Async 'loaded' hook for find (Pradnya Baviskar)
    
     * Promisify all 'discover' methods (Pradnya Baviskar)
    
     * Fix 'persist' hook for updateAttributes() (Pradnya Baviskar)
  • v2.34.0

    5e192bda · 2.34.0 ·
    2.34.0
    
     * Don't enforce strictness if allowExtendedOperators: true (MongoDB) (Fabien Franzen)
    
     * Take strict: validate and throw settings into account (Fabien Franzen)
    
     * Filter attributes when strict: true (Fabien Franzen)
  • v2.33.3

    4151302e · 2.33.3 ·
    2.33.3
    
     * Make sure done() is called within the callback (Raymond Feng)
  • v2.33.2

    b9e32bf8 · 2.33.2 ·
    2.33.2
    
     * Add NOTICE (Raymond Feng)
    
     * prevent upsert overwriting default values with applyDefaultValues option (Bryan Clark)
    
     * use fromDb to deserialize data after save in Memory connector (Bryan Clark)
    
     * Correctly handle validatesUniquenessOf(idName) (Fabien Franzen)
  • v2.33.1

    64b6aef9 · 2.33.1 ·
    2.33.1
    
     * Fix object merge (Raymond Feng)
  • v2.33.0

    9d653c1a · 2.33.0 ·
    2.33.0
    
     * Make sure base property definitions are cloned (Raymond Feng)
  • v2.32.0

    f3b2a97c · 2.32.0 ·
    2.32.0
    
     * Fix the regression for date conversion (Raymond Feng)
    
     * Don't cache static scope method results #575 (Fabien Franzen)
  • v2.31.1

    88229fb5 · 2.31.1 ·
    2.31.1
    
     * Fix the regexp value for like/nlike (Raymond Feng)
  • v2.31.0

    62a429b2 · 2.31.0 ·
    2.31.0
    
     * Assert the existence of instance (Raymond Feng)
    
     * Make sure operator/options are honored (Raymond Feng)
    
     * Fix coercion from ObjectID to String (Raymond Feng)
    
     * Fix #623 - use actual id order (Fabien Franzen)
    
     * test: fix persistence-hooks failures in MySQL (Miroslav Bajtoš)
    
     * Includes with transaction support (Rus1)
    
     * Fix updateOrCreate transaction propagation (Rus1)
    
     * Fix promise chaining in case of error (Rus1)
    
     * Promisify 'autoupdate' (Pradnya Baviskar)
    
     * Add new hook 'loaded' (Pradnya Baviskar)
  • v2.30.1

    019705d3 · 2.30.1 ·
    2.30.1
    
     * Ping async to 1.0.0 to work around context propagation (Raymond Feng)
    
     * Fix the test case (Raymond Feng)
  • v2.30.0

    62f3f3af · 2.30.0 ·
    2.30.0
    
     * Promisify 'automigrate' (Pradnya Baviskar)
    
     * check object exists before setting __cachedRelations (ningsuhen)
    
     * Fix the test case as updateAll takes `where` directly (Raymond Feng)
    
     * Fix for issues #622 & #623 (ningsuhen)
    
     * Add new hook 'persist' (Pradnya Baviskar)
    
     * Create a script to describe operation hooks (Miroslav Bajtoš)
    
     * Allow 0 as the FK (Raymond Feng)
    
     * fix typo (Clark Wang)
    
     * Dedupe ids args of inq for include (Raymond Feng)
  • v2.29.2

    56344fe9 · 2.29.2 ·
    2.29.2
    
     * Fix the test case (Raymond Feng)
  • v2.29.1

    270fc4c2 · 2.29.1 ·
    2.29.1
    
     * Update deps (Raymond Feng)
    
     * Don't silently swallow db errors on validation. (Samuel Reed)
    
     * adapt coding style @bajtos (mamboer)
    
     * addressing #603 (Patrick Perini)
    
     * enhancement on #588 (mamboer)
    
     * fix issue #587 (mamboer)
    
     * add test suit for scope - dynamic function (Nemo)
  • v2.29.0

    e8e3ce66 · 2.29.0 ·
    2.29.0
    
     * Enhance the apis and add more tests (Raymond Feng)
    
     * Fix for https://github.com/strongloop/loopback/issues/1401 (Raymond Feng)
    
     * Fix ReferenceError: definition is not defined (Dmitry Manannikov)
    
     * Mix in observer apis to the connector (Raymond Feng)
    
     * Enhance fieldsToArray to consider strict mode (Raymond Feng)
  • v2.28.1

    44bdeb7a · 2.28.1 ·
    2.28.1
    
     * Remove dep on sinon (Raymond Feng)
    
     * Update deps (Raymond Feng)
  • v2.28.0

    288e6e4c · 2.28.0 ·
    2.28.0
    
     * Make sure promise is returned (Raymond Feng)
    
     * Update deps to loopback-connector (Raymond Feng)
    
     * Fix comments (Raymond Feng)
    
     * Enable docs (Raymond Feng)
    
     * Add an optional `options` argument to relation methods (Raymond Feng)
    
     * Add transaction apis (Raymond Feng)
    
     * Refactor the observer functions into a plugin (Raymond Feng)
    
     * Add transaction (Raymond Feng)