Skip to content

Commit

Permalink
Version 0.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
benpickles committed Apr 15, 2010
1 parent a467e1c commit 86772ac
Show file tree
Hide file tree
Showing 4 changed files with 417 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.markdown
@@ -1,5 +1,11 @@
# Changelog

## 0.8.3

* Fix that `find`, `first`, `last` and `detect` return `null` when nothing is found.
* Add `unbind` method to unbind all callbacks for a particular event or a specific callback by passing a reference to the original function.
* Move callback functionality into a separate module and mix-in to class and instance.

## 0.8.2

* Don't log an error when Rails returns a response of " " for a `head :ok` response.
Expand Down

0 comments on commit 86772ac

Please sign in to comment.