v0.13.1
- Many fixes to deeply nesting relations.
- Make it easy to disable or change the way how mobx-spine does snake_case <-> camelCase converting when parsing from/to backend.
- Throw error when you define an attribute on a model that is already in use by mobx-spine. Example:
@observable url
.