Skip to content

v1.0.1

Choose a tag to compare

@jmbarne3 jmbarne3 released this 27 Sep 13:44
· 2 commits to master since this release

Bug Fixes:

  • Corrected bug where an empty string in the array causes all tags to be removed. For example, if the input reads "Existing Tag, " the inputArray would be ["Existing Tag", " "], which then causes the error to appear and for some reason all the tags to be removed.