chaijs / chai

BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework.
https://chaijs.github.io
MIT License
8.15k stars 698 forks source link

There is no release not nor change log for 5.0 version #1640

Closed SmashingQuasar closed 2 months ago

SmashingQuasar commented 2 months ago

Description

Hello, I tried to find what changed between Chai 4.x and Chai 5.0 and I cannot find any change log for the 5.0 version. The first available change log for any 5.x version does not appear to list any breaking change, which makes me wonder if there is a missing change log or if semantic versioning is simply not being followed? I am a bit confused.

43081j commented 2 months ago

This should cover it: https://github.com/chaijs/chai/releases/tag/v5.0.0

It's also on the website but is in an unusual order since we still released some fixes to 4.x

SmashingQuasar commented 2 months ago

Thanks, I couldn't find it on the website, sorry for the unnecessary issue! Also, thanks a lot for the work on 5.0, I really appreciate the changes and effort.