Releases: gevalenz/rut-chile
Releases · gevalenz/rut-chile
2.0.1
2.0.0
Added
- format_rut function to get a well formatted RUT
- get_capitalized_verification_digit to get capitalized verification digit
- format_rut_with_dots to get RUT with thousands separator
- format_capitalized_rut_with_dots to get RUT with thousands separator and capitalized
- format_rut_without_dots to get RUT with dash only
- format_capitalized_rut_without_dots to get RUT with dash only and capitalized
Changed
- functions raise ValueError when input is invalid
- get_verification_digit doesn't accept capitalize flag anymore
- refactoring of code
Removed
- format_rut removed and replaced
1.2.0
1.1.0
1.0.0
[1.0.0] - 2018-08-11
Added
- rut_chile module
- is_valid_rut function to check if a given RUT is valid
- get_verification_digit function to generate the verification digit of a given RUT
- CHANGELOG to keep track of changes
- .travis.yml configuration file
- requirements.txt