Skip to content

Tags: acao/analytics

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for custom events (vercel#29)

* Expose `track` function to track custom events

* Work in feedback

Co-Authored-By: Chris <7249920+chriswdmr@users.noreply.github.com>

* Check if track function successfully queues events into vaq

* Add react tests

Co-Authored-By: Chris <7249920+chriswdmr@users.noreply.github.com>

* Use eslint disable instead of ts-expect-error for tests

* Minor style improvments

* Respect `mode` attribute

* Refactor reading `mode`

* Refactor detectEnvironment

* Add tests for development mode

* Publish 0.1.7-beta.1

* Fix evaluating the mode; adding tests (vercel#31)

* Fix version of tests

* Update apps/nextjs/package.json

Co-authored-by: Douglas Parsons <dglsparsons@users.noreply.github.com>

* Merge branch 'main' into add-custom-events

* Update pnpm-lock.yaml

* Add missing default exports

* Fix default exports

* Push beta version

* Use `event` instead of `track` inside of `vaq` (vercel#35)

The analytics-script listens for `event` and not `track`

* Only run when window is defined (vercel#38)

* Push package version

* Add log when server calls track (vercel#40)

* Bump package version for new beta release

* Fix lint errors with custom events branch (vercel#52)

* Address eslint errors with custom events branch

* Make CI workflow run regardless of target branch

* Bump package version

* Update pnpm-lock.yaml

* Revert "Update pnpm-lock.yaml"

This reverts commit 024f2c8.

* Fix build

* Update naming

Analytics -> Web Analytics

* Fix Development tests

* Remove beta badge from banner

---------

Co-authored-by: Chris <7249920+chriswdmr@users.noreply.github.com>
Co-authored-by: Douglas Parsons <dglsparsons@users.noreply.github.com>
Co-authored-by: Douglas Parsons <dglsparsons@gmail.com>
Co-authored-by: Timo Lins <me@timo.sh>

0.1.11

Toggle 0.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package version (vercel#56)

* Update package version

* Fix failing tests

* Upgrade to latest prettier

* Use corepack for pnpm

0.1.9-beta.6

Toggle 0.1.9-beta.6's commit message

Verified

This commit was signed with the committer’s verified signature.
dglsparsons Douglas Harcourt Parsons
Bump package version

0.1.9-beta.5

Toggle 0.1.9-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix lint errors with custom events branch (vercel#52)

* Address eslint errors with custom events branch

* Make CI workflow run regardless of target branch

0.1.10

Toggle 0.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update package.json (vercel#48)

0.1.9

Toggle 0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Push version (vercel#45)

0.1.9-beta.4

Toggle 0.1.9-beta.4's commit message
Push package version

0.1.9-beta.3

Toggle 0.1.9-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use `event` instead of `track` inside of `vaq` (vercel#35)

The analytics-script listens for `event` and not `track`

0.1.9-beta.2

Toggle 0.1.9-beta.2's commit message
Push beta version

0.1.9-beta.1

Toggle 0.1.9-beta.1's commit message
Add missing default exports