koajs / koa

Expressive middleware for node.js using ES2017 async functions
https://koajs.com
MIT License
35.11k stars 3.22k forks source link

Missing history #1739

Open rightaway opened 1 year ago

rightaway commented 1 year ago

https://github.com/koajs/koa/blob/master/History.md is missing some versions. They are in https://github.com/koajs/koa/blob/2.14.1/History.md but they should be updated in master too.

zanminkian commented 1 year ago

The workflow of koa is not modern. koa was released to npm manually. So missing changelog is within the bounds of reason.

zacanger commented 1 year ago

To make tracking changes convenient though, it would be useful to have a complete changelog on trunk. I would be happy to put in a PR, should be pretty straightforward (something like, list tags, grep to see if they're not in history.md on master, and if so checkout that tag and grab that portion of the changelog). Please let me know if that would be welcome.

rightaway commented 1 year ago

@zacanger Any maintainer to ask?