All Versions
33
Latest Version
Avg Release Cycle
50 days
Latest Release
3490 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.2 Changes
September 09, 2013- ๐ Fix 1.8.7 support (due to be dropped in 0.11.0)
- ๐ Bugfix for times with negative zones
-
v0.10.1 Changes
August 27, 2013- ๐ Support
ActiveSupport::TimeZone
(#209, #208)
- ๐ Support
-
v0.10.0 Changes
August 25, 2013- ๐ Chronic will parse subseconds correctly for all supported date/time formats (#195, #198 and #200)
- ๐ Support for date format: dd.mm.yyyy (#197)
- ๐ Option
:hours24
to parse as 24 hour clock (#201 and #202) :guess
option allows to specify which part of Span to return. (accepted valuesfalse
,true
,:begin
,:middle
,:end
)- Replace
rcov
withSimpleCov
for coverage generation - โ Add more tests
- Various changes in codebase (#202 and #206)
-
v0.9.1 Changes
February 25, 2013- Ensure Chronic strips periods from day portions (#173)
- Properly numerize "twelfth", "twentieth" etc. (#172, James McKinney)
- ๐ Ensure Chronic is compatible with Ruby 2.0.0 (#165, Ravil Bayramgalin)
-
v0.9.0 Changes
December 21, 2012- ๐ Implement Chronic::Parser class and create an instance of this class instead of leaving all data in the class level of Chronic
- ๐ Various bug fixes
- โ Add support for excel date formats (#149, @jmondo)
- โ Added support for time expressions such as '10 till' or 'half past two' (#146, @chicagogrooves)
- โ Add support for RepeaterDayName, RepeaterMonthName, Ordinal/ScalarDay and Time (#153, @kareemk)
-
v0.8.0 Changes
September 16, 2012- ๐ Support parsing " of this month" (#109)
- ๐ Support parsing ISO 8601 format (#115)
- ๐ Support parsing "on " without a timestamp (#117)
- ๐ Fix time parsing regexp (#125)
- ๐ Support time when parsing dd-mm-yyy (#126)
- ๐ Allow anchor handler to accept any separators (at, on) (#128)
- ๐ Support parsing EXIF date format (#112)
- โ Start using minitest for testing
- Ensure periods are interpreted as colons (#81).
- ๐ Support month/day and day/month parsing (#59).
- ๐ Support day(scalar)-month(name)-year(scalar) (#99).
- ๐ Handle text starting with 'a' or 'an' (#101, @steveburkett).
- Ensure post medium timestamps are correctly formatted (#89)
-
v0.7.0
August 01, 2012 -
v0.6.7 Changes
January 31, 2012- ๐ Handle day, month names with scalar day and year (Joe Fiorini)
- ๐ Ensure 31st parses correctly with day names (Joe Fiorini)
-
v0.6.6 Changes
November 23, 2011- ๐
Chronic.parse('thur')
no longer returnsnil
(@harold)
- ๐
-
v0.6.5 Changes
November 04, 2011- ๐ Fix bug when parsing ordinal repeaters (#73)
- Added handler support for day_name month_name (@imme5150)
- ๐ Fix bug when parsing strings prefixed with PM