不要怂,就是干,撸起袖子干!

Commit 625e2adb by Mick Hansen

changelog

1 parent b6a2c61f
Showing with 1 additions and 0 deletions
......@@ -2,6 +2,7 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
# v2.0.0-dev10
#### Backwards compatability changes
- selectedValues has been removed for performance reasons, if you depend on this, please open an issue and we will help you work around it.
- foreign keys will now correctly be based on the alias of the model
- foreign keys for non-id primary keys will now be named for the foreign key, i.e. pub_name rather than pub_id - if you have non-id primary keys you should go through your associations and set the foreignKey option if relying on a incorrect _id foreign key
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!