Start CHANGES.md
This commit is contained in:
parent
3ba43e1197
commit
a716cdbf7b
|
@ -0,0 +1,14 @@
|
|||
## Changes in version 1.0
|
||||
|
||||
- New options: `modelsRootDir`, `dsRootDir`
|
||||
|
||||
- Load configuration from files, support dynamic (scripted) options
|
||||
|
||||
```sh
|
||||
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.
|
Loading…
Reference in New Issue