Skip to content

Releases: nikouu/ZeroRedact

2.4.0

23 Nov 01:53
Compare
Choose a tag to compare

New:

  • Added new string redaction type: ShowFirstAndLast

2.3.0

14 Oct 05:49
Compare
Choose a tag to compare

New:

  • Added service registration methods for IServiceCollection.

2.2.0

10 Oct 05:56
Compare
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
Compare
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.