| commit | 5ae16b9a169b4f35611e9340b3395cb46a93827a | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Tue May 01 17:22:15 2018 -0700 |
| committer | GitHub <noreply@github.com> | Tue May 01 17:22:15 2018 -0700 |
| tree | 3cebedc238b899db008fafbdfa03e11394e5ab72 | |
| parent | 1595c816dc28891cbfee62246ce3bc89f16206f3 [diff] |
Handle pre-release semantics by adjusting the max version of ranges (dart-lang/pub_semver#28) Rather than adding special-cases to each operation, we now just modify the upper bound of version ranges when the special pre-release semantics would come into play. Closes dart-lang/pubdart-lang/pub_semver#1885