Skip to content

v4.0.0

Choose a tag to compare

@unional unional released this 21 Jan 03:58
92a37dd

4.0.0 (2018-01-21)

Features

BREAKING CHANGES

  • predicate expectation will get the whole array instead of individual entry.
    That actually will create confusion and limit usage.

Getting the whole array allows you to check any relationship between the entries.

  • doc: update array example

  • test: add test for array

  • chore: remove unused import

  • fix: Expectation type to take Function

Remove assertron as devDeps

  • Add doc to has()

  • doc: update readme for build in predicates