bradymholt / cRonstrue

JavaScript library that translates Cron expressions into human readable descriptions
http://bradymholt.github.io/cRonstrue/
MIT License
1.3k stars 169 forks source link

changelog? #239

Closed ldeveber closed 2 years ago

ldeveber commented 2 years ago

Hey! I'm looking for a list of changes since I last upgraded, but I can't seem to find any changelog. Have I missed it or is this something that can be added for the future?

Thanks in advance! :)

bradymholt commented 2 years ago

I don't currently use a changelog but it would be nice to have one. It's something I just haven't had a chance to incorporate into the release workflow. You can always compare release tags versions to see the PRs included. Example: https://github.com/bradymholt/cRonstrue/compare/v2.4.0...v2.5.0

bradymholt commented 2 years ago

I have made an update so that I am generating Releases now when I publish to npm. These releases will have a list of the changes since the last release.

bradymholt commented 2 years ago

Also, I added a CHANGELOG.md file that just references the releases.