- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated license from
MIT
toArtistic-2.0
- Minimum required node version changed from
node: >=10
tonode: >=18
to keep up with mandatory ecosystem changes - No longer uses
node-fetch
, instead uses the Node.jsfetch
builtin
- Iterate/support pages
- Renamed to
@bevry/github-contributors
- Renamed
getContributorsFromCommits
togetContributorsFromRepoContributorData
- Renamed
getContributorsFromPackage
togetContributorsFromRepoPackageData
- Updated for
@bevry/github-api
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
getContributorsFromRepo
no longer hard fails- enables compat with new repos
- Fix for multiple authors inside
package.json:author
- No longer log the warning if fetching packages fail, just continue silently
- Updated for GitHub's new authorization recommendations
- Export the Fellow import we are using to ensure singelton compatability
- Export the Fellow import we are using to ensure singelton compatability
- Fetch the contributor's profile information (such that we have their names), instead of just their contributor data (their usernames)
- Rewrote in TypeScript with breaking API changes for simplicity as new native abilities allows us to do more with less
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8
tonode: >=10
to keep up with mandatory ecosystem changes
- Implemented support for
GITHUB_API
environment variable to access the GitHub API via a proxy - Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated base files and editions using boundation
- Updated base files and editions using boundation
- Corrected the jsdoc types
- Now uses githubauthquerystring for github auth query string, instead of the configuration object
- Updated base files and editions using boundation
- Updated dependencies
- Updated dependencies
- Internal: explicit use of GitHub API version
- Updated dependencies
- Pass configuration over to getrepos instance like how we do with the feedr instance
- Updated dependencies
- Fixed rate limit errors not being caught
- Converted from CoffeeScript to JavaScript
- Fixed
fetchContributorsFromPackage
possibly not calling the completion callback under certain circumstances- See feedr issue #7 for more details
- Added technical API documentation
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Added markdown field to contributor objects
- Updated dependencies
- Updated dependencies
- Repackaged
- Updated dependencies
- Even more powerful
- Updated dependencies
- Rewrote to expose more powerful API
- Updated dependencies
- Better merging of contributor data between sources
- Also fetch contributors from the GitHub API
- Ignore repos that are forks
- We pass our configuration onto feedr instances
- Fix
Cannot find module 'typeChecker'
- Updated dependencies
- Initial working version