Skip to content

Releases: s0ftik3/reverso-api

v2.22.5

15 May 10:53
Compare
Choose a tag to compare

v2.22.2

03 Dec 08:04
Compare
Choose a tag to compare

‼️ Attention please — starting from 2.22.2 version method getTranslation has changed some return object keys. Specifically, context examples have two new keys: source_phrases and target_phrases, they replaced such keys as phrase_source and phrase_target. Both keys are now arrays. For detailed information see updated README in related to this method section.

v2.22.0

06 Sep 18:15
Compare
Choose a tag to compare
  • added getConjugation method
  • minor bug fixes and other improvements

v2.21.1

16 Jul 04:28
Compare
Choose a tag to compare
  • nothing, just import fix

v2.20.0

20 Jun 17:08
Compare
Choose a tag to compare

What's new?

  • Refactored code.
  • IMPORTANT: please make sure that all the response values "from" and "to" were renamed to "source" and "target". Also, getSpellCheck method now returns object instead of array. I might forgot to mention something but there's not that much of changes that could ruin backwards compatibility.

v2.19.0

04 Sep 19:15
Compare
Choose a tag to compare

What's new?

  • New languages were added for getContext & getTranslation methods. These are Arabic, Hebrew, Japanese, Dutch, Portuguese, Romanian and Turkish.
  • Added languages' compability checker. There are some language combinations that are not supported (getContext and getTranslation methods only).
  • Added repository logotype.
  • Minor bug fixes and other improvements.

v2.18.0

19 Aug 09:31
Compare
Choose a tag to compare

What's new?

  • Added Chinese support to getContext method.
  • Updated README.
  • Completly rewrote the code structure. Now, it always returns an object (array for getSpellCheck) with data or an object with error(s). It's easier to handle and debug. For detailed description of responses & errors check README.
  • Now you can use methods by either passing a "modern" callback function or using a "stale" .then() function.
  • Minor bug fixes and other improvements.

v2.17.0

16 Jul 17:52
Compare
Choose a tag to compare

What's new?

  • Added dynamic user-agent.
  • Minor bug fixes.

v2.16.2

20 Mar 05:53
Compare
Choose a tag to compare

What's new?

  • Minor bug fixes.

v2.16.1

08 Jan 13:43
Compare
Choose a tag to compare

What's new?

  • Minor bug fixes.