moz_utils 0.3.5
moz_utils: ^0.3.5 copied to clipboard
Funções de utilidade para Moçambique. Validação de NUIT, documentos e formatação de telefones.
Changelog: moz-utils (Dart) #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.3 - 2026-05-31 #
Changed #
- Regex Relaxed: Softened regex patterns for DIRE and Driving License to prevent false negatives and guarantee perfect backwards compatibility.
- English Standardization: Fixed all internal validation docstrings across the polyglot stacks to strictly follow English documentation requirements.
0.3.2 - 2026-05-28 #
Added #
- New CEP Engine & Intelligent Suggestions:
isValidNewCEP: Full support for the geo-referenced system (e.g.,0101-01).suggestCEPs: Transactional engine that translates legacy postal codes to the new format instantly.
- Financial Ecosystem:
getMobileWallet: Mapping of mobile accounts (M-Pesa, e-Mola, mKesh) by operator.
- New National Validations:
isValidDIRE: For Foreign Resident Identification Document (DIRE).isValidPassport: For passports.isValidDrivingLicense: For Mozambican driving licenses.
Global Security (OS Governance) #
- Active implementation of GitHub Actions for static analysis and malware prevention via CodeQL.
- Dependabot globally configured for updates.
0.2.0 Previous Release #
- Foundational logic (NUIT, BI, Phones, Legacy Postal Codes).