| OLD | NEW |
| 1 ## 0.7.3 | 1 ## 0.8.0 |
| 2 | 2 |
| 3 * Switch tests to use [test][] instead of [unittest][]. | 3 * Switch tests to use [test][] instead of [unittest][]. |
| 4 * Remove (probably unused) `resolved` field from `LinkSyntax`. |
| 4 | 5 |
| 5 [test]: https://pub.dartlang.org/packages/test | 6 [test]: https://pub.dartlang.org/packages/test |
| 6 [unittest]: https://pub.dartlang.org/packages/unittest | 7 [unittest]: https://pub.dartlang.org/packages/unittest |
| 7 | 8 |
| 8 ## 0.7.2 | 9 ## 0.7.2 |
| 9 | 10 |
| 10 * Allow resolving links that contain inline syntax (#42). | 11 * Allow resolving links that contain inline syntax (#42). |
| 11 | 12 |
| 12 ## 0.7.1+3 | 13 ## 0.7.1+3 |
| 13 | 14 |
| 14 * Updated homepage. | 15 * Updated homepage. |
| 15 | 16 |
| 16 ## 0.7.1+2 | 17 ## 0.7.1+2 |
| 17 | 18 |
| 18 * Formatted code. | 19 * Formatted code. |
| 19 | 20 |
| 20 * Updated readme. | 21 * Updated readme. |
| OLD | NEW |