Notes:
2.0.2
Updated README
First release with PostgreSQL compatability (Need feedback)
FEATURE: added tagged_with_all? tagged_with_any?
FEATURE: added :sort_list option to the tags_counts method - allows you to pass a Proc and get back an ordered list
FEATURE: Overhauled the Unit Test suite to make it easier to run
BUGFIX: Fixed escaping in find_related_tags
BUGFIX: Fixed problem with :limit and find_related_tags being off by 1
BUGFIX: Fixed table alias in find_related_tagged
Changes:
2.0.2
Updated README
First release with PostgreSQL compatability (Need feedback)
FEATURE: added tagged_with_all? tagged_with_any?
FEATURE: added :sort_list option to the tags_counts method - allows you to pass a Proc and get back an ordered list
FEATURE: Overhauled the Unit Test suite to make it easier to run
BUGFIX: Fixed escaping in find_related_tags
BUGFIX: Fixed problem with :limit and find_related_tags being off by 1
BUGFIX: Fixed table alias in find_related_tagged
|