posthog-js
Advanced tools
Comparing version 1.9.5 to 1.9.6
@@ -0,1 +1,7 @@ | ||
## 1.9.6 - 2021-03-30 | ||
- Support rrweb mask all inputs (#207) | ||
- Support rrweb mask all inputs (#207) | ||
- fix: incorrect typing for isFeatureEnabled (#208) | ||
## 1.9.3 - 2021-03-12 | ||
@@ -2,0 +8,0 @@ |
@@ -273,2 +273,6 @@ // Type definitions for exported methods | ||
* inapp_link_new_window: false | ||
* | ||
* // specify if input values should be captured by default | ||
* // works for both autocapture and session recording | ||
* mask_all_inputs: false | ||
* } | ||
@@ -444,3 +448,3 @@ * | ||
*/ | ||
static isFeatureEnabled(key: string, options: posthog.isFeatureEnabledOptions): boolean | ||
static isFeatureEnabled(key: string, options?: posthog.isFeatureEnabledOptions): boolean | ||
@@ -528,2 +532,3 @@ /* | ||
properties_string_max_length?: number | ||
mask_all_inputs?: boolean | ||
} | ||
@@ -530,0 +535,0 @@ |
{ | ||
"name": "posthog-js", | ||
"version": "1.9.5", | ||
"version": "1.9.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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
556942
11632