Releases: jitsucom/nextlytics
Releases · jitsucom/nextlytics
v0.8.0
Compare
Sorry, something went wrong.
No results found
0.8.0 (2026-06-07)
Features
core: add capture config to decide what gets recorded (ee5684e )
v0.7.1
Compare
Sorry, something went wrong.
No results found
0.7.1 (2026-06-07)
Bug Fixes
core: count only GET (not HEAD) as a pageView on non-API routes (7afa8c2 )
v0.7.0
Compare
Sorry, something went wrong.
No results found
0.7.0 (2026-06-06)
⚠ BREAKING CHANGES
core: non-navigation requests are now tracked as pageViews by default. Use excludePaths to opt specific paths out.
Features
core: track non-navigation requests as pageViews (45e097d )
v0.6.0
Compare
Sorry, something went wrong.
No results found
0.6.0 (2026-06-05)
Features
per-event user override in analytics().sendEvent() (#43 ) (446c0ca )
v0.5.1
Compare
Sorry, something went wrong.
No results found
0.5.1 (2026-06-05)
Bug Fixes
await delivery in analytics().sendEvent() (#41 ) (70030dd )
v0.5.0
Compare
Sorry, something went wrong.
No results found
0.5.0 (2026-06-05)
Features
support analytics().sendEvent() from pages router api routes (#39 ) (b70ec61 )
v0.4.2
Compare
Sorry, something went wrong.
No results found
0.4.2 (2026-06-04)
Bug Fixes
deliver client-side templates to Pages Router clients (#37 ) (b515be4 )
v0.4.1
Compare
Sorry, something went wrong.
No results found
0.4.1 (2026-03-05)
Bug Fixes
suppress false "middleware not added" warning on RSC navigations (9515437 )
v0.4.0
Compare
Sorry, something went wrong.
No results found
0.4.0 (2026-02-26)
Features
add getProps callback and pathMatcher utility (4427598 )
add getProps callback and pathMatcher utility (d6bd8a4 )
Bug Fixes
return undefined for early-return middleware paths (ab0ce27 )
v0.3.1
Compare
Sorry, something went wrong.
No results found
0.3.1 (2026-02-25)
Bug Fixes
abort stale soft navigation requests and simplify event handling (0615b93 )
handle soft navigation in App Router (11efd46 )
prevent duplicate scripts on soft navigation (6394b1b )
prevent duplicate scripts on soft navigation (#29 ) (455402a )
remove pathname from client-init deps to enable soft navigation detection (8193f8f )
track soft navigations via client /api/event instead of middleware (d83bd2c )