Closed Offirmo closed 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 :)
@mroderick The changelog is online, but I don't think we have ever had a reference to it 🙈
Added the link in a linked pr.
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!
I was thinking the same. It was actually called History.md
at one point, so it should not be a matter of religious importance 😄
We are inconsistent anyway. In the fake-timers repo it is called CHANGELOG, in referee
CHANGES, in nise
it's called History.md, etc
Even core contributor @mantoni's tool to generate such files, @studio/changes, generates CHANGES.md
, so we're somewhat consistent at least 🙃
Studio Changes has a --file
option if a different name is preferred.
Thanks again @fatso83 !
yarn outdated
showed me the 17.0 update today and by following the link I could find the CHANGELOG ✅
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: