-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
77 lines (40 loc) · 1.07 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
66
67
68
69
70
71
72
73
74
75
76
77
3.0.0
* Change how status codes are set.
* Change how the Content-Type is set.
* Add Content-Type helpers to Syro::Response.
2.2.0
* Change gemspec to allow Rack 2.
2.1.2
* Always set default content type if body is set.
2.1.1
* Change gemspec to accept pre-release versions of Rack 2
2.1.0
* Add matchers for head and options
2.0.0
* No changes since 2.0.0.rc1
2.0.0.rc1
* Add consume and capture primitives
* Add default matcher
* Revert yield of captured value (was added in 1.0.0)
1.1.1
* Small internal refactoring
1.1.0
* Move Deck methods to the Deck::API module
* Add support for custom response and request classes
1.0.0
* Yield captures as an alternative API
* Add support for default headers in response
0.0.8
* Reset PATH_INFO and SCRIPT_NAME after running a subapp
0.0.7
* Change run so that it accepts Rack applications
0.0.6
* Add put request method
0.0.5
* Add explicit Rack version dependency (@luislavena)
0.0.4
* Add concept of Decks
0.0.3
* Remove request method overriding (@larrylv)
0.0.2
* Defer method comparisons to Rack::Request (@pote)