All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Updates Ecuador tax ID validation function. Tax IDs no longer comply with the check
digit algorithm.
1.0.2 - 2019-10-11
- Fixes a bug that caused an Exception to be raised instead of returning false. The bug
appeared when a non-numeric string was supplied as the identification number.
1.0.1 - 2019-07-22
- Fixes a bug in EC tax ID validation. A tax ID (RUC) that was previously ruled as a
state owned company, can be a personal ID too.
1.0.0 - 2018-03-09
- ClojureScript support.
- Constants for identification types.
- Fixes a length validation bug in Ecuadorean tax ID validation.
0.1.1 - 2018-01-25
- Fixes a bug that appeared when providing and unknown tax ID type.
- Validation functions for Ecuadorean personal ID, public company ID and
private company ID.