| OLD | NEW |
| 1 ## 0.9.6 |
| 2 * [bug] fix enum indexes (#1176). |
| 3 * [enhancement] added support for crossdart. If there is a `crossdart.json` |
| 4 file in the input dir (which can be generated by Crossdart), it will use that |
| 5 file to add links to `crossdart.info` in the source code block. |
| 6 |
| 1 ## 0.9.5 | 7 ## 0.9.5 |
| 2 * [enhancement] support for `@example` tag to inject sample code into comments. | 8 * [enhancement] support for `@example` tag to inject sample code into comments. |
| 3 eg. `{@example core/ts/bootstrap/bootstrap.dart region='bootstrap'}`, where | 9 eg. `{@example core/ts/bootstrap/bootstrap.dart region='bootstrap'}`, where |
| 4 path is path to source in the package examples directory, and region is | 10 path is path to source in the package examples directory, and region is |
| 5 specified by `#docregion` and `#enddocregion` in the file. | 11 specified by `#docregion` and `#enddocregion` in the file. |
| 6 * [enhancement] do not document if there is a `@nodoc` in the doc comment. | 12 * [enhancement] do not document if there is a `@nodoc` in the doc comment. |
| 7 NOTE: <nodoc> is now deprecated and will be removed in a later version. | 13 NOTE: <nodoc> is now deprecated and will be removed in a later version. |
| 8 | 14 |
| 9 ## 0.9.4 | 15 ## 0.9.4 |
| 10 * [enhancement] added a `--favicon` option to specify a favicon to use for the | 16 * [enhancement] added a `--favicon` option to specify a favicon to use for the |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 * fixed one liner documentation | 304 * fixed one liner documentation |
| 299 | 305 |
| 300 ## 0.0.2 | 306 ## 0.0.2 |
| 301 | 307 |
| 302 * documenation generated in `doc/api` directory | 308 * documenation generated in `doc/api` directory |
| 303 * support for readme files in plain text | 309 * support for readme files in plain text |
| 304 * fixed resolving references in library comments | 310 * fixed resolving references in library comments |
| 305 * generate docs even when output directory exists | 311 * generate docs even when output directory exists |
| 306 * show inherited operators | 312 * show inherited operators |
| 307 * visually indicate deprecated api | 313 * visually indicate deprecated api |
| OLD | NEW |