forked from jmettraux/rufus-tokyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
65 lines (39 loc) · 1.91 KB
/
CHANGELOG.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
= rufus-tokyo CHANGELOG.txt
== rufus-tokyo - 0.1.7 not yet released
- todo : Rufus::Tokyo::Cabinet.new('filename', :type => :hash) now OK (Zev)
- todo : more documentation for Rufus::Tokyo::Cabinet#new
- added : Rufus::Tokyo::Cabinet has a open method that takes a block like
File.open (Zev)
- todo : aligned Rufus::Tokyo::Table#new on ::Cabinet#new
- todo : added opts (:prefix, :limit, :native) to Rufus::Tokyo::Cabinet#keys,
Rufus::Tokyo::Table#keys and the corresponding Tyrant classes
== rufus-tokyo - 0.1.6 released 2009/02/16
- todo : Tyrant and TyrantTable now complain when used in lieu of each other
- todo : implemented Tyrant and TyrantTable #stat
- todo : made tran begin/abort/commit directly available (framework builders)
- todo : implemented Rufus::Tokyo::Table#transaction
- bug : JRuby support back in
- todo : implemented Rufus::Tokyo::Map#[] (class method)
- todo : simplified Table and TyrantTable #[]=
- bug : preventing table#[]= from segfaulting on bad input (Justin)
== rufus-tokyo - 0.1.5 released 2009/02/13
- todo : implemented set_index (cabinet / tyrant tables)
- todo : namespace simplification (Justin)
- todo : implemented Rufus::Tokyo::TyrantTable
- todo : implemented Rufus::Tokyo::Tyrant
- todo : moved tests to bacon (spec/)
== rufus-tokyo - 0.1.4 released 2009/02/02
- todo #23780 : hmethods for Rufus::Tokyo::Table
== rufus-tokyo - 0.1.3 released 2009/01/29
- todo : implemented Rufus::Tokyo::Table (and query)
- todo : implemented Rufus::Tokyo::List
- todo : implemented Rufus::Tokyo::Map
- todo : implemented Cabinet#compact_copy
- todo : implemented Cabinet#copy
== rufus-tokyo - 0.1.2 released 2009/01/23
- todo : implemented Cabinet#keys and #values
== rufus-tokyo - 0.1.1 released 2009/01/23
- bug : fixed dependency, it's ffi not ruby-ffi
- todo : implemented Cabinet#clear
== rufus-tokyo - 0.1.0 released 2009/01/23
- initial release