Skip to content

Releases: invoate/alpine-dayjs

1.0.2

22 Feb 00:24
8c39437
Compare
Choose a tag to compare
  • Improve documentation
  • Adds the .bind modifier
<!-- Use a AlpineJS property with the .bind modifier -->
<div x-data="{ date: '2000-01-01' }">
    <time x-dayjs.bind="date"></time>
</div>

1.0.1

21 Feb 19:07
85ff114
Compare
Choose a tag to compare

First release!