DaveChild / Text-Statistics

Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
https://readable.com/
BSD 2-Clause "Simplified" License
446 stars 107 forks source link

Semver? #48

Closed timkelty closed 6 years ago

timkelty commented 6 years ago

It would be great if this project's version adhered to some kind of semantic versioning.

I had projects that were requiring ^1.0.2, that suddenly broke because there was a breaking change in a patch release (1.0.2 to 1.0.3).

I see now that you have a note in the readme to specify 1.0.2 explicitly if you need < 7.2 support, but that wouldn't even be necessary to call out semver more strictly followed.

khalwat commented 6 years ago

I'm with you on the semver.

Appreciate all your hard work @DaveChild

DaveChild commented 6 years ago

That's a fair point, and sorry, I should have considered that. I'll be more careful in future!

timkelty commented 6 years ago

I appreciate it, thanks!