Skip to content

Releases: seisigmasrl/dgii-rnc-validator

1.1.7

16 May 17:18
Compare
Choose a tag to compare
  • Add validation for empty or non-numeric RNC input string. (Thanks to @elminson for the contribution) #Hotfix

1.1.6

10 Feb 21:39
5234679
Compare
Choose a tag to compare
  • 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

09 Feb 09:33
872188c
Compare
Choose a tag to compare
  • Fixing the getNumbersFromString from the Utils helper function to correctly return all numbers from the given string.

1.1.4

07 Feb 19:54
cdb5bd5
Compare
Choose a tag to compare
  • 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

07 Feb 19:32
49b2d50
Compare
Choose a tag to compare
  • Removing the unnecessary fromText method from the Types enum.
  • Improving return text from the toString method from the Types enum.

1.1.2

07 Feb 12:00
b9c8d75
Compare
Choose a tag to compare
  • Adding helper method on the Types enum.

1.1.1

07 Feb 11:46
f5f5fa4
Compare
Choose a tag to compare

Fixing namespaces.

1.1.0

07 Feb 11:17
9b9d7c5
Compare
Choose a tag to compare
  • New Feature: RNC Type

1.0.0

21 Jan 08:00
Compare
Choose a tag to compare
  • Initial release.