Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

62 lines (38 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file.

  • Move from Travis CI to GitHub Actions
  • Remove official support for old Rubies (2.3 and 2.4)
  • Force MiniI18n.load_translations to load files in alphabetical order
  • Custom pluralization rules
  • Define required Ruby version in gemspec
  • Allow multiple translations by keys and locales
  • Allow to customize separator for nested keys
  • Localization support for dates, time and numbers
  • Pluralization support
  • Avoid MiniI18n.load_translations to raise an exception when a nil path is passed
  • Improves MiniI18n.available_locales= method to always wrap arguments into an Array
  • Define homepage in gemspec
  • Add docs!
  • Fixes MiniI18n.default_locale= method

0.1.0

  • First release 🎉