Skip to content

v10.0.0

Compare
Choose a tag to compare
@danielwertheim danielwertheim released this 22 Feb 19:16
· 12 commits to master since this release
57f0a2c

[New]: #153 adds support for replacing Ensure.ExceptionFactory as well as passing a custom exception factory delegate when wanting so instead of just a custom message or custom exception. Credits goes to @nevaldas Thanks for your inspirational work in #116 which lead to this change.

[Changed]: #147
SizeIs(string) has been renamed to HasLength
Thanks @ndrwrbgs for bringing this to my attention.

[Changed]: #149
IsGuid(string) now returns the parsed Guid instead of the original string being passed in.
Thanks @ndrwrbgs for bringing this to my attention.