Replies: 1 comment
-
Thanks for your suggestion. I will definitely add a changelog to document developments over time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When maintaining a mid/big size project, keeping track of dependencies gets tricky.
I'm using version 1.14.5, and I see the current version is 1.14.10. From the version number alone it seems no major/breaking changes have been made. However I see big commits (like this one) where it seems a lot has changed.
I can of course go over all the changes myself and check if any api's are different, but I am not familiar with this project's internals so I might miss something. I think it would be nice if there was some sort of changelog file, or a description of each release on Github releases or something. At changelog.md they explain it better :)
Something that users of this project can quickly reference to see if there are breaking changes or if we can safely update.
awesome library btw, keep up the good work!!
Beta Was this translation helpful? Give feedback.
All reactions