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

adapt_framework: plugin and framework version comparisons #3121

Closed
oliverfoster opened this issue Apr 13, 2021 · 0 comments · Fixed by #3122
Closed

adapt_framework: plugin and framework version comparisons #3121

oliverfoster opened this issue Apr 13, 2021 · 0 comments · Fixed by #3122
Assignees

Comments

@oliverfoster
Copy link
Member

oliverfoster commented Apr 13, 2021

Subject of the issue

It's currently difficult at runtime to ascertain the version of the framework and installed plugins.

Suggested additions, using semver:

Adapt.build.isFrameworkVersion('=5.12.2');
Adapt.build.isFrameworkVersion('>4 <6');
Adapt.build.isPluginInstalled('adapt-contrib-trickle', '^5');
Adapt.build.isPluginInstalled('adapt-contrib-trickle');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant