-
Notifications
You must be signed in to change notification settings - Fork 12
/
HISTORY
45 lines (34 loc) · 1.3 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
1.1.3 - 4 February 2011
* rubygems-test compat
1.1.2 - 4 February 2011
* rubygems-test compat
1.1.1 - 30 October 2010
* Fix javascript parsing of dates in January
* Fix javascript parsing of overflowed dates such as "366 Jan 2010"
1.1.0 - 28 October 2010
* Remove dependency on strftime.js
1.0.0 - 27 October 2010
* Added javascript implementation
* Committed to backwards compatibility for current API until v2
0.4.1 - 22 October 2010
* Fixed parsing of "January 1999" (returns nil, rather than raising an exception)
* Support optional commas in delimiters: "Sep 14, 2010"
0.4.0 - 30 September 2010
* Support ISO 8601 dates ("2010-09-30")
* Kronic.format supports Time and DateTime as a parameter
* Ironclad guarantee it works on 1.8.7, 1.9.2, Rubinius, and JRuby
0.3.0 - 27 September 2010
* Support month before day ("June 14")
* Support day ordinals ("14th June")
* Use Time.zone if available
* Fix Kronic.format for ruby 1.8
0.2.1 - 20 September 2010
* Removed dependency on active_support, no external dependencies!
* Dates in the future with a year specified are parsed correctly
0.2.0 - 20 September 2010
* Support "tomorrow"
* Support "this monday"
0.1.1 - 19 September 2010
* Kronic.parse will explode in fewer scenarios!
0.1 - 19 September 2010
* Initial release!