Skip to content

Releases: nikouu/ZeroRedact

3.0.0

13 Nov 08:31

Choose a tag to compare

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

15 Feb 05:32

Choose a tag to compare

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

23 Nov 01:53

Choose a tag to compare

New:

  • Added new string redaction type: ShowFirstAndLast

2.3.0

14 Oct 05:49

Choose a tag to compare

New:

  • Added service registration methods for IServiceCollection.

2.2.0

10 Oct 05:56

Choose a tag to compare

New:

  • Docs updated
  • WASM demo site improved
  • Added licence acceptance requirement
  • Added deterministic NuGet builds
  • Added tests and benchmarks for PhoneValidator

2.1.0

02 Oct 09:24

Choose a tag to compare

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.