Releases: mrpinkzh/exas
Releases · mrpinkzh/exas
1.0.0 (Released 2016/10/15)
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)
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
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
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
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
You can’t perform that action at this time.