Chronic v0.5.0 Release Notes

Release Date: 2011-07-01 // almost 13 years ago
    • Replace commas with spaces instead of removing the char (Thomas Walpole)
    • ➕ Added tests for RepeaterSeason
    • ✅ Re-factored tests. Now rather than having a test_parsing method for testing all handlers, break them down independent of handler method. For example with handler handle_sm_sd_sy the subsequent test would be test_handle_sm_sd_sy
    • ➕ Added support for parsing ordinal-dates/month-names/year, ie: 2nd of May 1995
    • ➕ Added support for parsing ordinal-dates and month names, ie: 22nd of February at 6:30pm
    • 🛠 Fix Time.construct leap year checking. Instead use Date.leap?(year)