| commit | 087550fd40d6e96bfe366ec3df828926dfb661c2 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Tue Apr 03 14:28:55 2018 -0700 |
| committer | Natalie Weizenbaum <nweiz@google.com> | Tue Apr 03 14:31:11 2018 -0700 |
| tree | 4598572db1356236ccb1d688a3a6bde3e2b3443d | |
| parent | 4f7ae4186cb3a0cbdbdb3be98bb792c845b52e5f [diff] |
Fix a pre-release-exclusion bug The special logic for excluding 1.0.0-dev from <1.0.0 was only implemented for VersionRange.allows(), not for any other methods. This brings the other methods in line with allows(). Closes dart-lang/pub_semver#20