Skip to content

Releases: mrpinkzh/exas

1.0.0 (Released 2016/10/15)

15 Oct 12:59
Compare
Choose a tag to compare
  • added datetime assertions: is-in-same-year, has-year (#39), has-month (#38), has-day (#37), has-hour (#40), has-minute (#41), has-second (#42)
  • added enumerable assertions: starts-with (#46), ends-with (#47), is-subset-of (#48), contains-in-order (#49)

0.4.0 (Released 2016/05/12)

12 May 14:59
Compare
Choose a tag to compare
Pre-release
  • added datetime assertions: is-after (#35), is-before (#36)
  • added list is-equal assertion (#44)
  • added enumerable assertions: has-any (#52), has-none (#53), is-equivalent-to (#45), doesnt-contain-nulls (#50), all-fulfil (#51)
  • fixed bug when displaying multiline strings with over 2 lines (#55)

0.3.0

19 Apr 05:35
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • renamed the is-bigger-than assertion to is-greater-than (#26)
  • renamed the is-smaller-than assertion to is-less-than (#27)
  • added comparable is-greater-or-equal-to assertion (#28)
  • added comparable is-less-or-equal-to assertion (#29)

0.2.0

01 Apr 09:28
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • added string assertions: contains, contains-not, starts-with, starts-not-with, ends-with, ends-not-with
  • added some api extensions for static usings
  • fixed multiline support for string-assertions #23
  • added enumerable-assertions: contains(#24), contains-not(#25)

functionality increase

18 Mar 04:37
Compare
Choose a tag to compare
Pre-release
  • 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