rochars / wavefile

Create, read and write wav files according to the specs. :star: :notes: :heart:
MIT License
226 stars 48 forks source link

Semver adherence #2

Closed ismay closed 6 years ago

ismay commented 6 years ago

I think the recent updates didn't have to be major version updates. It seems like there aren't any breaking api changes but just bug fixes and added functionality. So this could have been done with minor and patch versions. See the semver spec for information on what version number to increment when: https://semver.org

It would be nice to also document the releases in something like a changelog: https://keepachangelog.com/en/1.0.0, so people know what changed.

ismay commented 6 years ago

Didn't mean this to sound unthankful by the way, I think it's great that this library is so actively maintained 👍

rochars commented 6 years ago

Thanks for the feedback. There were some changes that could break the API, but mostly with undocumented properties.

ismay commented 6 years ago

Ah ok cool! 😊👍

rochars commented 6 years ago

https://github.com/rochars/wavefile/blob/master/CHANGELOG.md