rmm5t / jquery-timeago

:clock8: The original jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago").
http://timeago.yarp.com
MIT License
3.82k stars 710 forks source link

Fix #363: Replace jQuery deprecated methods trim and isFunction #364

Open melloware opened 4 years ago

melloware commented 4 years ago

All changes made...

xPaw commented 4 years ago

$.proxy is deprecated too, change it to refresh.bind(this);

melloware commented 4 years ago

Thanks! Updated my PR please review.

mix4242 commented 3 years ago

Thanks @melloware for the PR and @rmm5t for the review! Could this be merged in, and a new release done, pretty please? The warnings from jquery-migrate we use are rather annoying 🙈

melloware commented 2 years ago

@rmm5t any update on this? Looks like all activity on this repo has stopped? Do you need help maintaining it or releasing it to NPM?

m-ober commented 1 year ago

@rmm5t any update on this? Looks like all activity on this repo has stopped? Do you need help maintaining it or releasing it to NPM?

I just came here also by a console full of JQMigrate warnings. As almost a year has passed without feedback, maybe you want to create a fork?