Skip to content

Releases: AlexanderZaytsev/react-native-i18n

v2.0.4

02 Aug 17:55
Compare
Choose a tag to compare

Remove @OverRide annotation on createJSModules method (fix building on Android with react-native 0.47+)

v2.0.3

02 Aug 09:34
Compare
Choose a tag to compare

Update to i18n-js 3.0.1

v2.0.2

26 Jun 20:38
Compare
Choose a tag to compare

Bugfixes

v2.0.0

15 Jun 05:29
Compare
Choose a tag to compare

Breaking changes

  • i18n-js 3.0.0 is defined as a project dependency
  • locale constant is not exposed anymore
  • The android package namespace is com.AlexanderZaytsev.RNI18n.RNI18nPackage
  • Android build tools 25.0.2 are required
  • Remove Windows version

Bugfixes

  • Add support for react-native < 0.40
  • Fixed react-native link

New features and enhancements

  • Provide an example project
  • tvOS support

v1.0.0

19 Jan 07:53
Compare
Choose a tag to compare
  • Update React Native version to 0.40.0 #52
  • Windows windows compatibility #46
  • Updated README.md

Thanks to everyone who contributed.

v0.1.1

02 Sep 06:15
Compare
Choose a tag to compare
  • Replace currentLocale with prefered languages on iOS #35
  • Removed peer dependencies #34
  • Added Cocoapod support #32
  • Uniformed code and fixed problems with mocha/unit testing #27
  • Updated README.md
    Thanks to everyone who contributed.

v0.1.0-beta.0

22 Aug 18:14
Compare
Choose a tag to compare
v0.1.0-beta.0 Pre-release
Pre-release
  • Replace currentLocale with prefered languages on iOS #35
  • Removed peer dependencies #34
  • Added Cocoapod support #32
  • Uniformed code and fixed problems with mocha/unit testing #27
  • Updated README.md

Thanks to everyone who contributed.