Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add isUpdateAvailable property to checkForUpdates result #8829

Conversation

Julusian
Copy link
Contributor

@Julusian Julusian commented Feb 2, 2025

This clarifies a point of frustration I had while setting up the updater in an application.

I assumed that null would mean that there was no update, and got stuck when I discovered that the lib doesn't report whether the version was determined to be an update or not.
So this adds a property to inform the caller whether the version can be installed or not.

Copy link

changeset-bot bot commented Feb 2, 2025

🦋 Changeset detected

Latest commit: f6617aa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
electron-updater Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@mmaietta mmaietta merged commit 14ee2d6 into electron-userland:master Feb 3, 2025
15 checks passed
@github-actions github-actions bot mentioned this pull request Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants