All notable changes to this project will be documented in this file.
The format is loosely based on Keep a Changelog, and this project adheres to Semantic Versioning. We follow the format used by Open Telemetry.
- Adds the use of @topsort/sdk for reporting events by @barbmarcio in (#275)
chore(deps): Bump @topsort/sdk from 0.2.0 to 0.3.1 by @barbmarcio in (#285)
Patch release to fix tags
- feat: add location.search to default event path by @jbergstroem in #243
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
- Remove node engine requirement from package.json
- support passing
additionalAttribution
- Stop publishing to codebuild/s3
- Update dependencies
- Use vite/esbuild to compile libraries
- Enabled coverage for tests
- Increase test coverage for reporter.ts
- Export ESM version of the library
- Export types
- Use React 18 features in end to end tests
- Replaced
npm
withpnpm
- Replaced
jest
ecosystem withvitest
- Replace
nock
/isomorphic-fetch
withmsw
- Remove usages of
data-ts-auction
as that only works when using API v1 - When specifying purchases, the price must now be specified as a float in the marketplace currency (i.e. USD) instead of cents.
- Use Events API v2
- Fix parsing of user cookie (#182)