angular-gettext
angular-gettext copied to clipboard
Changelog
Do you keep a changelog somewhere? I can't seem to find it on this repo.
It would be helpful to know what changes happen in which version. This way we can tell which new features are available. For example in version 2.2.0 is see you added a fallbackLanguage to the code?
Sadly, no. I'm afraid the commit log is your best friend.
Hi rubenv, I was also looking for a changelog. This is a must-have :-) Maybe this project could help you : https://github.com/ajoslin/conventional-changelog It is used by Angular team (and others) to generate their changelog based on commit messages. By the way, thanks for your work ! ;-)
I would really like to see a changelog as well, it would allow me to check if there are any backwards incompatible changes or relevant bug fixes in a new version. You will save a lot of people a lot of time.
The changelog would be great, do you follow semantic versioning?
Is there any migration tutorial? Where is the list of breaking changes?