- Add ``All``. - Add ``Any``. - Add ``Between``. - Add ``Contains``. - Add ``ContainsOnly``. - Add ``Length``. - Make ``Not`` compatible with bare predicate functions by return the evaluation of the `comparable`.
0.1.1
-------------------
- Make ``expect`` include an assertion message on failure. Without it, a cryptic ``NameError`` is thrown when a plain predicate function fails due to a generator being used in the ``all()`` call.