File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33A partir da versão 3.5.1 nosso modelo de logs é baseado em [ mantenha um changelog] ( https://keepachangelog.com/pt-BR/1.0.0/ ) e o
44nosso versionamento é [ semântico] ( https://semver.org/lang/pt-BR/ ) .
55
6+ ## [ 3.12.0] ( https://github.com/geekcom/validator-docs/compare/3.11.1...3.12.0 )
7+
8+ ### Novidades
9+ Suporte à validação de ** CNPJ Alfanumérico** , conforme especificação da Receita Federal.
10+
11+ Referência:
12+ https://www.gov.br/receitafederal/pt-br/acesso-a-informacao/acoes-e-programas/programas-e-atividades/cnpj-alfanumerico
13+
14+ ### Adicionado
15+ - Suporte à validação de ** CNPJ alfanumérico** .
16+ - Atualização da documentação da biblioteca.
17+ - Atualização do ** CHANGELOG** .
18+
619## [ 3.11.1] ( https://github.com/geekcom/validator-docs/compare/3.11.0...3.11.1 )
720
821## Novidades - Por hora revertemos as melhorias na validação de CPF
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ $this->validate($request, [
6767]);
6868```
6969
70- * ** cnpj** - Verifica se um CNPJ é valido;
70+ * ** cnpj** - Verifica se um CNPJ numérico ou alfanumérico é valido;
7171
7272``` php
7373$this->validate($request, [
You can’t perform that action at this time.
0 commit comments