Skip to content

v2.18.0

Compare
Choose a tag to compare
@s0ftik3 s0ftik3 released this 19 Aug 09:31
· 55 commits to master since this release

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.