# Change Log ## 1.3.0 * adding small_grammar feature to further speed up common use case ## 1.2.1 * bumpled lazy_static and pidgin dependencies * use serialized matcher to avoid the cost of generating two_timer::GRAMMAR via the macro; this cuts about 0.4 seconds off the startup time of two_timer on my machine, going from 0.85 seconds to 0.48 seconds ## 1.2.0 * added parsable function ## 1.1.0 * bumped lazy_static dependency ## 1.0.8 * made the space between time and AM/PM optional ## 1.0.7 * added `` pattern: e.g., 1969-05-06 12:03:05 ## 1.06 * added "before and after" * fixed "Friday the 13th" and "the 31st" to scan back through the calendar to the nearest match ## 1.0.5 * better organization and documentation of grammar ## 1.0.4 * added `` pattern * added ordinals for days of the month * added kalends, nones, ides * added March 5th, the fifth, Friday the 13th, etc. * added period before/after/around time * added noon and midnight * added `` `` from now/ago ## 1.0.3 * fixed "12 pm" bug ## 1.0.2 * added `msg` method to `TimeError` ## 1.0.1 * removing some documentation ## 1.0.0 * convert `Date` and `DateTime` everywhere to `NaiveDate` and `NaiveDateTime` * added "weekend" for the expressions "this weekend", "last weekend", etc. * don't require space between era suffix and year -- "100AD" is as good as "100 AD"