-
Enforce validation length on TEXT columns via bytes instead of characters (#25)
-
Drop support for ruby 1.9 (#26)
-
Drop hard reliance on rails (can use with just activerecord) - thanks @grosser
-
Drop requiring of rubygems (unnecessary) - thanks @grosser
-
Update dependencies to modern, build-able versions
-
Drop support for integer length validations (too many issues)
-
Fix handling with STI models - thanks @iNecas
-
Fix sharing options between models - thanks @iNecas
-
Drop support for rails 2
-
Implement lazy-evaluation of column information for better compatibility with early load orders - thanks @domcleal.
-
Drop support for ruby 1.8.7 and 1.9.2 - too many issues with backwards-compatibility
-
Explicit support for Rails 4.1 and 4.2
-
Up-to-date Appraisals and dependencies
-
Better support for postgres text columns via conditional length validation
-
Bug fix for postgres array column types