Releases: PostHog/posthog-js-lite
Releases · PostHog/posthog-js-lite
posthog-ai-1.5.0
posthog-ai-v1.5.0 fix(ai): correct lib path (#354)
posthog-ai-1.4.0
posthog-ai-v1.4.0 fix(ai): export cjs and esm (#353)
posthog-ai-1.3.0
posthog-ai-v1.3.0 bump and address comments (#352)
posthog-ai-1.2.1
posthog-ai-v1.2.1 Fix: Vercel AI + Fix (#351)
posthog-ai-1.0.1
posthog-ai-v1.0.1 fix: release package (#350)
posthog-web-3.2.1
posthog-web-v3.2.1 fix: check if window is available before using on web env (#256)
posthog-react-native-3.6.3
posthog-react-native-v3.6.3 fix: session replay respect linked feature flags (#341)
posthog-node-4.4.0
Switch from rusha to native (node:crypto) sha1 implementation (#329) * chore: add benchmarks rusha vs native * chore: replace rusha with node:crypto * chore(node/benchmarks): reorder results * formatting * bump package.json, update changelog --------- Co-authored-by: Dylan Martin <[email protected]>
posthog-react-native-3.6.2
posthog-react-native-v3.6.2 Set initial currentSessionId, log only with debug flag on. (#335)
posthog-react-native-3.6.1
posthog-react-native-v3.6.1 fix: os_name was not being set correctly for some devices using expo-…