Skip to content

Commit

Permalink
Updates the Release note.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpierrain committed Jul 6, 2013
1 parent 0be7b8c commit a515637
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ReleaseNoteContentToBeInsertedWithinNuspecFile.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
New features:
* Now, the Equals() method of the ICheck<T> instances is a real fluent check method.
* Now, the Equals() method of the ICheck<T> instances is a real fluent check method (instead of the default object.Equals() one).
* New extensible syntax for Check.That(IEnumerable xxx).Contains(...) that permits to add suffixes narrowing the conditions (e.g.: Check.That(IEnumerable xxx).Contains(...).InThatOrder()). Possible suffixes are (Only, Once or InThatOrder)
* Adds check methods for IDictionary
* Adds more check methods to the IEnumerable (e.g. IsNullOrEmpty)

--------------
Changes:
* New error message structure that clearly states what is wrong.
* Renames the ContainsOnly() method to IsOnlyMadeOf()
* Renames the ContainsOnly() method to IsOnlyMadeOf().
* Replaces IFluentAssertion by ICheck; and IChainableFluentAssertion by ICheckLink so that it improves the IntelliSense experience.

0 comments on commit a515637

Please sign in to comment.