Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.14 KB

Changelog

Emojis

  • New Features -> ⚡
  • Enhancements -> 🌟
  • Breaking Changes -> 💥
  • Dependency Changes -> 📦
  • Bugs -> 🪲
  • Pull Requests -> 📖
  • Documents -> 🎓
  • Tests -> 👓

v1.1.1 - (2019-09-06)

  • 🪲 Fixed an issue causing unresolved references
  • 📦 peer dependency prototyped.js: ^1.0.0 -> ^1.0.1

v1.1.0 - (2019-05-29)

  • ⚡ 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 - (2019-05-24)

  • 🪲 Fixed the typescript declaration bug

v1.0.0 - (2019-05-24)

  • 🎉 First Release