Releases: Topsort/analytics.js
Releases · Topsort/analytics.js
v2.4.0
What's Changed
- chore(deps): bump codecov/codecov-action from 4.1.1 to 4.3.0 by @dependabot in #247
- chore(test): add missing test by @sk- in #250
- chore: disable patch coverage by @jbergstroem in #251
- chore(deps-dev): bump vite and vitest by @sk- in #249
- chore(deps): bump react dependencies by @sk- in #252
- chore(deps): bump eslint to latest v8.x by @sk- in #253
- chore(deps): codecov/codecov-action 4.4.0 by @dependabot in #256
- chore(deps-dev): bump @types/node from 20.8.10 to 20.12.12 by @dependabot in #255
- chore(deps-dev): bump typescript from 5.4.2 to 5.4.5 by @dependabot in #259
- chore(deps): bump pnpm/action-setup from 3 to 4 by @dependabot in #254
- chore(deps-dev): bump jsdom from 22.1.0 to 24.0.0 by @dependabot in #261
- chore(deps-dev): bump @types/express from 4.17.17 to 4.17.21 by @dependabot in #262
- chore(deps): bump msw to v2.3.0 by @sk- in #263
- chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in #267
- chore(deps-dev): bump @types/react from 18.3.2 to 18.3.3 by @dependabot in #266
- chore(deps-dev): @typescript-eslint/parser 7.11.0 by @dependabot in #264
- chore(deps-dev): bump @types/node from 20.12.12 to 20.13.0 by @dependabot in #265
- chore(docs): add a troubleshooting section by @jbergstroem in #268
- docs(README): update token comment by @jasanchez1 in #270
- chore: replace prettier with biome by @jbergstroem in #269
- chore(deps-dev): bump react-router-dom from 6.23.1 to 6.24.0 by @dependabot in #272
- chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #273
- chore(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.14.1 by @dependabot in #274
- chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in #271
- feat: adds the use of topsort sdk for reporting events by @barbmarcio in #275
- chore(deps-dev): bump vitest and @vitest/coverage-v8 by @dependabot in #278
- chore(deps-dev): bump tslib from 2.6.2 to 2.6.3 by @dependabot in #276
- chore(deps-dev): bump msw from 2.3.0 to 2.4.1 by @dependabot in #279
- chore(deps-dev): @typescript-eslint/parser 7.18.0 by @dependabot in #281
- chore(deps-dev): react-router-dom 6.26.1 by @dependabot in #280
- fix: correctly truncate seenEvents by @sk- in #282
- fix: use items in purchase ids by @sk- in #283
- chore(deps): biome 1.8.3 by @jbergstroem in #286
- chore(deps): @topsort/sdk v0.3.1 by @barbmarcio in #285
- chore: release 2.4.0 by @sk- in #284
New Contributors
- @jasanchez1 made their first contribution in #270
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- feat: analytics.js v2.3.1 by @jbergstroem in #244
v2.3.0
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
What's Changed
- build(deps-dev): Bump typescript from 5.2.2 to 5.3.2 by @dependabot in #216
- build(deps-dev): Bump eslint-plugin-vitest from 0.3.1 to 0.3.10 by @dependabot in #215
- build(deps-dev): Bump vite from 4.5.0 to 4.5.1 by @dependabot in #218
- feat(ci): upload coverage report to codecov by @sk- in #219
- build(deps-dev): Bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #222
- build(deps-dev): Bump @vitest/coverage-v8 from 0.34.3 to 0.34.6 by @dependabot in #220
- build(deps-dev): Bump vite from 4.5.1 to 4.5.2 by @dependabot in #223
- build(deps): Bump codecov/codecov-action from 4.pre.beta to 4.0.0 by @dependabot in #227
- build(deps-dev): Bump eslint from 8.52.0 to 8.56.0 by @dependabot in #226
- build(deps-dev): Bump @typescript-eslint/parser from 6.9.1 to 6.21.0 by @dependabot in #228
- build(deps): Bump pnpm/action-setup from 2 to 3 by @dependabot in #232
- build(deps): Bump codecov/codecov-action from 4.0.0 to 4.1.0 by @dependabot in #231
- build(deps-dev): Bump react-router-dom from 6.16.0 to 6.22.2 by @dependabot in #230
- build(deps-dev): Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #229
- chore: remove engine from packageJson by @PabloReszczynski in #234
- release: 2.2.1 by @PabloReszczynski in #236
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Added
- support passing
additionalAttribution
Refactor
- Stop publishing to codebuild/s3
- Update dependencies
v2.1.0
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
withpnpm
- Replaced
jest
ecosystem withvitest
- Replace
nock
/isomorphic-fetch
withmsw