Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@guillaumebriday guillaumebriday released this 05 Dec 16:19
· 52 commits to master since this release

[2.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0
  • Namespacing warn message in the console.

Changed

Breaking Using the new values static property.

- <time data-controller="timeago" data-timeago-datetime="2018-01-30T09:00" data-timeago-refresh-interval="1000" data-timeago-include-seconds="" data-timeago-add-suffix=""></time>
+ <time data-controller="timeago" data-timeago-datetime-value="2018-01-30T09:00" data-timeago-refresh-interval-value="1000" data-timeago-include-seconds-value="" data-timeago-add-suffix-value=""></time>

v1.2.0...v2.0.0