All Versions
33
Latest Version
Avg Release Cycle
50 days
Latest Release
4324 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.4.0 Changes
June 04, 2011- Ensure context is being passed through grabbers. Now "Sunday at 2:18pm"
with
:context => :past
will return the correct date - ๐ Support parsing ordinal strings (eg first, twenty third => 1st, 23rd)
- Seasons now ignore DST and return 00 as an hour
- Support parsing 2 digit years and added
ambiguous_year_future_bias
option - ๐ Support parsing 'thurs' for Thursday
- ๐ Fix pre_normalize() to remove periods before numerizing
- ๐ Fix RepeaterDays to not add an extra hour in future tense. This meant when parsing 'yesterday' after 11PM, Chronic would return today
- ๐ Discard any prefixed 0 for time strings when using post noon portion
- โก๏ธ Gemspec updates for RubyGems deprecations
- Ensure 0:10 is treated like 00:10
- Ensure we load classes after setting Chronic class instance variables so we can debug initialization and do assignments at compile time
- โ Added a Tag.scan_for method for DRYing up some scanning code
- ๐ Move some classes into their own files for maintainability
- Numerizer.andition should be a private class method, make it so
- Namespaced Numerizer, Season and MiniDate (Sascha Teske)
- ๐ Support for Ruby 1.9 (Dave Lee, Aaron Hurley)
- ๐ Fix
:context => :past
where parsed date is in current month (Marc Hedlund) - ๐ Fix undefined variable in RepeaterHour (Ryan Garver)
- โ Added support for parsing 'Fourty' as another mis-spelling (Lee Reilly)
- โ Added ordinal format support: ie 'February 14th, 2004' (Jeff Felchner)
- ๐ Fix dates when working with daylight saving times (Mike Mangino)
- Ensure context is being passed through grabbers. Now "Sunday at 2:18pm"
with
-
v0.3.0 Changes
October 22, 2010- ๐ Fix numerizer number combination bug (27 Oct 2006 7:30pm works now)
- ๐ Allow numeric timezone offset (e.g -0500)
- Disregard commas (so as to not return nil)
- ๐ Fix parse of (am|pm|oclock) separation to handle "Ham sandwich" properly
- ๐ Handle 'on' e.g. 5pm on Monday
- ๐ Support seasons
- ๐ Support weekend/weekday
- โ Add endianness option
- โก๏ธ Update version number in the module
- ๐ Fix/improve logic checks in Ordinal, and Scalar
- ๐ Parse 'a' or 'p' as 'am' and 'pm' google-calendar style
- Dates < 1 are not valid
- ๐ Fix bugs related to timezone offset
- ๐ Use RakeGem for build management
- Reformat README and HISTORY to use Markdown
- Global whitespace removal
-
v0.2.3 Changes
- ๐ Fix 12am/12pm
-
v0.2.2 Changes
- โ Add missing files (damn you manifest)
-
v0.2.1 Changes
- ๐ Fix time overflow issue
- Implement "next" for minute repeater
- Generalize time dealiasing to dealias regardless of day portion and time position
- โ Add additional token match for cases like "friday evening at 7" and "tomorrow evening at 7"
- โ Add support for Time#to_s output format: "Mon Apr 02 17:00:00 PDT 2007"
-
v0.2.0 Changes
March 20, 2007- Implement numerizer, allowing the use of number words (e.g. five weeks ago)
-
v0.1.6 Changes
January 15, 2006- โ Add 'weekend' support
-
v0.1.5 Changes
December 20, 2006- ๐ Fix 'aug 20' returning next year if current month is august
- Modify behavior of 'from now'
- โ Add support for seconds on times, and thus db timestamp format: "2006-12-20 18:04:23"
- ๐ Make Hoe compliant
-
v0.1.4 Changes
- โ Remove verbose error checking code. oops. :-/
-
v0.1.3 Changes
- ๐ improved regexes for word variations
- ๐ Fix a bug that caused "today at 3am" to return nil if current time is after 3am