Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 919 Bytes

CHANGELOG.md

File metadata and controls

34 lines (21 loc) · 919 Bytes

[0.0.4]

  • Updated dependencies

[0.0.3+1]

[0.0.3]

  • Added detectLang option - detects source language without translation. Look the example for the more info.

[0.0.2+1]

  • Made formatting.

[0.0.2]

  • Breaking changes. Now result of translation returns with TranslationModel with two properties
    • translatedText
    • detectedSourceLanguage This is helps to detect cases when language we translate To is same as the source.

[0.0.1+1]

  • Fixed readme & description.

[0.0.1]

  • Added first method 'translate' - translate to selected language, autodetect language from given text.