posthog-js
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -0,1 +1,7 @@ | ||
## 1.3.6 - 2020-07-27 | ||
- Fix a parameter in the type definition | ||
## 1.3.5 - 2020-07-20 | ||
- Add flag to respect Do Not Track setting | ||
## 1.3.4 - 2020-07-16 | ||
@@ -2,0 +8,0 @@ - Capture safe attributes (id, name and class) if the element is an input (#63) |
@@ -26,3 +26,3 @@ // Type definitions for exported methods | ||
*/ | ||
static reset(reset_device_id: string): void | ||
static reset(reset_device_id: boolean): void | ||
@@ -29,0 +29,0 @@ /** |
{ | ||
"name": "posthog-js", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/PostHog/posthog-js", |
Sorry, the diff of this file is too big to display
5942
305955
7