Files
sdk/pkg/code_transformers/CHANGELOG.md
T
sigmund@google.com 1781d2cb42 Step one towards stable error messages with details:
- switches polymer to use a messages type
 - autogenerates an HTML page from the message list.
 - use these messages on polymer transformers
 - moves build_logger to code_Transformers, so we can also use this in other packages.

Still pending to do more, for example, find a permanent location and URI scheme for messages
so we can show them on the command-line, improve the UI to tak advantage of clustering, etc.

But I think it's good enough to get it in and iterate afterwards

R=jakemac@google.com, kathyw@google.com

Review URL: https://codereview.chromium.org//513023002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39884 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-04 20:28:15 +00:00

461 B

0.2.3-dev

  • Added support for logging stable error messages from transformers.

0.2.2

  • Added two transformers, 'delete_file' and 'remove_sourcemap_comment'.

0.2.0+3

  • Raise the lower bound on the source_maps constraint to exclude incompatible versions.

0.2.0+2

  • Widen the constraint on source_maps.

0.2.0+1

  • Widen the constraint on barback.

0.2.0

  • Switch from source_maps' Span class to source_span's SourceSpan class.