Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 560 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 560 Bytes

@u-wave/translate change log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.1.1

  • Fix crash when an array of fallback messages and a fallback Translator instance are used together.

1.1.0

  • Update dependencies.
  • Mark the package as side-effect-free.
  • Add support for fallback messages by passing an array:
    translator.t(['path.to.key', 'path.to.fallback.key'])
    The first key that has a value will be used.

1.0.0

  • Initial release.