Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Updated changelog for 1.3 release post.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.thoughtbot.com/jester/trunk@87 d7758119-aa2c-0410-afcd-b700fbd0d0b3
  • Loading branch information
emill committed Jun 8, 2007
1 parent 55d7bcd commit 1a12c71
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG
@@ -1,4 +1,9 @@
Version 1.3
========================
Version 1.3 (June 10th)
========================

Release post:
http://giantrobots.thoughtbot.com/2007/6/10/jester-1-3-jsonic-rest

* JSON support. Specify that all requests will be posting to .json URLs, and parsing JSON responses, by setting the "language" option inside Base.model(). This option defaults to "xml".

Expand All @@ -13,6 +18,8 @@ Version 1.3
* Added helper methods updateAttributes(), and setAttributes(). Both set the attributes of the object to the passed hash, however updateAttributes() will call save the object when done. For this reason, updateAttributes() accepts a 2nd optional callback argument (either a function or a Prototype Ajax.Request options hash).

* Now safe to use Prototype-style hashes (using $H) when calling build, create, setAttributes, or updateAttributes.

* Bug fix on translating dashes to underscores in field names. Thanks to Pete Forde for the patch.


========================
Expand Down

0 comments on commit 1a12c71

Please sign in to comment.