public
Description: LaterDude is a small calendar helper with i18n support.
Homepage: http://www.railway.at
Clone URL: git://github.com/clemens/later_dude.git
clemens (author)
Sat Oct 31 06:21:39 -0700 2009
commit  4800b497307ad77d542ba4cfe951c2a4bd8c8c16
tree    b1744e982d8b88fd09fb3c0a600a990a44ce622e
parent  dfbddc49e7381374f485c9fbefdd80b91cf5913d
later_dude / CHANGELOG
100644 13 lines (11 sloc) 0.404 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
2009/10/30
----------
- Introduced new :yield_surrounding_days option to yield surrounding days of other months to passed block.
 
2009/2/2
---------
- Introduced options to show and format next and previous month.
- Replaced option :header_month_format with :current_month to align it with :next_month and :previous_month.
- Removed some unused methods for month names.
 
2009/1/14
---------
First release