Skip to content

Latest commit

 

History

History
85 lines (52 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

85 lines (52 loc) · 4.96 KB

1.2.1 (2018-07-27)

Bug Fixes

1.2.0 (2017-11-19)

Chores
  • add more keywords for better discoverability (e6d4169d)
  • update tests, mocks, examples and docs (986c442a)
  • update badges (735f7c2d)
  • create issue and pull request templates (0080dd23)
New Features
  • 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)
Bug Fixes
  • process response fully before parsing it to JSON (ea42c3d9)
Refactors
  • use the lightweight translation method in wordAlternatives (5c8cc760)
  • implement more granular parameter validation (fba8517e)

1.1.0 (2017-10-01)

Chores
New Features
  • respect paragraph formatting in multi-line translations (aa546064)
  • add multi-line text support (3a7333bd)
Refactors

1.0.1 (2017-09-10)

Chores
Bug Fixes
  • update registry url in yarn.lock (44a6a0a7)

1.0.0 (2017-09-10)

Chores
New Features
Other Changes
Refactors
  • extract request logic into a helper module for easier mocking (21050e32)