posthog-js
Advanced tools
Comparing version 1.8.9 to 1.8.10
@@ -0,1 +1,9 @@ | ||
## 1.8.10 - 2021-03-02 | ||
- Add properties_string_max_length = 65535 (#197) | ||
- Add properties_string_max_length = 65535 (#197) | ||
- Remove unused notification code (#191) | ||
- Remove old upgrade code (never used) (#192) | ||
- Support $set_once with identify (#190) | ||
## 1.8.9 - 2021-03-02 | ||
@@ -2,0 +10,0 @@ |
@@ -147,3 +147,7 @@ // Type definitions for exported methods | ||
*/ | ||
static identify(unique_id?: string, userProperties?: posthog.Properties): void | ||
static identify( | ||
unique_id?: string, | ||
userPropertiesToSet?: posthog.Properties, | ||
userPropertiesToSetOnce?: posthog.Properties | ||
): void | ||
@@ -496,2 +500,3 @@ /** | ||
sanitize_properties?: (properties: posthog.Properties, event_name: string) => posthog.Properties | ||
properties_string_max_length?: number | ||
} | ||
@@ -531,4 +536,2 @@ | ||
static upgrade(config: posthog.Config): void | ||
static save(): void | ||
@@ -535,0 +538,0 @@ |
{ | ||
"name": "posthog-js", | ||
"version": "1.8.9", | ||
"version": "1.8.10", | ||
"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", |
# PostHog.js | ||
[![npm package](https://img.shields.io/npm/v/posthog-js?style=flat-square)](https://www.npmjs.com/package/posthog-js) | ||
[![MIT License](https://img.shields.io/badge/License-MIT-red.svg?style=flat-square)](https://opensource.org/licenses/MIT) | ||
Please see the main [PostHog docs](https://posthog.com/docs). | ||
@@ -4,0 +7,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
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
51
553531
11584