Releases: tmr08c/weekly-summary-typescript
Releases · tmr08c/weekly-summary-typescript
v1.0.1
v1.0.0
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 fromindex.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 inGitHub
class methods. The
API has changed to instead create in instance ofGitHub
by passing in
your auth token however works for you in your code. Previously used
class methodrecentlyClosedPullRequests
is now an instance method on
GitHub
.