Skip to content

Releases: jitsucom/nextlytics

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 02:21
9ca4e4b

0.8.0 (2026-06-07)

Features

  • core: add capture config to decide what gets recorded (ee5684e)

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 01:38
d368ad0

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

Choose a tag to compare

@github-actions github-actions released this 06 Jun 23:25
c956c74

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

Choose a tag to compare

@github-actions github-actions released this 05 Jun 17:51
ae50b33

0.6.0 (2026-06-05)

Features

  • per-event user override in analytics().sendEvent() (#43) (446c0ca)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 05 Jun 17:35
dbeb2be

0.5.1 (2026-06-05)

Bug Fixes

  • await delivery in analytics().sendEvent() (#41) (70030dd)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 14:57
7ff2b25

0.5.0 (2026-06-05)

Features

  • support analytics().sendEvent() from pages router api routes (#39) (b70ec61)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 01:19
44ee713

0.4.2 (2026-06-04)

Bug Fixes

  • deliver client-side templates to Pages Router clients (#37) (b515be4)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Mar 20:28
4b9d61d

0.4.1 (2026-03-05)

Bug Fixes

  • suppress false "middleware not added" warning on RSC navigations (9515437)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Feb 19:26
5e6258f

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

Choose a tag to compare

@github-actions github-actions released this 25 Feb 14:08
94b71c3

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)