Chris Barth
Chris Barth
@phun-ky I'm interested in adding support for locales and date formatting using the [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat) library. Do you have guidance on how you'd like to see that added? It feels like...
@airshipbot, @v1v I believe the changes I've made in my fork correct for this problem. Please let me know if they don't. https://github.com/cjbarth/github-release-notes/releases/tag/0.18.0
I'm running in to this problem, but a slightly different flavor. I have a branch for the 2.x series of releases and the current 3.x releases are on `master`. The...
It seems that the correct solution would be to return the entire set of PRs (commits, whatever) that follows the same `base.ref`. This way you'll get all the commits in...
Further testing and experimentation indicates that the only way to reliably do this would be to take the two tags in the [range](https://github.com/github-tools/github-release-notes/blob/ff0ddae3938db3cfcca5ef317d74eee034c32cc5/lib/src/Gren.js#L996) object and make another API call [/repos/{owner}/{repo}/compare/{basehead}](https://docs.github.com/en/rest/reference/repos#compare-two-commits)....
Thank you for the suggestion, however, that requires Java, so isn't really an option. I've actually got everything working and am just waiting on some PRs to be approved and...
@patrickallaert Do the changes I made in my fork fix your problem? https://github.com/cjbarth/github-release-notes/releases/tag/0.18.0
I had a similar set of problems. Perhaps the fixes I made in my fork will help you: https://github.com/cjbarth/github-release-notes/releases/tag/0.18.0
@alexcanessa , would you be able to take a quick look at this PR? This issue affects [node-saml](https://github.com/node-saml/node-saml) and [passport-saml](https://github.com/node-saml/passport-saml), and I'd love to get this fix landed and released....
I know this is an old thread, but I would like to suggest that for v2 a simple operation be added such that on construction I can declare how I...