v1.3.0
Notable New Features
- YAML can be used to write the model as an alternative to plain JSON. To do so, use the .yaml file extension instead of .json. This has some advantages: YAML is a bit more concise and readable, supports inline comments and gives better error messages if the file is invalid. Projects that have been written in JSON can very easily be converted to YAML through https://www.npmjs.com/package/yamljs
- More and better statistics (please archive your old statistics.csv file, since the columns have changed)
- Reintroduced the mobo reporting functionality
For more details about JSON vs YAML, see the MANUAL.md