-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
History.txt
49 lines (27 loc) · 1002 Bytes
/
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
=== 2.0.3 / 2024-07-23
* 1 bug fix:
* Fix errors created when string literals are frozen.
=== 2.0.2 / 2022-10-06
* 1 bug fix:
* Updated minitest 4 references to minitest 5.
=== 2.0.1 / 2018-03-23
* 2 bug fixes:
* Fixed OLD require paths
* Updated deps for MT5.
=== 2.0.0 / 2015-02-02
* 1 major enhancement:
* Updated for minitest 5.
=== 1.0.2 / 2013-04-22
* 1 bug fix:
* Fixed dependency on minitest to the 4.x family.
=== 1.0.1 / 2012-02-22
* 2 bug fixes:
* Fixed instance_eval for better error reporting. (headius)
* Use undef_method to wipe tests brought in via modules. (headius)
=== 1.0.0 / 2011-12-20
* 1 major enhancement:
* Split minitest/excludes.rb out to its own gem. (aka Birthday)
* 3 minor enhancements:
* Don't keep using the env var, since bad tests may modify ENV w/o restoring it. (headius)
* Map X::Y to X/Y.rb for excludes to deal with nested test classes.
* Remove method instead of generating a skip to avoid setup/teardown overhead.