- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- If able to fetch the current contributors, drop non-existent/incorrect contributor data
- Closes issue #275
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Fixed github-backers CLI creating an incorrect slug (likely a regression in v11.2.0)
- Better error messages for failed fetching
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Fixed a regression in v11.2.0 where
packageDatawould always be fetched remotely, now if it is provided, it is respected once again - Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Default cents thresholds to
100in the API, rather than just the CLI - Don't complain about invalid usernames in offline mode, as usernames aren't used in offline mode
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- If able to fetch the current sponsors, drop the old sponsors to donors
- Maintainers should display homepage instead of github url if they have it
- Add various repository slug and url helper methods
- Cleanup documentation
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Rewrote to inline github-commit, github-contributors, github-members, github-repos, and added CLI to to integrate update-contributors and the unreleased update-sponsors/update-backers/sponsored
- Added methods for fetching backers from a variety of sources, including a
github-backersCLI for interacting your backers, such as updating yourpackage.jsonwith their details:github-backers --write queryrenamed toqueryRESTand now handles errors, parsing, and paging directly, and addedqueryGraphQL- Updated dependencies, base files, and editions using boundation
- Thank you to the funders: Skunk Team
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- 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
MITtoArtistic-2.0 - Minimum required node version changed from
node: >=10tonode: >=18to keep up with mandatory ecosystem changes - No longer uses
node-fetch, instead uses the Node.jsfetchbuiltin
- Renamed from
githubauthreqto@bevry/github-api - Renamed
fetchtoquery, to reflect API differences and now thatqueryneeds to be awaited querynow supports auserAgentproperty that you can set to your API client
getURL,getCredentialedURL, andfetchnow accept a single argument, which is the same as before but now supportsurlandcredentialsproperties, and ifcredentialsis nullish then it attempts to use the environment variables
- Rewrote the API, now all you have to do is use its exported
fetchmethod in most cases
- 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
- Rewrote the API to support new authorization variables, preferences, and usage
- 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
- Fixed
editionsdependency being a dev dependency instead of a standard dependency (regression since v5.13.0) - 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
- Add
validatemethod - Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Correctly move
cross-fetchfrom dependency to dev dependency
- Renamed
githubQueryStringtogetParamswith b/c alias forgithubQueryString,fetch, anddefault - Renamed
githubAuthorizationHeadertogetAuthHeaderwith b/c alias forgithubAuthorizationHeader - Renamed
redacttoredactParamswith b/c alias forredact - Added new
getHeaders
- Updated for GitHub's new authorization recommendations
- Introduced new
githubAuthorizationHeadermethod, and renamedfetchtogithubQueryString, and removed default export - Renamed the package from
githubauthquerystringtogithubauthreq
- Introduced new
- Minimum required node version changed from
node: >=8tonode: >=10to keep up with mandatory ecosystem changes
- Fixed for latest TypeScript
- Updated dependencies, base files, and editions using boundation
Minimum required node version changed from— not actually applied, will be applied in next majornode: >=8tonode: >=10to keep up with mandatory ecosystem changes
- Fixed an error in a
README.mdexample
- Converted from JavaScript to TypeScript
- Added default export for when the initial enviroment variables are good enough
- Removed the long-form method names, as you can rename them yourself
- 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
- Minimum required node version changed from
node: >=6tonode: >=8to keep up with mandatory ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated base files and editions using boundation
- Fixed documentation link
- Update engines to reflect lack of Node v4 compatibility
- Initial working version