Skip to content

Releases: tamer-mohamed/ichnos

v1.0.1

13 Mar 22:44
Compare
Choose a tag to compare
  • Add event type as a directive modifier to simplify
<button v-ichnos:click.buttonClick="{category:'x', label:'y'}"/>

V1.0.0

13 Mar 22:43
Compare
Choose a tag to compare

Feature

  • Define type and payload schema for events
  • pass events history in beforeSend hook 🚀
beforeSend(type,payload,history)
  • Implement vue directive
<button v-ichnos:click="{category:'x', label:'y'}"/>