What's Changed
Version 1.2.0 introduces a powerful new feature: the **MaskSensitiveData** DataAnnotation. This allows developers to apply masking directly to properties within their classes, making it easier to protect sensitive information such as CPF, CNPJ, Credit Card numbers, and Emails.
Features
- **DataAnnotations Support**: Mask sensitive data fields directly with the `MaskSensitiveData` attribute.
- **Flexible Masking**: Customize the masking character and define error messages.
- **Data Types Supported**: CPF, CNPJ, Credit Card, Email, with more to come.
**Full Changelog**: https://github.com/djesusnet/Maskify.Core/commits/1.2.0