jaredbeck / libyear-bundler

A simple measure of dependency freshness
GNU Lesser General Public License v3.0
102 stars 7 forks source link

Ignore packages released after a given date #4

Closed jaredbeck closed 3 months ago

jaredbeck commented 7 years ago

Leon: I just realized that you can't go back in time to calculate libyears, at least not with our current tools. You'd need to pass a reference date that would be used like "only consider releases on or before this date". If I go back to the beginning of a repo and run libyear, I'm comparing its packages at that time to most recent release dates now, not at that time.

Jared: and you want to chart how libyears have changed over time for a project? seems like a useful feature

jaredbeck commented 7 years ago

UI should be same as https://github.com/jaredbeck/libyear-npm/issues/6

yob commented 2 years ago

This would be neat ❤️

I was keen to chart how libyears had changed in our project over time and started writing a script to walk back through git and calculate it, but quickly ran into this issue.

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale due to inactivity. The resources of our volunteers are limited. Bug reports must provide a script that reproduces the bug, using our template. Feature suggestions must include a promise to build the feature yourself. Thank you for all your contributions.