File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 5.2.0 (March 28, 2019)
2+
3+ * Stop warning when null property values are instrumented
4+ * Allow for objects nested within arrays
5+
16### 5.0.0 (March 19, 2019)
27
38* Add ` onInit ` method that accepts a callback that will be invoked after init
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Please see our [installation guide](https://amplitude.zendesk.com/hc/en-us/artic
1111[ ![ npm version] ( https://badge.fury.io/js/amplitude-js.svg )] ( https://badge.fury.io/js/amplitude-js )
1212[ ![ Bower version] ( https://badge.fury.io/bo/amplitude-js.svg )] ( https://badge.fury.io/bo/amplitude-js )
1313
14- [ 5.0 .0 - Released on March 19 , 2019] ( https://github.com/amplitude/Amplitude-JavaScript/releases/latest )
14+ [ 5.2 .0 - Released on March 28 , 2019] ( https://github.com/amplitude/Amplitude-JavaScript/releases/latest )
1515
1616
1717# JavaScript SDK Reference #
Original file line number Diff line number Diff line change 11{
22 "name" : " amplitude-js" ,
33 "author" : " Amplitude <support@amplitude.com>" ,
4- "version" : " 5.0 .0" ,
4+ "version" : " 5.2 .0" ,
55 "license" : " MIT" ,
66 "description" : " Javascript library for Amplitude Analytics" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 1- export default '5.0 .0' ;
1+ export default '5.2 .0' ;
You can’t perform that action at this time.
0 commit comments