Skip to content

minor fix: resolving issue #137: older version filtering #1696

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

Conversation

sanandobanerjee
Copy link

Instead of explicitly filtering out versions starting with '0.2', the logic was updated to dynamically exclude older Electron and atom-shell versions.
Updated the 'getReleasedVersions()' function to automatically filter versions that are unsupported or were part of the atom-shell releases.
Instead of relying on static filtering, 'knownVersions.versions' was pre-filtered to include only versions that can actually be downloaded.
Modified 'fetchVersions()' to fetche versions after filtering, ensuring that unsupported versions are not included in API responses.
SetupVersions() uses updated filtering when initializing 'ElectronVersions.create()', the logic ensures only relevant versions are stored and used.

@sanandobanerjee sanandobanerjee requested review from codebytere and a team as code owners March 24, 2025 06:58
Copy link
Member

@codebytere codebytere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove yarn.lock changes as well as changes to package.json.

package.json file changed back to original.
all changes made to this file has been turned back.
@sanandobanerjee
Copy link
Author

required changes have been made

@dsanders11
Copy link
Member

This PR doesn't provide any meaningful benefit, and overall does not meet our quality standards. The title of the PR references an irrelevant issue, and the PR description reads as AI-generated and describes changes not actually present in the PR ("Modified 'fetchVersions()' to fetche versions after filtering").

As such I'm closing this PR.

@dsanders11 dsanders11 closed this Apr 2, 2025
@sanandobanerjee
Copy link
Author

sanandobanerjee commented Apr 2, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants