| OLD | NEW |
| 1 # 1.2.4 |
| 2 |
| 3 * Fix all remaining strong mode warnings. |
| 4 |
| 1 # 1.2.3 | 5 # 1.2.3 |
| 2 | 6 |
| 3 * Addressed three strong mode warnings. | 7 * Addressed three strong mode warnings. |
| 4 | 8 |
| 5 # 1.2.2 | 9 # 1.2.2 |
| 6 | 10 |
| 7 * Make the package analyze under strong mode and compile with the DDC (Dart Dev | 11 * Make the package analyze under strong mode and compile with the DDC (Dart Dev |
| 8 Compiler). Fix two issues with a private subclass of `VersionConstraint` | 12 Compiler). Fix two issues with a private subclass of `VersionConstraint` |
| 9 having different types for overridden methods. | 13 having different types for overridden methods. |
| 10 | 14 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 breaking changes after a given version. | 44 breaking changes after a given version. |
| 41 | 45 |
| 42 * Add `new VersionConstraint.compatibleWith()`, which returns a range covering | 46 * Add `new VersionConstraint.compatibleWith()`, which returns a range covering |
| 43 all versions compatible with a given version. | 47 all versions compatible with a given version. |
| 44 | 48 |
| 45 * Add a custom `VersionRange.hashCode` to make it properly hashable. | 49 * Add a custom `VersionRange.hashCode` to make it properly hashable. |
| 46 | 50 |
| 47 # 1.0.0 | 51 # 1.0.0 |
| 48 | 52 |
| 49 * Initial release. | 53 * Initial release. |
| OLD | NEW |