Skip to content

Releases: tjh-dev/fathom

v0.4.0

Choose a tag to compare

@thomhayward thomhayward released this 28 Jan 20:01
34fda71
update dependencies

v0.3.0

Choose a tag to compare

@thomhayward thomhayward released this 18 Nov 15:21

Adds support for new events API.

// Create an event.
import { useTrackEvent } from "@tjh-dev/fathom";
const event = useTrackEvent("event name");

// Track an event.
<button onclick={() => { event({ _value: 450 }); }}>Track Me!</button>

v0.2.3

Choose a tag to compare

@thomhayward thomhayward released this 06 Aug 18:14
bump

v0.2.2

Choose a tag to compare

@thomhayward thomhayward released this 06 Aug 18:12
setup publish workflow