Skip to content

Commit

Permalink
[CHANGELOG] Updating CHANGELOG file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Vargas committed May 16, 2024
1 parent e6eb27f commit 80147d2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

All notable changes to `dgii-rnc-validator` will be documented in this file.

## 1.1.7 - 2024-05-16

- Add validation for empty or non-numeric RNC input string. (Thanks to @elminson for the contribution) #Hotfix

## 1.1.6 - 2023-02-10

- 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 - 2023-02-09

- Fixing the getNumbersFromString from the Utils helper function to correctly return all numbers from the given string.

## 1.1.4 - 2023-02-07

- 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 - 2023-02-07

- Removing the unnecessary fromText method from the Types enum.
- Improving return text from the toString method from the Types enum.

## 1.1.2 - 2023-02-07

- Adding helper method on the Types enum.

## 1.1.1 - 2023-02-07

- Fixing namespaces.

## 1.1.0 - 2023-02-07

- New Feature: RNC Type.

## 1.0.0 - 2023-01-21

- Initial release.

0 comments on commit 80147d2

Please sign in to comment.