-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
38 lines (25 loc) · 860 Bytes
/
ChangeLog
File metadata and controls
38 lines (25 loc) · 860 Bytes
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
== 0.4.1 / 2010-03-10
* add synonym 'WW' for 'Ww'
== 0.4.0 / 2010 01-28
* new API to defining double actions.
* new API (syntax suger) to access defined dobule server.
* add Hash-style expectation for simple expectation of mock.
== 0.3.1 / 2010 01-20
* add utility method to store all request.
* silence WEBrick and Thin servers.
* add mock expectation methods.
== 0.3.0 / 2010 01-17
* add Ww::Server interface to use from unit test.
* separete human readable spy features to Ww::SpyEye.
== 0.2.1 / 2010 01-14
* FIX add dependency to haml.
== 0.2.0 / 2010 01-14
* restart with new name `ww'
== 0.1.0 / 2009-11-09
* to_app(&block) is now wrapper for Sinatra.
== 0.0.3 / 2009-10-27
* to_app(&block) takes 2 arguments, builder and stubber.
== 0.0.2 / 2009-10-27
* to_app(&block) let to specify extra rackware.
== 0.0.1 / 2009-10-27
* initial release