forked from edgarjs/ajaxful-rating
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
67 lines (50 loc) · 1.85 KB
/
CHANGELOG
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
== 3.0.0.beta7
* Add static files as assets
* remove jeweler
== 3.0.0.beta6 August 23, 2011
* Move validation to Rate model
== 3.0.0.beta5 August 23, 2011
* Validate minimum of stars
== 3.0.0.beta4 August 16, 2011
* Allow configuration per dimension
== 3.0.0.beta2 August 8, 2010
* Fix dom_class and tap methods in rails.rc
== 2.2.8.1 Jul 02, 2010
* Call html_safe only when it's available.
== 2.2.8 Jun 14, 2010
* Fix html for <li> marking it as html_safe when using rails_xss plugin
== 2.2.7 Jun 12, 2010
* Fix generated html marking it as html_safe when using rails_xss plugin
== 2.2.6 May 27, 2010
* Fix wrapper_dom_id with false values for keys
== 2.2.5 May 21, 2010
* Fix wrapper_dom_id with empty values
== 2.2.4 April 15, 2010
* Fix wrapper_dom_id join options
== 2.2.3 March 10, 2010
* Fix validation of current_user to show linked stars
== 2.2.2 March 9, 2010
* Fix bug for jRuby
* Fixed user self relational model to be rater and rateable.
== 2.2.1 March 8, 2010
* Changed :force_dynamic for its opposite :force_static.
* Fixed I18n texts.
* Fixed missed quotes for Rate belongs_to association with User class
* Detailed wrapper DOM id with passed hash.
== 2.2.0 March 7, 2010
* Improved model methods and options.
* Works now with inherited models.
* Removed HTML and CSS options for helper for sake of simpleness.
* Renamed helper option :small_stars to :small.
* Changed whole helper approach. It should work the same as before.
(Except for the renamed and removed options)
* Removed :force_dynamic, you should exclude the helper from cache since it uses
authorization.
* Fixed opened bugs so far.
== 2.1.5 January 28, 2010
* Renamed options method name to avoid collapse.
* Removed CSS duplication.
== 2.1.4 January 25, 2010
* Added option for showing current_user's rate instead of global average
== 2.1.0 July 25, 2009
* AjaxfulRating is now available as a gem