Skip to content

Releases: m10rten/i4n

v0.5.1

25 Aug 10:48
78500fb
Compare
Choose a tag to compare

Patch Changes

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

v0.5.0

25 Aug 09:25
2b1ba21
Compare
Choose a tag to compare

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.

v0.4.1

24 Aug 21:23
3b42381
Compare
Choose a tag to compare

Patch Changes

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

v0.4.0

24 Aug 21:08
e3d5c68
Compare
Choose a tag to compare

Minor Changes

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

v0.3.4

18 Aug 14:32
f187370
Compare
Choose a tag to compare

Patch Changes

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

v0.3.3

18 Aug 13:53
08ba6d5
Compare
Choose a tag to compare

Patch Changes

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

v0.3.2

18 Aug 10:27
d120e04
Compare
Choose a tag to compare

Patch Changes

  • cd81ed8: Removed comments from package output

v0.3.1

18 Aug 10:16
3931be6
Compare
Choose a tag to compare

Patch Changes

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

v0.3.0

18 Aug 09:48
6d66fbe
Compare
Choose a tag to compare

Minor Changes

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

v0.2.1

17 Aug 21:21
a2546e2
Compare
Choose a tag to compare

Patch Changes

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