All Versions
44
Latest Version
Avg Release Cycle
197 days
Latest Release
1116 days ago

Changelog History
Page 2

  • v4.0.0 Changes

    December 29, 2015
  • v3.0.15 Changes

    December 29, 2015
    • 🚚 Fixes mongoid 3 support and removes mongoid 2 support(johnnyshields)
    • 📚 Some documentation/comments tidying
    • Some general tidying up
  • v3.0.14 Changes

    August 23, 2012
    • Fix for using validates :timeliness => {} form to correctly add attributes to timeliness validated attributes.
  • v3.0.13 Changes

    August 21, 2012
    • 🔌 Fix ActiveRecord issues with using plugin parser by using old way of caching values.
    • Allow any ActiveRecord non-column attribute to be validated
  • v3.0.12 Changes

    June 23, 2012
    • Fix load order issue when relying on Railtie to load ActiveRecord extension
  • v3.0.11 Changes

    April 01, 2012
    • 🚀 Change dependency on Timeliness version due to a broken release
  • v3.0.10 Changes

    March 26, 2012
    • Fix for ActiveRecord shim and validation with :allow_blank => true in AR 3.1+. Fixes issue#52.
  • v3.0.9 Changes

    March 26, 2012
    • ActiveRecord 3.1+ suport
    • 🛠 Fixes for multiparameter extension with empty date values (thanks @mogox, @Sharagoz)
  • v3.0.8 Changes

    December 24, 2011
    • 🚚 Remove deprecated InstanceMethods module when using AS::Concern (carlosantoniodasilva)
    • ⚡️ Update Mongoid shim for v2.3 compatability.
  • v3.0.7 Changes

    September 21, 2011
    • Fix ActiveRecord before_type_cast extension for non-dirty attributes.
    • Don't override AR before_type_cast for >= 3.1.0 which now has it's own implementation for date/time attributes.
    • Fix DateTimeSelect extension to convert params to integers (#45)
    • Add #change method to DateTimeSelect extension (@trusche, #45)
    • Cleanup Mongoid shim.