Skip to content

Releases: tjh-dev/fathom

v0.4.0

28 Jan 20:01
34fda71

Choose a tag to compare

update dependencies

v0.3.0

18 Nov 15:21

Choose a tag to compare

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

06 Aug 18:14

Choose a tag to compare

bump

v0.2.2

06 Aug 18:12

Choose a tag to compare

setup publish workflow