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
+
1
6
### 5.0.0 (March 19, 2019)
2
7
3
8
* 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
11
11
[ ![ npm version] ( https://badge.fury.io/js/amplitude-js.svg )] ( https://badge.fury.io/js/amplitude-js )
12
12
[ ![ Bower version] ( https://badge.fury.io/bo/amplitude-js.svg )] ( https://badge.fury.io/bo/amplitude-js )
13
13
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 )
15
15
16
16
17
17
# JavaScript SDK Reference #
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amplitude-js" ,
3
3
"author" :
" Amplitude <[email protected] >" ,
4
- "version" : " 5.0 .0" ,
4
+ "version" : " 5.2 .0" ,
5
5
"license" : " MIT" ,
6
6
"description" : " Javascript library for Amplitude Analytics" ,
7
7
"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