Skip to content

Releases: Topsort/analytics.js

v2.6.0

13 Nov 18:57
a34e26f

Choose a tag to compare

This release most importantly closes a few security issues in our dependencies. It also corrects the type export.

What's Changed

v2.5.0

16 Sep 20:24
362acc9

Choose a tag to compare

This release most importantly opens the door to have custom logic for setting/getting the opaqueUserId.
We also now use the trusted npm publishing flow via OIDC to avoid token theft or other ways of publishing malicious versions of the package.

What's Changed

New features

Fixes

Dependency updates

  • chore(deps-dev): bump @biomejs/biome from 1.8.3 to 1.9.2 by @dependabot[bot] in #289
  • chore(deps-dev): bump vite from 5.2.11 to 5.4.8 by @dependabot[bot] in #291
  • chore(deps-dev): bump vite-plugin-dts from 3.9.1 to 4.2.3 by @dependabot[bot] in #290
  • chore: replace environment variables with package.json entries by @jbergstroem in #287
  • chore(deps-dev): bump express from 4.19.2 to 4.20.0 by @dependabot[bot] in #293
  • chore(deps): codecov/codecov-action 4.6.0 by @dependabot[bot] in #294
  • chore(deps-dev): vite 5.4.10 by @dependabot[bot] in #295
  • chore(deps-dev): msw 2.6.0 by @dependabot[bot] in #296
  • chore(deps-dev): react-router-dom 6.27.0 by @dependabot[bot] in #297
  • chore(dependabot): remove sk- as reviewer by @sk- in #298
  • chore(deps): codecov/codecov-action 5.0.4 by @dependabot[bot] in #299
  • chore(deps-dev): react-router-dom 6.28.0 by @dependabot[bot] in #300
  • chore(deps-dev): @types/react 18.3.12 by @dependabot[bot] in #301
  • chore(deps-dev): msw 2.6.6 by @dependabot[bot] in #304
  • chore(deps): codecov/codecov-action 5.0.7 by @dependabot[bot] in #303
  • chore(deps): bump codecov/codecov-action from 5.0.7 to 5.3.1 by @dependabot[bot] in #314
  • chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot[bot] in #316
  • chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot[bot] in #322
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #329
  • chore(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #328

New Contributors

v2.4.0

05 Sep 19:09
db98cda

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

12 Apr 07:05
a1361a2

Choose a tag to compare

What's Changed

v2.3.0

11 Apr 16:15
63ad5a8

Choose a tag to compare

What's Changed

  • security(deps-dev): Bump express from 4.18.2 to 4.19.2 by @dependabot in #237
  • chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #240
  • security(deps-dev): bump vite from 4.5.2 to 4.5.3 by @dependabot in #241
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 7.0.0 by @dependabot in #239
  • feat: add location.search to default event path by @jbergstroem in #243

v2.2.1

15 Mar 16:17
9bb0d6c

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

13 Nov 20:20
699aaa0

Choose a tag to compare

Added

  • support passing additionalAttribution

Refactor

  • Stop publishing to codebuild/s3
  • Update dependencies

v2.1.0

30 Aug 21:45
4dfe266

Choose a tag to compare

Added

  • Use vite/esbuild to compile libraries
  • Enabled coverage for tests
  • Increase test coverage for reporter.ts
  • Export ESM version of the library
  • Export types

Changed

  • Use React 18 features in end to end tests

Refactor

  • Replaced npm with pnpm
  • Replaced jest ecosystem with vitest
  • Replace nock/isomorphic-fetch with msw