Skip to content

v9.1.0

Compare
Choose a tag to compare
@danielwertheim danielwertheim released this 04 Jun 18:18
· 19 commits to master since this release
8c2f520
  • New: Adds support for HasValue #140 to support both reference types and nullable value types when checking for null.
  • New: Adds support for IsAssignableToType and IsNotAssignableToType #86 - Thanks @loedeman for the contribution