Skip to content

Releases: tmr08c/weekly-summary-typescript

v1.0.1

03 Nov 14:15
d3cac7c
Compare
Choose a tag to compare

1.0.1 (2019-11-03)

Bug Fixes

v1.0.0

03 Nov 11:00
f3aa636
Compare
Choose a tag to compare

1.0.0 (2019-11-03)

Code Refactoring

  • github: changes setup for GitHub auth token (3f4298f)
  • index.ts: updates index to use instance an of a GitHub class (40f5424)

BREAKING CHANGES

  • index.ts: Updates the function fetchRecentlyClosedPullRequests
    exported from index.ts to now take in the auth token. This allows for
    more flexibilty in that the auth token no longer has to be fetched
    from an environment variable named `GIT
  • github: Previously, you had to have a GITHUB_AUTH_TOKEN
    environment variable that would be used in GitHub class methods. The
    API has changed to instead create in instance of GitHub by passing in
    your auth token however works for you in your code. Previously used
    class method recentlyClosedPullRequests is now an instance method on
    GitHub.