mochajs / mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser
https://mochajs.org
MIT License
22.59k stars 3.01k forks source link

📝 Docs: Rephrase "New in ..." notices on versions to say "Since ..." #5166

Open JoshuaKGoldberg opened 3 months ago

JoshuaKGoldberg commented 3 months ago

Documentation Request Checklist

Overview

The docs on mochajs.org include a lot of notices like https://mochajs.org/#-watch-ignore-filedirectoryglob:

New in v7.0.0

v7.0.0 came out 4 years ago. We're on 10.x now. I don't think we need to keep any "New in" notices prior to 10.

Additional Info

No response

voxpelli commented 2 months ago

I like what Node.js does with their Since: 7.0.0, maybe keep them but change the wording to that?

JoshuaKGoldberg commented 2 months ago

Sure, works for me.

Out of curiosity: for versions > a few years old, what benefit do you see from keeping these around?

voxpelli commented 2 months ago

Same value as in Node, if one updates from an old version. Not very important to me though