Skip to content

Latest commit

 

History

History
79 lines (40 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

79 lines (40 loc) · 1.37 KB

i4n

0.5.1

Patch Changes

  • 57c766f: Updated types to allow string to be put in loaded and switch

0.5.0

Minor Changes

  • ec9dd78: Made lazy loadig possible after the initialization of the I4n class. Updated docs accordingly and updated NPM-readme with more high-level details.

0.4.1

Patch Changes

  • 10351a6: Fixed bug where the loader would cause an exception when key does not exist

0.4.0

Minor Changes

  • 1ed5609: Allow for custom data loader to be used to get translations.

0.3.4

Patch Changes

  • 2260d7e: Fixed the missing of files in the output

0.3.3

Patch Changes

  • e0f1af1: Update package.json order to work on react/next

0.3.2

Patch Changes

  • cd81ed8: Removed comments from package output

0.3.1

Patch Changes

  • f85bbf2: Updated readme to be smaller for the package and larger for github with link in package.json

0.3.0

Minor Changes

  • 1f78cae: Added support for fallback keys and fallback language

0.2.1

Patch Changes

  • eadab70: Fix to be able to detatch t and switch from the I4n instance.

0.2.0

Minor Changes

  • 7aaf39a: Added support for template-strings through custom user-functions.

0.1.1

Patch Changes

  • 8c8ff4a: Added JSDoc code docs

0.1.0

Minor Changes

  • ec0194b: Initial functionality release with t & switch function, including docs and tests.