svelte-i18n/CHANGELOG.md
Christian Kaisermann 01f749e846 chore(release): v2.1.0 🎉
2019-11-29 22:11:46 -03:00

3.4 KiB
Raw Blame History

2.1.0 (2019-11-30)

2.1.0-alpha.2 (2019-11-29)

Bug Fixes

  • 🐛 allow to wait for initial locale load (0b7f61c)

Features

  • 🎸 add warnOnMissingMessages (efbe793)

2.0.2 (2019-11-24)

Bug Fixes

  • 🐛 fallback behaviour and simplify API contact points (6e0df2f)
  • 🐛 fallback locale being looked twice (9260b83)

2.0.1 (2019-11-24)

Bug Fixes

  • 🐛 fallback behaviour and simplify API contact points (64e69eb)

2.0.0 (2019-11-22)

Bug Fixes

  • 🐛 consider generic locales when registering loaders (1b0138c)
  • 🐛 flush use the same promise if it wasn't resolved yet (66972d4)
  • client locale parameters typo (#11) (d1adf4c)

Features

  • 🎸 addMessagesTo method (d6b8664)
  • 🎸 add $loading indicator store (bd2b350)
  • 🎸 add custom formats support (d483244)
  • 🎸 add pathname and hostname pattern matching (b19b690)
  • 🎸 add preloadLocale method (0a0e4b3)
  • 🎸 add waitInitialLocale helper (6ee28e7)
  • 🎸 also look for message in generic locale (e5d7b84), closes #19
  • 🎸 export a store listing all locales available (f58a20b)
  • 🎸 locale change automatically updates the document lang (64c8e55)

Performance Improvements

  • delay the $loading state change for quick loadings (6573f51)

BREAKING CHANGES

  • This PR modifies the formatter method arguments.