forked from fabrik42/acts_as_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
52 lines (29 loc) · 1.15 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=== 0.3.0 TO BE RELEASED AS A GEM
* Added bundler support
* Added mongoid support
* Removed lots of unnecessary dependencies esp. ActiveRecord
=== 0.2.2 2010-10-21
* Version bump only for changing the github account in the docs.
=== 0.2.1 2010-09-20
* Updated to work with Rails 3.0.0
* Added support for multiple renderings of the same model (e.g. useful for versioning).
Note that the interface of acts as api changed, soyou have to update your code.
* Updated dependecies to user Rails 3.0.0 libs instead of beta.
=== 0.1.10 2010-07-23
* More Bugfixes. When you want to render an Array of records (e.g. from MyRecord.all)
make sure you pass the :root options to render_as_api - in case it will return an empty array
=== 0.1.7 2010-07-05
* Fixed bug with multi-word models.
=== 0.1.4 2010-07-04
* Added better documentation.
=== 0.1.3 2010-07-04
* Support for including methods of associated models.
* Better root name determination for arrays.
=== 0.0.3 2010-07-01
* 1 small bugfix
=== 0.0.2 2010-07-01
* 1 major enhancement:
* Added a wrapping root node for JSON responses by default.
=== 0.0.1 2010-06-27
* 1 major enhancement:
* Initial release