Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

23 lines (19 loc) · 918 Bytes

Change Log

  • contains now accepts multiple expected values
  • primitive now accepts other matchers
  • primitive generates more consistent error descriptions
  • every generates less verbose error descriptions with only failed checks
  • fix bug with not matching assert.deepEqual([], loose({ length: 0 }))
  • fix recursive traverse bug
  • more actual core assert tests
  • match-family assertions removed.
  • Exports standard compatible variation of assert.
  • Matchers introduced.
  • Family of deep assertions of exported assert-like object are matchers-aware.

0.1.1 - 2017-03-28

  • match-family assertions.
  • Exports function, extending passed object with match assertions.