What's Changed
- feat: add support for nullable
DateTimeOffset
by @vbreuss in #157 - docs: add link to benchmarks in readme by @vbreuss in #158
- feat: add
BeAfter
/BeBefore
forDateTimeOffset
by @vbreuss in #159 - feat: add
HaveHour
,HaveMinute
,HaveSecond
andHaveMillisecond
forTimeOnly
by @vbreuss in #160 - fix: tolerance for
NotBeAfter.Within
/NotBeBefore.Within
by @vbreuss in #161 - feat: add property expectations for DateOnly by @vbreuss in #162
- feat: add property expectations for
DateTime
by @vbreuss in #163 - feat: add property expectations for
DateTimeOffset
by @vbreuss in #164 - feat: add
BeGreaterThan
/BeLessThan
forTimeSpan
by @vbreuss in #165 - feat: add
BePositive
/BeNegative
forTimeSpan
by @vbreuss in #166 - feat: change the
.For
syntax by @vbreuss in #167 - feat: enable duplicate
Which
expectations by @vbreuss in #168 - refactor: integrate Github Pages workflow into build pipeline by @vbreuss in #169
- feat: add support for comparer when using
Contains
forIEnumerable<string>
by @vbreuss in #170 - fix: pipeline permissions by @vbreuss in #171
- chore(deps): update TUnit to 0.2.212 by @vbreuss in #174
- refactor: remove superfluous result texts in
NotThrow
by @vbreuss in #175 - refactor: remove unused
Invert
method by @vbreuss in #176 - chore(deps): update TUnit to 0.3.3 by @vbreuss in #177
- refactor: improve
Formatter
performance by @vbreuss in #178 - feat: improve unclear error messages when accessing properties by @vbreuss in #180
- refactor: add XML comments for hidden methods by @vbreuss in #181
- refactor: increase test coverage for Results by @vbreuss in #182
- feat: add prepare release step to build pipeline by @vbreuss in #183
- fix: set git user by @vbreuss in #185
- fix: force push after rebase by @vbreuss in #186
Full Changelog: v0.4.0...v0.5.0