posthog-js
Advanced tools
Comparing version 1.5.1-beta.0 to 1.5.1
@@ -1,2 +0,9 @@ | ||
## 1.5.0-beta - 2020-09-08 | ||
## 1.5.1 - 2020-10-22 | ||
- Autocapture bugfix: Ignore extra spaces in classnames #99 | ||
- Improve typing of posthog.js #97 (thanks @stonesthatwhisper) | ||
- Improve session recording, generate $session_id fields #91 #96 | ||
- Fix a bug with session recording events not being saved #95 | ||
- Improve test coverage #94 | ||
## 1.5.0 - 2020-09-08 | ||
- Add beta functionality to do session recording | ||
@@ -14,13 +21,13 @@ - Add $feature_flag_called event | ||
## 1.4.3 - 2020-08-11 | ||
- Remove "?." to support older browsers | ||
- Remove "?." to support older browsers | ||
## 1.4.2 - 2020-08-11 | ||
- Capture actions even if toolbar is in used | ||
- Capture actions even if toolbar is in used | ||
## 1.4.1 - 2020-08-10 | ||
- Remove unused parameter for `.reloadFeatureFlags()` | ||
- Remove unused parameter for `.reloadFeatureFlags()` | ||
## 1.4.0 - 2020-08-10 | ||
- Have `.onFeatureFlags(callback)` register multiple callbacks, which get called when feature flags are loaded or updated | ||
- Update feature flags when `identify` is called. | ||
- Update feature flags when `identify` is called. | ||
- Add option `.reloadFeatureFlags()`. Call it to trigger a reload of feature flags. (See [#71](https://github.com/PostHog/posthog-js/pull/71)) | ||
@@ -30,3 +37,3 @@ - Add config option `sanitize_properties` that accepts a function which sanitizes parameters of events (See [#75](https://github.com/PostHog/posthog-js/issues/75)) | ||
## 1.3.8 - 2020-08-07 | ||
- Set `secure_cookie` config to `true` if the page is running over https | ||
- Set `secure_cookie` config to `true` if the page is running over https | ||
@@ -33,0 +40,0 @@ ## 1.3.7 - 2020-07-28 |
{ | ||
"name": "posthog-js", | ||
"version": "1.5.1-beta.0", | ||
"version": "1.5.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", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
695199
2
0