Below you will find pages that utilize the taxonomy term “JamesIves”
October 26, 2024
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.5.3.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug Fixes 🐝 fix: resolved a number of small typos in the action debug statements
September 2, 2024
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.5.1.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug Fixes 🐝 fix: resolved an issue where the default config was not being applied to the non-action version of the project. Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.5.1
September 1, 2024
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.5.0.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed New Features 🎉 feat: ✨ Adds ability to display anonymized private sponsors. Private sponsors will be displayed in the list, however any identifying information will be redacted. This can be useful if you want to display all sponsors, regardless of their privacy settings.
August 3, 2024
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.4.3.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bug Fixes 🐝 docs(README): update README example based on yesterdays security patch by @JamesIves in https://github.com/JamesIves/github-sponsors-readme-action/pull/803 Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.4.3
August 1, 2024
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.4.2.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Security 🔒 fix: 🔒 Resolves a markdown injection vulnerability. Special thanks to @Nicocha30 for spotting this. ❤️ Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.4.2
July 5, 2024
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.4.1.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Dependencies 🤖 chore(deps): bump the eslint group with 4 updates by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/763 chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/775 chore(deps): bump ws from 7.5.9 to 7.5.10 by @dependabot in https://github.com/JamesIves/github-sponsors-readme-action/pull/778 Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1...v1.4.1
March 24, 2024
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.4.0.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed feat: ✨ support active-only input by @JamesIves in https://github.com/JamesIves/github-sponsors-readme-action/pull/737 - This feature allows you to show sponsors regardless of their sponsorship status. This is useful in scenarios where you want to show all sponsors who have previously donated, and not just those who hold an active subscription.
December 4, 2023
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.3.1.
This action is used across all versions by 1,466 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Made a change that assumes tier is optional to prevent a NPE for some users. Full Changelog: https://github.com/JamesIves/github-sponsors-readme-action/compare/v1.3.0...v1.3.1
November 28, 2023
Add GitHub Sponsors to Readme
Version updated for JamesIves/github-sponsors-readme-action to version v1.3.0.
This action is used across all versions by 7 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed The action is now developed against Node 20. The sponsorship-status output has been renamed to sponsorshipStatus to comply with best practices. This has the potential to break some workflows, but it is unlikely as the way this variable was named previously makes it difficult to interface with.