Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.11 KB

ROADMAP.textile

File metadata and controls

29 lines (20 loc) · 1.11 KB

0.3.0

  • Default normalizers
  • Normalizer Chaining
  • Ability to change the default attribute normalization.

0.2.1

  • ActiveModel ORM added
  • Fix for :with option getting dropped when normalizing several attributes

0.2.0

  • Remove normalization on read in preference of presenters
  • RSpec matcher included
  • Preconfigured normalization blocks for reuse across classes/attributes

0.1.2

  • Re-factored to use ‘super’ calls so that so that we don’t break any other gems/plugins or the call chain in general

0.1.1

  • Alias normalize_attribute to normalize_attributes for syntactical sugar based on suggestion here
  • Use calls to super for attribute setting to avoid bypassing other plugins and gems and issues with calling reload on the model. Myron Marston

0.1.0

  • 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