- add more keywords for better discoverability (e6d4169d)
- update tests, mocks, examples and docs (986c442a)
- update badges (735f7c2d)
- create issue and pull request templates (0080dd23)
- shim http request implementation to support front-end use (6bd22620)
- add a method that gets alternative translations for shorter texts (b482ed55)
- add support to use deepl's word-alternative API (40148fa9)
- process response fully before parsing it to JSON (ea42c3d9)
- use the lightweight translation method in wordAlternatives (5c8cc760)
- implement more granular parameter validation (fba8517e)
- respect paragraph formatting in multi-line translations (aa546064)
- add multi-line text support (3a7333bd)
- reorganize structure (7bc9a427)
- bump patch (a0c56a19)
- add prettier and enforce it in tests (50455842)
- update README example (549b5e68)
- create an .npmignore file [ci skip] (91d0a027)
- update README.md [ci skip] (5c5d6d0c)
- run coverage and push to coveralls (5710ba61)
- configure travis ci (964e5548)
- update registry url in yarn.lock (44a6a0a7)
- add coverage script to package.json (83f679d2)
- commit yarn.lock (acf16bbd)
- add .vscode launch configs to .gitignore (e1e59f60)
- add an example with input auto detect (7f601b8e)
- write docs (0962743d)
- create initial README (a821ed9b)
- first verison (fa31d5d3)
- write unit tests (b3d2b3ee)
- extract request logic into a helper module for easier mocking (21050e32)