casbloem / vue-luxon

Easy use of datetime with Luxon in Vue
https://npmjs.com/package/vue-luxon
72 stars 8 forks source link

luxon:diffForHumans #13

Closed lbesiche closed 4 years ago

lbesiche commented 4 years ago

When using luxon:diffForHumans, regardless of the timestamp, it will only return "just now".

phof commented 4 years ago

Same here, I resolved by downgrading to version 0.6.2.

@casbloem any idea?

casbloem commented 4 years ago

Okay it's working now, version 0.7.2

phof commented 4 years ago

Thank you, @casbloem! — can you please remove the console.log statement from https://github.com/casbloem/vue-luxon/blob/master/vue-luxon.js#L130?

casbloem commented 4 years ago

Oops sorry! I've removed it and published 0.7.3

phof commented 4 years ago

Great, thank you for your help @casbloem!