-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY.txt
61 lines (38 loc) · 1.62 KB
/
HISTORY.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
=== 0.2.4 (9th Nov, 2010)
* adds generator for rails-3.* [#liangzan]
=== 0.2.3 (Oct 16, 2010)
* adds official support for MRI-1.9.2 [#ngty]
* more accurate extracting of proc code (with the latest sourcify release) [#ngty]
=== 0.2.2 (Sep 16, 2010)
= Bugfixes
* fixed incompatibilities with 1.8.6, MRI-1.8.6 is now officially supported [#ngty]
=== 0.2.1 (Sep 16, 2010)
= House-Keeping
* use sourcify to extract proc code, instead of handrolled solution [#ngty]
* use Otaku instead of handrolled EchoServer [#ngty]
=== 0.2.0 (Jul 16, 2010)
= New Features
* added support for cross-stubbing instances [#liangzan]
* added support for alternative cache stores :memcache & :redis [#ngty]
* officially support MRI-1.8.7, MRI-1.9.1, JRUBY-1.5.1 & REE-1.8.7 [#ngty]
= House-Keeping
* dropped ParseTree dependency, use RubyParser instead [#ngty]
* complete rewrite to have cleaner implementation (hopefully) [#ngty]
=== 0.1.4 (Apr 03, 2010)
= Bugfixes
* fixed taken-for-granted-yet-broken support for nested class & module [#liangzan]
=== 0.1.3.1 (Feb 04, 2010)
* no bug fix nor new function added, somehow the previously gem release failed to
include the previous bug fix, to avoid confusion, a new gem is released again.
=== 0.1.3 (Dec 17, 2009)
= Bugfixes
* fixed broken support for stubbing a module's class methods [#liangzan]
=== 0.1.2 (Dec 16, 2009)
= Bugfixes
* fixed failure in stubbing & unstubbing methods not implemented in ruby [#ngty]
=== 0.1.1 (Dec 07, 2009)
= Bugfixes
* fixed rails generator by adding a matching 'After' block for clearing cache
in current process [#ngty]
=== 0.1.0 (Dec 05, 2010)
First gem release! [#ngty]