asdf-vm/asdf

Support version requirements in tool-versions

KieranP opened this issue · 0 comments

Is your feature request related to a problem? Please describe

Must currently specify exact versions, can't specify version in style of package.json (e.g. "^1.1.0")

Describe the proposed solution

Support same version requirements system as nodejs, example:

  • >1.0.0
  • >=1.1.0
  • ^1.1.0
  • etc

Describe similar asdf features and why they are not sufficient

No similar feature currently, at least, not one that is documented

Describe other workarounds you've considered

No known workarounds available