public
Description: GET, POST, PUT, DELETE, with something around (ruby)
Homepage: http://rufus.rubyforge.org/rufus-verbs
Clone URL: git://github.com/jmettraux/rufus-verbs.git
Search Repo:
jmettraux (author)
Wed Apr 30 22:28:53 -0700 2008
commit  53ef8e94ca9995bcef04dc69e15e2d3454fe901a
tree    c2e7927bef03c22db556839f406fc2a10fcf8749
parent  b49482e567581e899e976930e0915d88f837aa60
rufus-verbs / CHANGELOG.txt
100644 51 lines (27 sloc) 1.517 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
50
51
= rufus-verbs CHANGELOG.txt
 
 
== rufus-verbs - 0.9 released 2008/04/10
 
- bug #19408 : fopen now returns a instance that has a read() method.
                problem pointed at by Scott Sproule.
- bug #19234 : cookie path checking broken - Fixed.
- todo #19202 : EndPoint.cookies now readable
- bug #19201 : :params not respected when specified in request
- todo #19200 : added verbose mode (:v / :verbose)
 
 
== rufus-verbs - 0.8 released 2008/02/18
 
- todo #18134 : added a fopen method to Rufus::Verbs - s175
- bug #18144 : verb(URI) did not work. Fixed - s172
 
 
== rufus-verbs - 0.7 released 2008/02/17
 
- todo #18071 : can now use Rufus::Verbs::method_name() directly - s158
 
 
== rufus-verbs - 0.6 released 2008/02/13
 
- todo #17989 : :params (equivalent of :query) not working. Fixed. - s147
- todo #17987 : implemented auto-escaping of query parameters and :no_escape - s147
 
 
== rufus-verbs - 0.5 released 2008/02/01
 
- todo #17638 : implemented HEAD - s135
- todo #17637 : implemented OPTIONS - s136
 
 
== rufus-verbs - 0.4 released 2008/01/28
 
- todo #17548 : added the :no_redirections parameter - s120
- bug #17511 : missing explicit dependency on 'rufus-lru', reported by Maik Schmidt - s119
 
 
== rufus-verbs - 0.3 released 2008/01/23
 
- todo #17393 : implemented digest authentication ('auth-int') - s83
- todo #17257 : implemented digest authentication ('auth' only for now) - s82
- todo #17226 : implemented cookie support - s78
 
 
== rufus-verbs - 0.2 released 2008/01/18