sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.64k stars 772 forks source link

I can't find the CHANGELOG #2549

Closed Offirmo closed 1 year ago

Offirmo commented 1 year ago

First thanks for this amazing and reliable lib!

Is your feature request related to a problem? Please describe. yarn outdated is telling me there is a new major versionof sinon. I'd like to check the changes. I couldn't find any changelog.

Describe the solution you'd like There should be a changelog to evaluate the trade-offs of an upgrade. It should be either:

Describe alternatives you've considered I checked:

mroderick commented 1 year ago

Look at https://github.com/sinonjs/sinon/blob/main/CHANGES.md

I don't know why https://sinonjs.org/releases/ hasn't updated, but I'll take a look at it :)

fatso83 commented 1 year ago

@mroderick The changelog is online, but I don't think we have ever had a reference to it 🙈

fatso83 commented 1 year ago

Added the link in a linked pr.

Offirmo commented 1 year ago

Amazing! Thanks a lot!

I missed the CHANGES.md Any chance we could rename it to CHANGELOG.md for discoverability? It seems to be some sort of standard https://common-changelog.org/#21-file-format

Thanks again!

fatso83 commented 1 year ago

I was thinking the same. It was actually called History.md at one point, so it should not be a matter of religious importance 😄

fatso83 commented 1 year ago

We are inconsistent anyway. In the fake-timers repo it is called CHANGELOG, in referee CHANGES, in nise it's called History.md, etc

fatso83 commented 1 year ago

Even core contributor @mantoni's tool to generate such files, @studio/changes, generates CHANGES.md, so we're somewhat consistent at least 🙃

mantoni commented 1 year ago

Studio Changes has a --file option if a different name is preferred.

Offirmo commented 11 months ago

Thanks again @fatso83 !

yarn outdated showed me the 17.0 update today and by following the link I could find the CHANGELOG ✅