Chronic v0.6.0 Release Notes

Release Date: 2011-07-19 // almost 13 years ago
    • ๐Ÿ“œ Attempting to parse strings with days past the last day of a month will now return nil. ex: Chronic.parse("30th February") #=> nil
    • ๐Ÿ—„ All deprecated methods are marked for removal in Chronic 0.7.0
    • ๐Ÿ—„ Deprecated Chronic.numericize_numbers instead use Chronic::Numerizer.numerize
    • ๐Ÿ—„ Deprecated Chronic::InvalidArgumentException and instead use ArgumentError
    • ๐Ÿ—„ Deprecated Time.construct and use Chronic.construct in place of this
    • Deprecated Time#to_minidate, instead use Chronic::MiniDate.from_time(time)
    • โž• Add support for handling generic timestamp for Ruby 1.9+