Skip to content

Releases: foxifyjs/i18n

v1.1.1

06 Sep 17:43
Compare
Choose a tag to compare
  • 🪲 Fixed an issue causing unresolved references
  • 📦 peer dependency prototyped.js: ^1.0.0 -> ^1.0.1

v1.1.0

29 May 18:34
Compare
Choose a tag to compare
  • ⚡ Added ability to define optional parameter
  • ⚡ Added ability to define default value for parameters
  • ⚡ Added ability to reference a translation inside another translation
  • ⚡ Added ability to choose one of [ignore, warn, error] severities for setLocale and translate method
  • ⚡ Added ability to set to strict mode both in config and when creating new instance

v1.0.1

24 May 16:47
Compare
Choose a tag to compare
  • 🪲 Fixed the typescript declaration bug

v1.0.0

24 May 16:26
Compare
Choose a tag to compare
  • 🎉 First Release