Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Side by Side Diff: CHANGELOG.md

Issue 2080603003: Publish `0.9.6`. (Closed) Base URL: https://github.com/dart-lang/dartdoc.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | codereview.settings » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698