Lingua v1.0.2 Release Notes

Release Date: 2020-08-09 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • The language mapping for character รซ was incorrect which has been fixed.
      Thanks to @sandernugterenedia for reporting this bug. (#66)
    • The implementation of LanguageDetector made use of functionality that was
      introduced in Java 8 which made the library unusable for Java 6 and 7.
      Thanks to @levant916 for reporting this bug. (#69)
    • ๐Ÿ”Œ The Gradle shadow plugin has been
      โž• added so that ./gradlew jarWithDependencies produces a jar file whose dependencies
      do not conflict anymore with the same dependencies of different versions in the same project. (#67)