You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 0.10.0
4
+
5
+
* Add `extend()` and `include()` methods to add class and instance methods respectively.
6
+
* New declaration syntax - pass a function giving you access to the newly created class instead of two separate objects.
7
+
* A model with an id will be added to the collection when saved (like the docs said originally).
8
+
*`count()` now follows suit with the rest of js-model and returns the number of models in `all()` allowing you to overwrite `all()` with your own custom implementation - or "Eggs Fish Ham" as he put it ;) [Mark Evans]
0 commit comments