All notable changes to this project will be documented in this file.
- Include typescript declaration file in package.json (#33 by @armando-cruz-digital)
- Translated README to English.
- Replaced Mocha with Jest.
- Update TS definition file.
- Accepts an optional second parameter
options
. - Accepts the options
omitVerificationDigit
to skip theINVALID_VERIFICATION_DIGIT
error validation. - Adds the
FORBIDDEN_WORD
error that validates the RFC does not contain one of the "inconvenient" words. - Add the
valid-rfc.json
list with the list of valid RFCs by the SAT that does not comply with the "verification digit" rule.