Skip to content

Latest commit

 

History

History
69 lines (32 loc) · 892 Bytes

CHANGELOG.md

File metadata and controls

69 lines (32 loc) · 892 Bytes

Change Log

1.7.0

Updated to Xcode 13, RxSwift & RxCocoa to 6.2.0

1.6.0

Updated to Swift 5.3, Xcode 12.4, RxSwift & RxCocoa to 6.1.0

1.5.0

Updated to Swift 5.2, Xcode 11.4, RxSwift & RxCocoa to 5.1.1

1.4.0

Added supporting string interpolation

1.3.0

Updated RxSwift & RxCocoa to version 5.0

1.2.1

Updated RxSwift & RxCocoa to 4.5

1.2.0

Updated to Swift 5 Updated RxSwift & RxCocoa to 4.4.2

1.1.0

Updated RxSwift & RxCocoa to 4.4.0

1.0.4

Added an ability to localize strings synchronously

fooLabel.text = Localizer.shared.localized("foo")

1.0.3

Fix bug: changing config does not trigger updating localization

1.0.2

  • Fix bug: changing config does not trigger updating localization
  • Code clean up

1.0.1

  • Minor improvements

1.0.0

  • Initial release 🎂