forked from topfunky/calendar_helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
27 lines (19 loc) · 817 Bytes
/
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
=== 2.2.3 / 2010-05-21
* Don't crash if time zone is nil
* Upgrade to latest Hoe
* Added support to remove the month row on the table
* Fixed bug where passed ID for day cell would throw error on missing class name.
=== 0.2.2 / 2007-08-29
* Fixed missing tr tag in thead section. [Ian Struble]
=== 0.2.1 / 2007-07-07
* Added html output to the tests for visual confirmation or
for developing new stylesheets. Run 'rake' and look
in the 'test/output' directory.
* Adds a 'today' CSS class to the cell for the current day.
Can be turned of by sending option 'show_today => false'.
[Chris O'Sullivan]
* Added 'accessible' option to show extra fields around
days that are not in the current month. [Tom Armitage]
=== 0.2.0
* Converted to hoe and a rubygem
* Renamed to README.txt for Hoe compatibility