Skip to content

Releases: DeepLcom/deepl-dotnet

v1.2.0

18 May 07:51
v1.2.0
e29f3af
Compare
Choose a tag to compare

Added

  • New languages available: Indonesian ('id') and Turkish ('tr'). Add
    language code constants and tests.

    Note: older library versions also support the new languages, this update only
    adds new code constants.

  • Added ITranslator interface implemented by Translator class, to achieve a
    better mock-ability in conjunction with common mocking frameworks.

Changed

  • Improve package icon, tags and project URLs.

Fixed

  • Test fix: tests should still succeed after new languages are added.

v1.1.0

13 Apr 10:53
v1.1.0
b781507
Compare
Choose a tag to compare

Added

  • Add ErrorMessage property to DocumentStatus that contains a short
    description of document translation error, if available.

v1.0.5

12 Apr 06:48
v1.0.5
7260c71
Compare
Choose a tag to compare

Added

  • Add support for TextTranslateOptions.TagHandling = "html". No code changes
    were needed, only comments and tests were changed.
  • Add test for proxy support.

Fixed

  • Fix some tests that intermittently failed.

v1.0.4

27 Jan 11:41
v1.0.4
879ba47
Compare
Choose a tag to compare

Fixed

  • Fix issue in .NET versions earlier than 5.0, when creating large glossaries or
    translating texts larger than 64 KiB.

v1.0.3

19 Jan 12:34
v1.0.3
95f5028
Compare
Choose a tag to compare

Added

  • Add contribution guidelines -- currently we are unable to accept Pull Requests.

Changed

  • Improve README tests section.

v1.0.2

03 Jan 14:15
v1.0.2
e092389
Compare
Choose a tag to compare

Changed

  • Include additional information with error status codes.

v1.0.1

08 Dec 07:56
v1.0.1
77c3227
Compare
Choose a tag to compare

Fixed

  • Use default HTTP version in requests rather than always using HTTP/2.

v1.0.0

18 Nov 14:12
v1.0.0
f8ba6dd
Compare
Choose a tag to compare

Changed

  • Add missing properties in package, e.g. icon.
  • Introduce GlossaryEntries class to encapsulate glossary entries.
  • SplitSentences enum renamed to SentenceSplittingMode.
  • Exceptions thrown by some functions were changed to use standard exceptions.
  • Improvements to tests, README and documentation.