twitter-cldr-rb v5.0.0 Release Notes

Release Date: 2019-10-15 // over 4 years ago
    • ⬆️ Upgrade to Unicode v12.0.0, CLDR v35.1, and ICU 64.2.
    • 🛠 Fixes several transliteration bugs causing incorrect transform rules to be applied.
    • BREAKING: LocalizedNumber#to_short_decimal and LocalizedNumber#to_long_decimal have been replaced with LocalizedNumber#to_decimal#to_s(format: :short) and LocalizedNumber#to_decimal#to_s(format: :long) respectively.
    • 💥 BREAKING: Telephone code support has been removed since the data are no longer published in the CLDR data set.
    • 💥 BREAKING: Dropped support for Ruby 1.9.