# --- Begin gitlab-chronic changes --- # 0.10.3 / 2019-11-23 * Fix Daylight Savings parsing (https://gitlab.com/gitlab-org/gitlab-chronic/merge_requests/3) * Add .gitlab-ci.yml (https://gitlab.com/gitlab-org/gitlab-chronic/merge_requests/1) # --- End gitlab-chronic changes --- # 0.10.2 / 2013-09-09 * Fix 1.8.7 support (due to be dropped in 0.11.0) * Bugfix for times with negative zones # 0.10.1 / 2013-08-27 * Support `ActiveSupport::TimeZone` (#209, #208) # 0.10.0 / 2013-08-25 * 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 values `false`,`true`,`:begin`, `:middle`, `:end`) * Replace `rcov` with `SimpleCov` for coverage generation * Add more tests * Various changes in codebase (#202 and #206) # 0.9.1 / 2013-02-25 * 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) # 0.9.0 / 2012-12-21 * 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) # 0.8.0 / 2012-09-16 * 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