Skip to content

Commit 2fb9ae6

Browse files
committed
Update CHANGELOG.
1 parent d029380 commit 2fb9ae6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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]
9+
310
## 0.9.4
411

512
* Add `Model.map()` method.

0 commit comments

Comments
 (0)