posthog-js
Advanced tools
Comparing version 1.16.6 to 1.16.7
@@ -0,1 +1,5 @@ | ||
## 1.16.7 - 2021-11-25 | ||
- Feature flags groups support & /decide refactor (#341) | ||
## 1.16.6 - 2021-11-18 | ||
@@ -2,0 +6,0 @@ |
@@ -181,2 +181,9 @@ // Type definitions for exported methods | ||
/** | ||
* Alpha feature: don't use unless you know what you're doing! | ||
* | ||
* Returns currently active groups | ||
*/ | ||
static getGroups(): Record<string, any> // eslint-disable-line @typescript-eslint/no-explicit-any | ||
/** | ||
* Update the configuration of a posthog library instance. | ||
@@ -183,0 +190,0 @@ * |
{ | ||
"name": "posthog-js", | ||
"version": "1.16.6", | ||
"version": "1.16.7", | ||
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", | ||
@@ -65,3 +65,3 @@ "repository": "https://github.com/PostHog/posthog-js", | ||
"sinon": "9.0.2", | ||
"testcafe": "^1.10.1", | ||
"testcafe": "^1.17.1", | ||
"testcafe-browser-provider-browserstack": "^1.13.2-alpha.1", | ||
@@ -68,0 +68,0 @@ "typescript": "^3.9.6" |
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
652987
13536