forked from zenspider/minitest-matchers
-
Notifications
You must be signed in to change notification settings - Fork 4
/
History.txt
81 lines (42 loc) · 1.29 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
=== HEAD
=== 1.4.1 / 2013-10-07
* 1 bug fix:
* require 'minitest/matchers' causes uninitialized constant Minitest::Matchers error [thanks @fabiolnm]
=== 1.4.0 / 2013-06-30
* 1 major enhancements
* Update for Minitest 5.0 [elskwid]
=== 1.3.0 / 2013-04-22
* 2 major enhancements
* New home: github.com/wojtekmach/minitest-matchers
* Depend on minitest ~> 4.7
=== 1.1.3 / 2011-12-18
* 1 major enhancement
* Add ::register_matcher
* 1 minor enhancement
* First check for Matcher#failure_message_for_should
=== 1.1.3 / 2011-12-18
* 1 minor enhancement
* Update Manifest.txt so that it includes lib/minitest-matchers.rb
=== 1.1.2 / 2011-11-22
* 2 minor enhancement
* Restore class level must and wont
* Don't check for implicit subject. It's implicit
=== 1.1.1 / 2011-11-18
* 1 minor enhancement
* Fix wrong failure message
=== 1.1.0 / 2011-11-18
* 1 major enhancement
* Refactored to only support instance level `it` and dropped class level
`must` and `wont`. It's better that way.
=== 1.0.3 / 2011-09-05
* 1 minor enhancement
* Depend on minitest >= 2.5.0
=== 1.0.2 / 2011-09-04
* 1 minor enhancement
* Fix typo
=== 1.0.1 / 2011-09-04
* 1 minor enhancement
* Match first, then set failure message.
=== 1.0.0 / 2011-08-30
* 1 major enhancement
* Birthday!