Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.4.0] - 2019-06-16
### Added
- Add `CPF.cast/1` and `CPF.cast!/1` feature
### Deprecated
- Deprecated `CPF.valid?/1` with invalid types
## [0.3.0] - 2019-06-09
### Added
- Add `CPF.new/1` and `CPF.format/1` feature
### Deprecated
- Deprecated Elixir `1.5.0`
## [0.2.1] - 2019-04-29
### Fixed
- Make the CPF's Elixir version more forgiven
## [0.2.0] - 2019-04-21
### Added
- Add `CPF.valid?/1` for unformatted and formatted strings by [@lucaslvs](https://github.com/lucaslvs)
## [0.1.0] - 2019-04-14
### Added
- Add `CPF.valid?/1` for integers