This repository was archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHistory.txt
More file actions
50 lines (31 loc) · 1.26 KB
/
History.txt
File metadata and controls
50 lines (31 loc) · 1.26 KB
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
== 0.3.1 / 2011-04-14
Bug Fixes:
* Add an offset parameter to Client#list_tasks (SlimTimer only returns 50 tasks at a time)
== 2010-11-30
Bug Fixes:
* Temporarily disable sanitization of dates due to some problems. Will be fixed in 0.2.5
== 2010-11-29
Enhancements:
* Update documentation
== 0.2.4 / 2009-02-17
Enhancements:
* Added date/time sanitization to SlimTimer::Record
* You can now pass a custom timeout (in seconds) to the SlimTimer object to
bypass the default of 60 seconds (for most platforms).
* Thanks to Chris DeRose for these changes (http://www.derosetechnologies.com)
== 0.2.3 / 2009-02-10
Bug Fixes:
* Switched to slimtimer.com instead of www.slimtimer.com due to a 301 Moved Permanently error
== 0.2.2 / 2008-01-15
Bug Fixes:
* Fix the list_entries method to properly set the beginning time to midnight if a Date is passed in.
== 0.2.1 / 2008-01-10
Bug Fixes:
* Update list_timeentries method to automatically append a Time of 23:59:59 to the ending range if a Date object was passed in.
Enhancements:
* RDoc enhancements
== 0.2.0 / 2008-01-09
Enhancements:
* Not-so-ugly code thanks to borrowing from the 37 Signals / Basecamp sample Ruby wrappers
== 0.1.0 / Sometime back in 2006...
* Initial release - Lots of UGLY code