-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathHISTORY
24 lines (24 loc) · 1.46 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
v3.0.12 - Merge of [pull request from @asehra](https://github.com/lashd/mirage/pull/17). Raises exception when trying to retrieve request information and request has not been received.
V3.0.11 - Implement waiting function within project and remove dependency on waitforit
V3.0.8 - bug fix for issue 13: https://github.com/lashd/mirage/issues/13 - match Content-Length header
V3.0.7 - bug fix for issue 13: https://github.com/lashd/mirage/issues/13 - match Content-Type header
V3.0.6 - bug fix
V3.0.5 - fixed bug in builder methods
V3.0.1 - updating gem post install message to point people towards the readme due checkout the differences between version 2 and 3 of Mirage
V3.0.0 - Major update see README.md
V2.4.2 - update eventmachine, make sure Mirage.start always returns a client
V2.4.1 - adding rdoc for configure method
V2.4.0 - Adding ability to set defaults
V2.3.0 - Enhanced commandline/programmatic api
V2.2.3 - fix bug where mirage is already running a client calls exit.
V2.2.1/2 - Code tidy up
V2.2.0 - Api for starting and stopping Mirage locally
V2.1.2 - rename status_code to status
V2.1.1 - Set response code and tidy ups
V2.0.16 - minor typo fix for window command window title in windows
V2.0.15 - fix uploading files from client and fix starting mirage on windows
V2.0.12/13/14 - updating gem versions
V2.0.8/9/10/11 - tidy up code, still a lot to do :)
V2.0.7 - fix missing dependency on waitforit gem
V2.0.1/2/3 - tidying up code
V2.0.0 - Converted to restful interface