Skip to content

Releases: Topsort/analytics.js

v2.4.0

05 Sep 19:09
db98cda
Compare
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
Compare
Choose a tag to compare

What's Changed

v2.3.0

11 Apr 16:15
63ad5a8
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v2.2.0

13 Nov 20:20
699aaa0
Compare
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
Compare
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