Changelog
:::caution Pre-release This is a pre-1.0 library (v0.1.1) — API may change without notice. :::
Release notes for @next-story/journey-recorder.
0.1.1
Release Date: 2024
Patch Changes
- Add a package README (was missing from 0.1.0, so npm showed no readme). Also scrub internal cross-repo references out of source comments so they don't leak into the shipped type declarations — replaced with generic descriptions; no behavioral change.
0.1.0
Release Date: 2024
Minor Changes
- First release. Lite, multi-tenant user-journey recorder for Next.js — client SDK (route tracking, rage-click/dead-click detection, PII scrubbing, offline queue) and server collector (dual-secret HMAC tokens, per-site rate limiting/dedupe, PII enforcement). No session replay, no DOM recording.
Upgrading
From 0.1.0 to 0.1.1
No breaking changes. Simply update:
npm install @next-story/journey-recorder@0.1.1
# or
pnpm add @next-story/journey-recorder@0.1.1
Planned (Post-1.0)
- Custom event type support (expanding beyond the four built-in types)
- Rule engine for conversion logic (beyond simple route patterns)
- Dashboard UI for real-time event inspection
- Longer-term storage backends (S3, BigQuery integration)
See GitHub Issues for the full backlog and to discuss feature requests.
Getting Help
- Issues: github.com/catesandrew/next-story/issues
- Discussions: github.com/catesandrew/next-story/discussions