Releases: nikouu/ZeroRedact
Releases · nikouu/ZeroRedact
3.0.0
New:
- Added .NET 10 is now supported
- Added logo
Updated:
- Minor performance improvements
Breaking changes:
- Due to a change in MailAddress (dotnet/runtime/pull/109690), email addresses with two dots ("..") are now invalid. This change has been reflected in the email address validation code in ZeroRedact.
2.4.1
Updated:
- docfx typos fixed
- Code summary typos fixed
- Very slightly improved performance by adhering to CA1822: Mark members as static
- Copyright added for NuGet package
- General code cleanup
2.4.0
2.3.0
2.2.0
2.1.0
New:
- Docs improved
- Early draft of WASM demo site
- Simple phone number validation has been added under the hood - in line with other validators.
Breaking changes:
- IRedactor namespace changed from ZeroRedact.Redactors to ZeroRedact
- Brought IPv4 and IPv6 options and redactor names in line with naming standard
- Brought IPv4 and IPv6 parameter names in line with naming standard
Bug fixes:
- Fixed issue where email redaction types Middle and MostUsername would manipulate the underlying, original input email address.