Skip to content

Commit 72e743a

Browse files
author
smgfreeman
committed
added CHANGES notes for 1.2 RC2
1 parent c96b54c commit 72e743a

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGES.txt

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
== Version 1.2: In Development ==
1+
== Version 1.2: RC2 ==
2+
3+
* Added mismatch reporting
4+
5+
* Added WithSamePropertyValuesAs matcher
6+
7+
* Moved any() from IsAnything to IsInstanceOf. It now checks the type of the matched object
8+
9+
* Moved MatcherAssert from integration to core
10+
11+
* Tightened up generics.
12+
13+
* Added IsMapContainingKey and IsMapContainingValue matchers to resolve a
14+
generics bug in hasKey and hasValue static factories previously declared
15+
in IsMapContaining (ngd)
16+
17+
* Added IsCollectionOnlyContaining and IsArrayOnlyContaining which matches
18+
collections (and arrays) where all match a given matcher. E.g onlyContains(3,4,5)
19+
or onlyContains(lessThan(9))
20+
21+
* text module moved to separate project, hamcrest-text-patterns
22+
23+
* added more colection matchers: xContainingInAnyOrder, xContainingInOrder, xWithSize
24+
25+
* new text Matcher: IsEmptyString
26+
27+
* hamcrest generator uses method return type
228

329
== Version 1.1: Released Jun 30 2007 ==
430

0 commit comments

Comments
 (0)