Sha256: 2c764997c312152df9f152d11990785c3fe9b638bdd94dd0c69623010194077a

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 KB

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.2] - 2020-22-10

### Fixed

- CPFGenerator.valid_verification_digit? returning false if document does not have CPF format;
- CNPJGenerator.valid_verification_digit? returning false if document does not have CNPJ format;

## [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.2 CHANGELOG.md