Skip to content

Releases: cubiest/jibberjabber

Version 2.1

30 Jun 16:27
Compare
Choose a tag to compare

Release Notes

Features

new helper singleton LanguageServer for convenience functionality

  • setting languages your app supports
    • check if language x is supported
    • get supported languages as slice of language.Tag or string (sorted or not)
  • fallback language
    • set/get fallback
    • request it to get language x (as e.g. language.Tag value) and if you did not specify it as "supported", it will fetch the fallback language
  • assign string value to a supported language -> can be e.g. file path to your translations (e.g. .po file used in GNU gettext)

Internal

  • set golang version of module to 1.16
    • and test in travis for golang versions 1.16 and 1.17
  • replace error strings with error definitions

Version 2.0

22 Feb 17:32
1351aa3
Compare
Choose a tag to compare

Release Notes

Features

  • get locale as golang language tag (golang.org/x/text/language)
  • dropping Windows pre-Vista support

Internal

  • retrieving locale on Windows cannot cause panic signal anymore
  • replace with deprecated "syscall" with "x/sys"
  • using go modules
  • travis pipeline for testing on Linux, macOS and Windows

Version 1.0.1

12 Jan 18:22
Compare
Choose a tag to compare

Fixed

  • was not compiling on Windows

Version 1.0

12 Jan 15:16
Compare
Choose a tag to compare
v1.0

align package names to golang naming conventions