History
December 29, 2023 ยท View on GitHub
v11.4.0 2023 December 30
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v11.3.3 2023 December 28
- 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
v11.3.2 2023 December 28
- 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
v11.3.1 2023 December 28
- 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
v11.3.0 2023 December 28
- 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
v11.2.0 2023 December 28
- 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
v11.1.0 2023 December 28
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v11.0.0 2023 December 27
- 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
v10.2.0 2023 November 20
- Updated dependencies, base files, and editions using boundation
v10.1.0 2023 November 14
- Updated dependencies, base files, and editions using boundation
v10.0.0 2023 November 1
- 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
v9.0.0 2021 August 5
- 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
v8.0.0 2021 August 4
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
v7.0.0 2021 August 4
- Rewrote the API, now all you have to do is use its exported
fetchmethod in most cases
v6.4.0 2021 August 4
- Updated dependencies, base files, and editions using boundation
v6.3.0 2021 July 30
- Updated dependencies, base files, and editions using boundation
v6.2.0 2021 July 29
- Updated dependencies, base files, and editions using boundation
v6.1.0 2021 July 28
- Updated dependencies, base files, and editions using boundation
v6.0.0 2020 November 12
- Rewrote the API to support new authorization variables, preferences, and usage
v5.19.0 2020 October 29
- Updated dependencies, base files, and editions using boundation
v5.18.0 2020 September 4
- Updated dependencies, base files, and editions using boundation
v5.17.0 2020 August 18
- Updated dependencies, base files, and editions using boundation
v5.16.0 2020 August 4
- Updated dependencies, base files, and editions using boundation
v5.15.0 2020 July 22
- Updated dependencies, base files, and editions using boundation
v5.14.1 2020 July 22
- Fixed
editionsdependency being a dev dependency instead of a standard dependency (regression since v5.13.0) - Updated dependencies, base files, and editions using boundation
v5.14.0 2020 July 22
- Updated dependencies, base files, and editions using boundation
v5.13.0 2020 July 21
- Updated dependencies, base files, and editions using boundation
v5.12.0 2020 June 25
- Updated dependencies, base files, and editions using boundation
v5.11.0 2020 June 21
- Updated dependencies, base files, and editions using boundation
v5.10.0 2020 June 21
- Updated dependencies, base files, and editions using boundation
v5.9.0 2020 June 20
- Updated dependencies, base files, and editions using boundation
v5.8.0 2020 June 10
- Updated dependencies, base files, and editions using boundation
v5.7.0 2020 June 10
- Updated dependencies, base files, and editions using boundation
v5.6.0 2020 May 22
- Updated dependencies, base files, and editions using boundation
v5.5.0 2020 May 21
- Updated dependencies, base files, and editions using boundation
v5.4.0 2020 May 21
- Updated dependencies, base files, and editions using boundation
v5.3.0 2020 May 11
- Add
validatemethod - Updated dependencies, base files, and editions using boundation
v5.2.0 2020 May 6
- Updated dependencies, base files, and editions using boundation
v5.1.1 2020 April 27
- Correctly move
cross-fetchfrom dependency to dev dependency
v5.1.0 2020 April 27
- Renamed
githubQueryStringtogetParamswith b/c alias forgithubQueryString,fetch, anddefault - Renamed
githubAuthorizationHeadertogetAuthHeaderwith b/c alias forgithubAuthorizationHeader - Renamed
redacttoredactParamswith b/c alias forredact - Added new
getHeaders
v5.0.0 2020 March 27
- 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
v4.0.0 2020 March 27
- 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
v3.0.1 2019 December 18
- Fixed an error in a
README.mdexample
v3.0.0 2019 December 18
- 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
v2.3.0 2019 December 9
- Updated dependencies, base files, and editions using boundation
v2.2.0 2019 December 1
- Updated dependencies, base files, and editions using boundation
v2.1.0 2019 December 1
- Updated dependencies, base files, and editions using boundation
v2.0.0 2019 November 18
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=6tonode: >=8to keep up with mandatory ecosystem changes
v1.2.0 2019 November 13
- Updated dependencies, base files, and editions using boundation
v1.1.0 2019 November 8
- Updated base files and editions using boundation
v1.0.2 2018 November 15
- Fixed documentation link
v1.0.1 2018 November 15
- Update engines to reflect lack of Node v4 compatibility
v1.0.0 2018 November 15
- Initial working version