-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathHISTORY.txt
111 lines (67 loc) · 2.6 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
== 0.7.1 2013/11/11
* Bump diff-lcs version in gemspec for Cucumber compatibility
== 0.7.0 2012/11/23
* `close_to?` also works on `Time`s, `Date`s, and `DateTime`s
* tweak terminal width so exceptions wrap properly inside RSpec output
* remove ParseTree and sourcify dependencies in favor of new ruby2ruby/ruby_parser
== 0.6.3 2012/11/14
* fix gem dependency issue
== 0.6.2 2012/03/20
* fix bug under 1.9.3 (cannot load such file -- ParseTree)
== 0.6.1 2012/02/03
* verbose mode (inching towards a framework)
== 0.6.0 2011/10/13
* "eventually" helper method
* "d" takes an optional message argument
== 0.5.6 2011/08/24
* clean up some warnings to close bug#10
* improve recognition of Rails 3 under RSpec 2
* improve readme
Note: (0.5.4 and 0.5.5 were transient due to a "gem push" problem)
== 0.5.3 2011/07/09
* even better error messaging in test-unit adapter
== 0.5.2 2011/07/07
* "d" pretty-prints long values
* test-unit adapter strictly enforces version
* test-unit adapter counts assertions and passes
== 0.5.1
* fix RSpec alias_assert :expect issue https://github.com/sconover/wrong/issues/6
* remove calls to deprecated methods
== 0.5.0
* Wrap and indent long values, preserving left margin coherence
* Use pp (Tanaka Akira's PrettyPrint) instead of inspect, which makes long values look better
== 0.4.5
* Ruby 1.9.1 and JRuby hotfixes
== 0.4.4
* remove predicated sentence from failure message
== 0.4.3
* bugfix: rspec 2 plus rails 3 plus wrong was finding the wrong assert method
== 0.4.2
* bugfix: absence of .wrong file caused breakage under Ruby 1.8
== 0.4.1
* reads settings from a .wrong file
== 0.4.0
* "require 'wrong'" and "include Wrong' now get everything; see README for details on how to get less than the whole enchilada
* array_diff replaced with string_comparison
* d
* use Sourcify (if available) to increase robustness
* new gem for jruby (gem install wrong-jruby) to fix gem dependency issues
== 0.3.3
* add JRuby support by removing ParseTree dependency
* minitest assertion counts work
== 0.3.2
* make Wrong work inside IRB
* stop embedding predicated and instead depend on its gem
== 0.3.1 - 2010/08/29
* remove "This is not true" messages, since they were more confusing than clarifying
* Test::Unit and Minitest pass assert/deny with no block up to the framework's assert method
* alias_assert and alias_deny (a truce in the language wars!)
== 0.3.0 - 2010/08/26
* color
* rename catch_raise to rescuing
* add capturing helper
* rspec adapter
* add a #close_to? predicate to Float and Fixnum (require "wrong/close_to")
== 0.2.0 - 2010/08/21
* Announced to the world
* Using Chunk