amplitude-js
Advanced tools
Comparing version 5.5.0 to 5.6.0
@@ -0,1 +1,7 @@ | ||
### 5.6.0 (October 21, 2019) | ||
* Drop esm module from package.json to prevent it from being the default build. | ||
* Add fallback localStorage support to the esm module. | ||
* Fix integrity hash | ||
### 5.5.0 (October 9, 2019) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "amplitude-js", | ||
"author": "Amplitude <support@amplitude.com>", | ||
"version": "5.5.0", | ||
"version": "5.6.0", | ||
"license": "MIT", | ||
@@ -13,3 +13,2 @@ "description": "Javascript library for Amplitude Analytics", | ||
"main": "amplitude.js", | ||
"module": "amplitude.esm.js", | ||
"react-native": "amplitude.native.js", | ||
@@ -16,0 +15,0 @@ "dependencies": { |
@@ -14,3 +14,3 @@ Amplitude-JavaScript | ||
[5.5.0 - Released on October 9, 2019](https://github.com/amplitude/Amplitude-JavaScript/releases/latest) | ||
[5.6.0 - Released on October 21, 2019](https://github.com/amplitude/Amplitude-JavaScript/releases/latest) | ||
@@ -29,2 +29,9 @@ | ||
# React Native # | ||
This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself: | ||
* [react-native-device-info](https://www.npmjs.com/package/react-native-device-info) | ||
* [@react-native-community/async-storage](https://www.npmjs.com/package/@react-native-community/async-storage) | ||
# Upgrading Major Versions and Breaking Changes # | ||
@@ -31,0 +38,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
851287
10
15498
82