Hi, it's been a while! Glad to see this project's still going.
I was in the process of upgrading a dependency and saw an alarmingly huge diff. As you can see, it looks like the whole project's been rewritten!
Upon further inspection and looking for a simple case, I saw that the changelog had a very suspicious diff. Most of it should just be identical, with the 8.0.0 lines added.
So I cloned the repo, ran git diff --ws-error-highlight=new,old 7.0.3 8.0.0 CHANGELOG.md (the whitespace flag is here in case there's something funky going on) and, sure enough, the diff is much smaller there.
I don't have time to do more digging (I typed "diffing" here by accident heh), so I thought I'd leave a bug report.
Hi, it's been a while! Glad to see this project's still going.
I was in the process of upgrading a dependency and saw an alarmingly huge diff. As you can see, it looks like the whole project's been rewritten!
Upon further inspection and looking for a simple case, I saw that the changelog had a very suspicious diff. Most of it should just be identical, with the
8.0.0lines added.So I cloned the repo, ran
git diff --ws-error-highlight=new,old 7.0.3 8.0.0 CHANGELOG.md(the whitespace flag is here in case there's something funky going on) and, sure enough, the diff is much smaller there.I don't have time to do more digging (I typed "diffing" here by accident heh), so I thought I'd leave a bug report.