Start CHANGES.md

This commit is contained in:
Miroslav Bajtoš 2014-05-27 16:18:09 +02:00
parent 3ba43e1197
commit a716cdbf7b
1 changed files with 14 additions and 0 deletions

14
CHANGES.md Normal file
View File

@ -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.