v10.0.0
[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.