Default normalizersNormalizer ChainingAbility to change the default attribute normalization.
ActiveModel ORM addedFix for :with option getting dropped when normalizing several attributes
Remove normalization on read in preference of presentersRSpec matcher includedPreconfigured normalization blocks for reuse across classes/attributes
Re-factored to use ‘super’ calls so that we don’t break any other gems/plugins or the call chain in general
Alias normalize_attribute to normalize_attributes for syntactical sugar based on suggestion hereUse calls to super for attribute setting to avoid bypassing other plugins and gems and issues with calling reload on the model.Myron Marston
Documentation fixes and updates.Rspec fixes and updates.Take the existing code that is a rails plugin only and turn it into a proper Ruby gem hosted over at Gemcutter