validates_timeliness v2.3.0 Release Notes

Release Date: 2010-02-04 // about 14 years ago
    • ๐Ÿ›  Backwards incompatible change to :equal_to option. Fixed error message clash with :equal_to option which exists in Rails already. Option is now :is_at.
    • ๐ŸŒ Fixed I18n support so it returns missing translation message instead of error
    • ๐Ÿ›  Fixed attribute method bug. Write method was bypassed when method was first generated and used Rails default parser.
    • Fixed date/time selects when using enable_datetime_select_extension! when some values empty
    • ๐Ÿ›  Fixed ISO8601 datetime format which is now split into two formats
    • 0๏ธโƒฃ Changed I18n error value format to fallback to global default if missing in locale
    • ๐Ÿ”จ Refactored date/time select invalid value extension to use param values. Functionality will be extracted from plugin for v3.