Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

v4.1.0

Compare
Choose a tag to compare
@jamesarosen jamesarosen released this 08 Jul 16:16
· 152 commits to master since this release
  • service:i18n now has a locales property that lists available locales
  • support passing an Array of fallback keys via default: [...]
  • if the app specifies an unknown locale, fall back to the configuration for zh and print a warning instead of throwing an exception
  • use Object.keys, not Ember.keys for enumerating properties
  • destroy the Stream created in the legacy helper (pre-Glimmer) when its view is destroyed
  • test against Ember 1.12