posthog-js
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -0,1 +1,7 @@ | ||
## 1.9.1 - 2021-03-08 | ||
- Add posthog.debug() to types, remove bad docstring (#201) | ||
- Remove a bad docstring (#201) | ||
- Fix ".identify" docstrings (#200) | ||
## 1.9.0 - 2021-03-03 | ||
@@ -2,0 +8,0 @@ |
@@ -124,2 +124,3 @@ // Type definitions for exported methods | ||
* posthog.identify('[user unique id]', { email: 'john@example.com' }) | ||
* posthog.identify('[user unique id]', {}, { referral_code: '12345' }) | ||
* | ||
@@ -147,2 +148,3 @@ * ### Notes: | ||
* @param {Object} [userProperties] Optional: An associative array of properties to store about the user | ||
* @param {Object} [userPropertiesToSetOnce] Optional: An associative array of properties to store about the user. If property is previously set, this does not override that value. | ||
*/ | ||
@@ -455,2 +457,4 @@ static identify( | ||
static toString(): string | ||
static debug(): void | ||
} | ||
@@ -457,0 +461,0 @@ |
{ | ||
"name": "posthog-js", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
554173
11584