Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 461 Bytes

CHANGES.md

File metadata and controls

14 lines (10 loc) · 461 Bytes

Changes in version 1.0

  • New options: modelsRootDir, dsRootDir

  • Load configuration from files, support dynamic (scripted) options

    app.json, app.local.*, app.{env}.*
    datasources.json, datasources.local.*, datasources.{env}.*
  • Scripts in models/ and boot/ can export function(app), this function is then called by the bootstrapper. The existing code using var app = require('../app') will continue to work.