Commit bc435a72 authored by Rebecca Hughes's avatar Rebecca Hughes

Release 0.8.1

parent bea9cae1
...@@ -86,6 +86,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand ...@@ -86,6 +86,7 @@ public class MainActivity extends Activity implements DefaultHardwareBackBtnHand
## Release Notes ## Release Notes
* 0.8.1 removes unnecessary peerDependencies
* 0.8.0 tweaks how device locale works on Android. If it's available it will use the toLanguageTag that is more inline with iOS. (See #14) * 0.8.0 tweaks how device locale works on Android. If it's available it will use the toLanguageTag that is more inline with iOS. (See #14)
* 0.7.0 adds two new parameters, Device Locale and User Agent. * 0.7.0 adds two new parameters, Device Locale and User Agent.
* 0.5.0 adds a new parameter; Device Id. On iOS this is the hardware string for the current device (e.g. "iPhone7,2"). On Android we use the BOARD field which is the name of the underlying board, e.g. "goldfish". The way that the module gets the device model on iOS has also changed to be based on the Device Id; now instead of getting a generic product family e.g. "iPhone", it will return the specific model e.g. "iPhone 6". * 0.5.0 adds a new parameter; Device Id. On iOS this is the hardware string for the current device (e.g. "iPhone7,2"). On Android we use the BOARD field which is the name of the underlying board, e.g. "goldfish". The way that the module gets the device model on iOS has also changed to be based on the Device Id; now instead of getting a generic product family e.g. "iPhone", it will return the specific model e.g. "iPhone 6".
......
{ {
"name": "react-native-device-info", "name": "react-native-device-info",
"version": "0.8.0", "version": "0.8.1",
"description": "Get device information using react-native", "description": "Get device information using react-native",
"main": "deviceinfo.js", "main": "deviceinfo.js",
"repository": { "repository": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment