Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Version 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Mar 21, 2010
1 parent 0d4ef11 commit 9123e4f
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.8.0

* Move model collection methods into a separate object allowing you to customise the defaults in a single place.
* Move model instance methods into a separate object. This allows you to redefine the defaults once rather than having to pass the same custom method to multiple models at declaration time.
* Defining a model now takes three arguments: name, class methods, instance methods.

## 0.7.3

* Fix callbacks in IE.
* Fix broken Ajax tests in IE6 and IE7.

## 0.7.1

* `Model.RestPersistence` now recognises a 422 response as validation failure and populates the model's errors object with the response data.
Expand Down
Loading

0 comments on commit 9123e4f

Please sign in to comment.