Lingua v0.3.2 Release Notes

Release Date: 2019-02-08 // about 5 years ago
  • ๐Ÿš‘ This minor update fixes a critical bug reported in issue #1.

    ๐Ÿ› Bug Fixes

    • ๐Ÿš€ The attempt to detect the language of a string solely containing characters that do not occur in any of the supported languages returned kotlin.KotlinNullPointerException. This has been fixed in this release. Instead, Language.UNKNOWN is now returned as expected.

    โšก๏ธ Dependency Updates

    • โšก๏ธ The Kotlin compiler, standard library and runtime have been updated from version 1.3.20 to 1.3.21