Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.8.0 | 1 ## 0.8.0 |
| 2 | 2 |
| 3 * **Breaking:** Remove (probably unused) fields: `LinkSyntax.resolved`, | 3 * **Breaking:** Remove (probably unused) fields: `LinkSyntax.resolved`, |
| 4 `InlineParser.currentSource`. | 4 `InlineParser.currentSource`. |
| 5 * Switch tests to use [test][] instead of [unittest][]. | 5 * Switch tests to use [test][] instead of [unittest][]. |
| 6 * Fix a few bugs in inline code syntax. | 6 * Fix a few bugs in inline code syntax. |
| 7 * Ignore underscores inside words (#41). | |
|
nweiz
2015/09/14 21:52:13
If you're going to reference the issue, it would b
Bob Nystrom
2015/09/15 00:19:16
I've never bothered doing that since I figure peop
| |
| 7 | 8 |
| 8 [test]: https://pub.dartlang.org/packages/test | 9 [test]: https://pub.dartlang.org/packages/test |
| 9 [unittest]: https://pub.dartlang.org/packages/unittest | 10 [unittest]: https://pub.dartlang.org/packages/unittest |
| 10 | 11 |
| 11 ## 0.7.2 | 12 ## 0.7.2 |
| 12 | 13 |
| 13 * Allow resolving links that contain inline syntax (#42). | 14 * Allow resolving links that contain inline syntax (#42). |
| 14 | 15 |
| 15 ## 0.7.1+3 | 16 ## 0.7.1+3 |
| 16 | 17 |
| 17 * Updated homepage. | 18 * Updated homepage. |
| 18 | 19 |
| 19 ## 0.7.1+2 | 20 ## 0.7.1+2 |
| 20 | 21 |
| 21 * Formatted code. | 22 * Formatted code. |
| 22 | 23 |
| 23 * Updated readme. | 24 * Updated readme. |
| OLD | NEW |