Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 457 Bytes

RELEASE_NOTES.md

File metadata and controls

11 lines (10 loc) · 457 Bytes

New in 0.2.0

  • added string assertions: contains, contains-not, starts-with, starts-not-with, ends-with, ends-not-with

New in 0.1.1

  • added support for IReadOnlyCollection
  • added comparable assertions: is-bigger-than, is-in-range
  • added support for nullable integers and nullable booleans
  • added enumerable assertion has-count
  • added support for timespans
  • added common asserton is-instance-of
  • added string assertions: is-not-empty, has-length