forked from shuber/sortable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
45 lines (36 loc) · 1.46 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
2009-07-06 - Sean Huber ([email protected])
* Fix bug related to boolean scopes
* Update gemspec
2009-05-30 - Sean Huber ([email protected])
* Always convert options[:conditions] into an array
* options[:conditions] can be a hash
* Add higher_items and lower_items instance methods
* Update README.rdoc
* Update gemspec
2009-05-29 - Sean Huber ([email protected])
* Call remove_from_lists after destroy instead of before in case any other before_destroy callbacks fail
2009-05-28 - Sean Huber ([email protected])
* All active record versions >= 2.0.0 are now fully supported
2009-05-27 - Sean Huber ([email protected])
* Use self.class.base_class when scoping records
* Fix conflicts
2009-05-14 - Sean Huber ([email protected])
* Remove MIT-LICENSE from gemspec - github complaining for some reason
* Type cast position and offset arguments as integers
2009-05-13 - Sean Huber ([email protected])
* Fix bug - item_at_offset method was not scoping correctly
* Rename MIT_LICENSE to MIT-LICENSE
2009-01-17 - Sean Huber ([email protected])
* Update code documentation
* Make the sortable_scope_changes instance method public
* Add more tests
* Update README
* Add gemspec
2009-01-16 - Sean Huber ([email protected])
* Update logic and add some tests
* Add more tests
* Rename README.markdown to README.rdoc
* Symbolize arguments for calls to the "send" method
2009-01-15 - Sean Huber ([email protected])
* Initial commit
* Add logic