Skip to content

Tags

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

    6d738690 · 2.28.0 ·
    2.28.0
    
     * Add new feature to emit a `remoteMethodDisabled` event when disabling a remote method. (Supasate Choochaisri)
     * Fix typo in Model.nestRemoting (Tim Needham)
     * Allow built-in token middleware to run repeatedly (Benjamin Kröger)
     * Improve error message on connector init error (Miroslav Bajtoš)
     * application: correct spelling of "cannont" (Sam Roberts)
  • v2.27.0

    97f376c2 · 2.27.0 ·
    2.27.0
    
     * Remove sl-blip from dependency (Candy)
     * Fix race condition in replication tests (Miroslav Bajtoš)
     * test: remove errant console.log from test (Ryan Graham)
     * Promisify Model Change (Jue Hou)
     * Fix race condition in error handler test (Miroslav Bajtoš)
     * Travis: drop iojs, add v4.x and v5.x (Miroslav Bajtoš)
     * Correct JSDoc findOrCreate() callback in PersistedModel (Miroslav Bajtoš)
     * Hide verificationToken (Miroslav Bajtoš)
     * test: use ephemeral port for e2e server (Ryan Graham)
     * test: fail on error instead of crash (Ryan Graham)
     * ensure app is booted before integration tests (Ryan Graham)
     * Checkpoint speedup (Amir Jafarian)
     * Pull in API doc fix from PR into master #1910 (crandmck)
  • v3.0.0-alpha.1

    b0a62422 · 3.0.0-alpha.1 ·
    3.0.0-alpha.1
    
     * 3.0.0-alpha.1 (Miroslav Bajtoš)
     * Update juggler to ^3.0.0-alpha.1 (Miroslav Bajtoš)
     * Start development of 3.0 (Miroslav Bajtoš)
  • v2.26.2

    122c1186 · 2.26.2 ·
    2.26.2
    
     * Fix bulkUpdate to not trigger rectifyAll (Amir Jafarian)
  • v2.26.1

    69940ad3 · 2.26.1 ·
    2.26.1
    
     * PersistedModel: log rectify/rectifyAll triggers (Miroslav Bajtoš)
  • v2.26.0

    3b66fc1c · 2.26.0 ·
    2.26.0
    
     * change: skip cp lookup on no change (Miroslav Bajtoš)
     * Change: correctly rectify no-change (Miroslav Bajtoš)
     * Update model.js (Rand McKinney)
     * Adding properties description for User Model (David Cheung)
     * Add case-sensitve email option for User model. (Richard Pringle)
  • v2.25.0

    bfd5059d · 2.25.0 ·
    2.25.0
    
     * Fix typo in description of persistedModel.updateAttributes() (Richard Pringle)
  • v2.24.0

    f9545daf · 2.24.0 ·
    2.24.0
    
     * Fix cookie-parser error (Simon Ho)
  • v2.23.0

    1c1d5341 · 2.23.0 ·
    2.23.0
    
     * lib/registry: fix findModel for model ctor (Miroslav Bajtoš)
     * Refer to licenses with a link (Sam Roberts)
     * Fix user.resetPassword to fail on email not found (Simo Moujami)
     * Fix typo in doc comment (Rand McKinney)
     * Do not include redundant ports in verify links (Samuel Gaus)
     * Set application's id property only if it's empty. (wusuopu)
     * Check configs for shared method settings (Simon Ho)
     * Add test fixtures for shared methods (Simon Ho)
     * Clean up .jshintrc (Simon Ho)
     * Update comment about user ACL to reflect implementation (Felipe Oliveira Carvalho)
  • v2.22.2

    6fa57754 · 2.22.2 ·
    2.22.2
    
     * Use strongloop conventions for licensing (Sam Roberts)
     * Set package license to MIT (Sam Roberts)
  • v2.22.1

    063e3c72 · 2.22.1 ·
    2.22.1
    
     * Fix perf of rectification after updateAttributes (Miroslav Bajtoš)
     * Update persisted-model.js (Rand McKinney)
     * Stop NPM license warning (Simon Ho)
  • v2.22.0

    15c1ac8b · 2.22.0 ·
    2.22.0
    
     * Create stack-removing errorhandler middleware (Richard Walker)
     * Update README.md (Rand McKinney)
     * Allow EJS templates to use includes (Samuel Gaus)
     * Fix options.to assertion message in user.verify (Farid Nouri Neshat)
     * Upgrade Travis to container-based infrastructure (Miroslav Bajtoš)
     * fix typo "PeristedModel" (Christoph)
  • v2.21.0

    cb01fb96 · 2.21.0 ·
    2.21.0
    
     * Add util methods to ACL and clean up related model resolutions (Raymond Feng)
    
     * Promisify 'PersistedModel - replication' (Pradnya Baviskar)
    
     * Promisify 'Application' model (Pradnya Baviskar)
  • v2.20.0

    3c18d385 · 2.20.0 ·
    2.20.0
    
     * Allow methods filter for middleware config (Raymond Feng)
    
     * Don't load Bluebird for createPromiseCallback (Miroslav Bajtoš)
    
     * fix exit early when password is non-string closes #1437 (Berkeley Martinez)
    
     * Promisify User model (Pradnya Baviskar)
    
     * Add missing . to user model property descriptions (Richard Walker)
  • v2.19.1

    76b73a80 · 2.19.1 ·
    2.19.1
    
     * Disable application model test for karma (Raymond Feng)
    
     * Fix jsdocs for methods with where argument (Raymond Feng)
    
     * Add link to createChangeStream docs (Ritchie Martori)
  • v2.19.0

    8eeaa556 · 2.19.0 ·
    2.19.0
    
     * Add PersistedModel.createChangeStream() (Ritchie Martori)
    
     * Remove trailing whitespace from jsdoc (Ritchie Martori)
    
     * Update model.js (Rand McKinney)
    
     * Downgrade version of loopback-testing (Ritchie Martori)
    
     * Auto-configure models required by `app.enableAuth` (Miroslav Bajtoš)
    
     * Add loadBuiltinModels flag to loopback(options) (Miroslav Bajtoš)
    
     * Add a unit-test for searchDefaultTokenKeys (Miroslav Bajtoš)
    
     * access-token: add option "searchDefaultTokenKeys" (Owen Brotherwood)
    
     * Fix the test case (Raymond Feng)
    
     * Fix code standards issues (Tom Kirkpatrick)
    
     * Add test case to highlight fatal error when trying to include a scoped relationship through a polymorphic relationship (Tom Kirkpatrick)
    
     * add callback args for listByPrincipalType to jsdoc comment, pass explicit arguments to callback (Esco Obong)
    
     * mark utiltiy function as private (Esco Obong)
    
     * fix linting errors (Esco Obong)
    
     * fix lint erros (Esco Obong)
    
     * consolidate Role methods roles, applications, and users into one, add query param to allow for pagination and restricting fields (Esco Obong)
    
     * fix implementation of Role methods: users,roles, and applications (Esco Obong)
  • v2.18.0

    fb50b880 · 2.18.0 ·
    2.18.0
    
     * Make the test compatible with latest juggler (Raymond Feng)
  • v2.17.3

    28a0537e · 2.17.3 ·
    2.17.3
    
     * Use the new remoting.authorization hook for check access (Ritchie Martori)
    
     * Define remote methods via model settings/config (Miroslav Bajtoš)
    
     * Pass the full options object to the email send method in user verification process. (Alexandru Savin)
    
     * un-document _findLayerByHandler (Rand McKinney)
    
     * Gruntfile: disable debug & watch for CI builds (Miroslav Bajtoš)
    
     * Update devDependencies to the latest versions (Miroslav Bajtoš)
    
     * Remove trailing whitespace added by 242bcec (Miroslav Bajtoš)
    
     * Update model.js (Rand McKinney)
  • v2.17.2

    b9493cdb · 2.17.2 ·
    2.17.2
    
     * Fix regression in Model.getApp() (Miroslav Bajtoš)
  • v2.17.1

    f93590de · 2.17.1 ·
    2.17.1
    
     * Allow dataSource === false (Raymond Feng)
    
     * Fix remoting metadata for User.login#include (Miroslav Bajtoš)