Releases: seisigmasrl/dgii-rnc-validator
Releases · seisigmasrl/dgii-rnc-validator
1.1.7
1.1.6
- Updating the
Status
enum by validating all possible Status types from the API. I matched these values by comparing them from the DGII data file shared with all the existing RNC.
1.1.5
- Fixing the
getNumbersFromString
from the Utils helper function to correctly return all numbers from the given string.
1.1.4
- Using Enum returns over direct values in the
rncType
function on the DgiiRncValidator library. - Adding the
toCode
method to the Types enum.
1.1.3
- Removing the unnecessary
fromText
method from the Types enum. - Improving return text from the
toString
method from the Types enum.
1.1.2
- Adding helper method on the Types enum.
1.1.1
Fixing namespaces.
1.1.0
- New Feature: RNC Type
1.0.0
- Initial release.