forked from icalendar/icalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
76 lines (58 loc) · 2.56 KB
/
History.txt
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
=== 1.5.0 2013-12-06
* Support for custom x- properties - Jake Craige
=== 1.4.5 2013-11-14
* Fix Geo accessor methods - bouzuya
* Add ical_multiline_property :related_to for Alarm
* Allow using multi setters to append single values
=== 1.4.4 2013-11-05
* Allow user to handle TZInfo::AmbiguousTime error - David Bradford
* Better handling of multiple exdate and rdate values
=== 1.4.3 2013-09-18
* Fix concatenation of multiple BYWEEK or BYMONTH recurrence rules
=== 1.4.2 2013-09-11
* Double Quote parameter values that contain forbidden characters
* Update Component#respond_to? to match Ruby 2.0 - Keith Marcum
=== 1.4.1 2013-06-25
* Don't escape semicolon in GEO property - temirov
* Allow access to various parts of RRule class
=== 1.4.0 2013-05-21
* Implement ACKNOWLEDGED property for VALARM - tsuzuki08
* Output VERSION property as first line after BEGIN:VCALENDAR
* Check for unbounded timezone transitions in tzinfo
=== 1.3.0 2013-03-31
* Lenient parsing mode ignores unknown properties - David Grandinetti
* VTIMEZONE positive offsets properly have "+" prepended (Fixed issue
#18) - Benjamin Jorgensen (sorry for misspelling your last name)
=== 1.2.4 2013-03-26
* Proxy component values now frozen in Ruby 2.0 (Fixed issue #17)
* Clean up gemspec for cleaner installing via bundler/git
=== 1.2.3 2013-03-09
* Call `super` from Component#method_missing
* Clean up warnings in test suite
* Add Gemfile for installing development dependencies
=== 1.2.2 2013-02-16
* added TZURL property to Timezone component - spacepixels
* correct days in RRule ("[TU,WE]" -> "TU,WE") - Christoph Finkensiep
=== 1.2.1 2012-11-12
* Adds uid property to alarms to support iCloud - Jeroen Jacobs
* Fix up testing docs - Eric Carty-Fickes
* Fix parsing property params that have : in them - Sean Dague
* Clean up warnings in test suite - Sean Dague
=== 1.2.0 2012-08-30
* Fix calendar handling for dates < 1000 - Ryan Ahearn
* Updated license to GPL/BSD/Ruby at users option
=== 1.1.6 2011-03-10
* Fix todo handling (thanks to Frank Schwarz)
* clean up a number of warnings during test runs
=== 1.1.5 2010-06-21
* Fix for windows line endings (thanks to Rowan Collins)
=== 1.1.4 2010-04-23
* Fix for RRULE escaping
* Fix tests so they run under 1.8.7 in multiple environments
* Readme fix
=== 1.1.3 2010-03-15
* Revert component sorting behavior that I was trying to make
the tests run more consistantly on different platforms.
* Added new test for multiple events in a calendar which caught that break.
=== 1.1.2 2010-03-10
* Convert project to newgem to make for easier publishing