OLD | NEW |
| 1 # 1.3.0 |
| 2 |
| 3 * Make the `VersionUnion` class public. This was previously used internally to |
| 4 implement `new VersionConstraint.unionOf()` and `VersionConstraint.union()`. |
| 5 Now it's public so you can use it too. |
| 6 |
1 # 1.2.4 | 7 # 1.2.4 |
2 | 8 |
3 * Fix all remaining strong mode warnings. | 9 * Fix all remaining strong mode warnings. |
4 | 10 |
5 # 1.2.3 | 11 # 1.2.3 |
6 | 12 |
7 * Addressed three strong mode warnings. | 13 * Addressed three strong mode warnings. |
8 | 14 |
9 # 1.2.2 | 15 # 1.2.2 |
10 | 16 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 breaking changes after a given version. | 50 breaking changes after a given version. |
45 | 51 |
46 * Add `new VersionConstraint.compatibleWith()`, which returns a range covering | 52 * Add `new VersionConstraint.compatibleWith()`, which returns a range covering |
47 all versions compatible with a given version. | 53 all versions compatible with a given version. |
48 | 54 |
49 * Add a custom `VersionRange.hashCode` to make it properly hashable. | 55 * Add a custom `VersionRange.hashCode` to make it properly hashable. |
50 | 56 |
51 # 1.0.0 | 57 # 1.0.0 |
52 | 58 |
53 * Initial release. | 59 * Initial release. |
OLD | NEW |