| OLD | NEW |
| 1 ## 1.0.1 |
| 2 |
| 3 - Fix test to not write to sink after it's closed. |
| 4 |
| 1 ## 1.0.0 | 5 ## 1.0.0 |
| 2 | 6 |
| 3 - Public API marked stable. | 7 - Public API marked stable. |
| 4 | 8 |
| 5 ## 0.1.5 | 9 ## 0.1.5 |
| 6 | 10 |
| 7 - `FilePackagesDirectoryPackages.getBase(..)` performance improvements. | 11 - `FilePackagesDirectoryPackages.getBase(..)` performance improvements. |
| 8 | 12 |
| 9 ## 0.1.4 | 13 ## 0.1.4 |
| 10 | 14 |
| 11 - Strong mode fixes. | 15 - Strong mode fixes. |
| 12 | 16 |
| 13 ## 0.1.3 | 17 ## 0.1.3 |
| 14 | 18 |
| 15 - Invalid test cleanup (to keep up with changes in `Uri`). | 19 - Invalid test cleanup (to keep up with changes in `Uri`). |
| 16 | 20 |
| 17 ## 0.1.1 | 21 ## 0.1.1 |
| 18 | 22 |
| 19 - Syntax updates. | 23 - Syntax updates. |
| 20 | 24 |
| 21 ## 0.1.0 | 25 ## 0.1.0 |
| 22 | 26 |
| 23 - Initial implementation. | 27 - Initial implementation. |
| OLD | NEW |