Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@giorgosart giorgosart released this 16 Feb 12:22

Release Notes

Enhancements

  • Added the methods below:
    • defaultString(String str, String[] array)
    • randomString(String[] array)
    • toSnakeCase(String str)
  • Improved documentation and test coverage

Bug Fixes

  • Fixed an issue with the areAnagrams method where it was performing a case sensitive check for the two words passed in