visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Update History.md #467

Closed dumbmatter closed 6 years ago

dumbmatter commented 6 years ago

Hey @matthewp

I was surprised to see page.js when I ran npm outdated! Glad to see the activity though. When I looked to see what changed, I noticed you're putting the updates in GitHub releases but not the History.md file. It'd be nice if you kept the History.md file up to date too! To give you some motivation to do that in the future, I got things started by copying all your updates there :)

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 91.429% when pulling 66ff56636c96e07407e332d24e0e99aa93196e95 on dumbmatter:history into 0310f639ab6a117ac4108c8c68fc0b810c57ab0e on visionmedia:master.

matthewp commented 6 years ago

Thanks! I was thinking about deprecating this file in a future version. Why is it you like the updates put there rather than GH releases?

dumbmatter commented 6 years ago

Two very minor reasons:

  1. When I want to see what's new in a package, I either look in a file in the repo or in the GitHub releases page. It is a minor annoyance when one of them is inconsistently updated, because then if I guess wrong I have waste 5 seconds opening the other one.

  2. It's insurance against the very rare scenario where GitHub decides to fuck up their releases page or delete the repo or something. A file in the repo is backed up by every user.