Releases: tjh-dev/fathom
Releases · tjh-dev/fathom
v0.4.0
v0.3.0
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
bump
v0.2.2
setup publish workflow