- 57c766f: Updated types to allow string to be put in loaded and switch
- ec9dd78: Made lazy loadig possible after the initialization of the
I4n
class. Updated docs accordingly and updated NPM-readme with more high-level details.
- 10351a6: Fixed bug where the loader would cause an exception when key does not exist
- 1ed5609: Allow for custom data loader to be used to get translations.
- 2260d7e: Fixed the missing of files in the output
- e0f1af1: Update package.json order to work on react/next
- cd81ed8: Removed comments from package output
- f85bbf2: Updated readme to be smaller for the package and larger for github with link in package.json
- 1f78cae: Added support for fallback keys and fallback language
- eadab70: Fix to be able to detatch
t
andswitch
from theI4n
instance.
- 7aaf39a: Added support for template-strings through custom user-functions.
- 8c8ff4a: Added JSDoc code docs
- ec0194b: Initial functionality release with
t
&switch
function, including docs and tests.