Releases: s0ftik3/reverso-api
Releases · s0ftik3/reverso-api
v2.22.9
v2.22.8
v2.22.5
v2.22.2
v2.22.0
v2.21.1
v2.20.0
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
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
andgetTranslation
methods only). - Added repository logotype.
- Minor bug fixes and other improvements.
v2.18.0
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.