You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhanced Version Constraints by @roxblnfk in #41
Now the version constraint may contain feature flags and stability constraints like ^2.12.0-experimental@beta or ^1.5.0-hotfix. Feature suffix constraints automatically set minimum stability to preview, ensuring experimental releases are explicitly targeted. Both explicit (@beta) and implicit (-beta) stability syntax are supported for all stability levels.