-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
65 lines (34 loc) · 1.02 KB
/
ChangeLog
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
== 0.4.0 / 2009-03-08
* Simpler interface for item and folder structure construction
== 0.3.1 / 2009-03-01
* Fixed moneta dependency (wycats-moneta)
== 0.3.0 / 2009-03-01
* Replaced MemCache for Moneta
== 0.2.6 / 2009-01-26
* Improved README and gemspec
== 0.2.5 / 2009-01-23
* Clean up
== 0.2.4 / 2009-01-19
* Removed Pulso module
== 0.2.3 / 2009-01-16
* Fixed subsubfolders
== 0.2.2 / 2009-01-15
* Removed overriden Folder#keys. Now Hash#keys is called.
== 0.2.1 / 2009-01-15
* Fixed Folder#_update
== 0.2.0 / 2009-01-15
* New fluent interface
== 0.1.4 / 2008-12-15
* Imposed upper bound on ttl to #seconds in 30 days
== 0.1.3 / 2008-12-12
* Blackboard will only replace Data objects if new is..newer
== 0.1.2 / 2008-12-11
* TTL now configured per-folder (or defaults to BB's generic ttl)
== 0.1.1 / 2008-12-09
* Improved get method error handling
== 0.1.0 / 2008-12-09
* Added expiration times
* Added folders and data objects
* Added one memcache instance per folder
== 0.0.1 / 2008-11-28
* initial release