Sha256: 6678cc432c50111f317f6e179ac7ee046edc3707adddbdd2af2d6b49eac320da

Contents?: true

Size: 814 Bytes

Versions: 1

Compression:

Stored size: 814 Bytes

Contents

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1] - 2020-22-10

### Added

- Add Formatter.raw method to make a document number to have only numbers;
- Add Matcher.match? to check if a CPF or CNPJ has a valid format;
- Add CPFGenerator.valid_verification_digit? to check if a CPF has a valid verification digit
- Add CNPJGenerator.valid_verification_digit? to check if a CNPJ has a valid verification digit

## [1.0.0] - 2020-22-10

### Added

- CPF and CNPJ number formatter;
- CPF number generator;
- CNPJ number generator;
- RSpec CPF matcher helpers;
- RSpec CNPJ matcher helpers;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bra_documents-1.0.1 CHANGELOG.md