Skip to content

Latest commit

 

History

History
244 lines (157 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

244 lines (157 loc) · 6.58 KB

Change Log

All notable changes to this project will be documented in this file. Localize adheres to Semantic Versioning.

Released on 2019-04-30.


Released on 2019-03-28.

  • Added function to check if key exist
  • Added Swift 5

Released on 2018-10-24.

  • Added auto localize flag to UI components.
  • Added support for custom providers

Released on 2018-09-26.


Released on 2018-09-20.


Released on 2018-05-15.

Added

  • Fix localize strings when user only has a one string file.

Released on 2018-05-10.

Added

  • Improve strings with extended languajes like to es-mx for defaults localizations.

Released on 2018-04-15.

Added

  • Include testing with cocoapods.
  • Code coverage 99+.
  • General changes to improve test.
  • Included in awesome ios.

Released on 2018-04-12.

Added

  • Transfer ownership to andresilvagomez
  • Swift 4.1 Support.
  • Faster.
  • Localize.currentLanguage.
  • Localize.availableLanguages.
  • Segment controls localize key using "," and base.
  • UIView components tested.

Released on 2017-09-27.

Added


Released on 2017-08-10.

Added


Released on 2017-08-08.

Added

  • Localize UI elements with @IBInspectable.

Deleted

  • Delete custom classes for UI elements in favor to @IBInspectable extensions.

Released on 2017-07-10.

Added

Updated

  • Remove enums for language.
  • Fixed #localize with placeholder replacement.

Released on 2017-02-14.

Added

  • Support to Apple Strings.
  • Get your localized string using different table names.
  • JSON Provider and Strings Provider.
  • Testing mode.
  • 100% documented using jazzy.

Updated

  • Not use vars to config.
  • Delete cache json file.

Released on 2017-01-19.

Added

  • Renamed JsonLocalized to Localize, according with the next features.
  • Static methods.
  • Config methods.
  • Testing mode.
  • Testing for more methods and cases.

Updated

  • Config methods.
  • Statics calleds.

Fixed

  • Getting default language key when in current language key no was available.

Released on 2017-01-17.

Added

  • Documentation for all methods.
  • Method to detect all available languages.
  • Method to localize languages codes.
  • Method to update language with string language code.
  • Notification when user change a language.
  • Update all localized components when user change language.

Updated