- escape _ and % for mysql and postgres (@tilsammans)
- Now depends on mysql2 gem
- tagged_with :any is chainable now (@jeffreyiacono)
- tagged_with(nil) returns scoped object
- Case-insensitivity for TaggedModel.tagged_with for PostgreSQL database
- tagged_with(' ') returns scoped object
- remove warning for rails 3.1 about class_inheritable_attribute
- use ActiveRecord migration_number to avoid clashs (@atd)
- Converted the plugin to be compatible with Rails3
- PostgreSQL is now supported (via morgoth)
- Can now use a named_scope to find tags!
- Can now find related objects of another class (tristanzdunn)
- Removed extraneous down migration cruft (azabaj)
- Added support for Single Table Inheritance
- Adding gemspec and rails/init.rb for gemified plugin
- Added ability to use dynamic tag contexts
- Fixed missing migration generator