Closed barelyhuman closed 2 years ago
Handle cases where there's no version specified eg: /barelyhuman/commitlog => to the latest version /barelyhuman/commitlog@v0.0.10
eg: /barelyhuman/commitlog
/barelyhuman/commitlog@v0.0.10
Handle cases where partial versions are specified eg: /pkg@6 => /pkg@v6.0.1
eg: /pkg@6 => /pkg@v6.0.1
Handle cases where a commit hash is provided eg: /pkg@123sad213 => /pkg@123sad213 (basically, don't touch it!)
eg: /pkg@123sad213 => /pkg@123sad213
Experiment on how much of wrapping around would be needed to handle version ranges without screwing up the above 3
Handle cases where there's no version specified
eg: /barelyhuman/commitlog
=> to the latest version/barelyhuman/commitlog@v0.0.10
Handle cases where partial versions are specified
eg: /pkg@6 => /pkg@v6.0.1
Handle cases where a commit hash is provided
eg: /pkg@123sad213 => /pkg@123sad213
(basically, don't touch it!)Experiment on how much of wrapping around would be needed to handle version ranges without screwing up the above 3