retrace 1.2.0 copy "retrace: ^1.2.0" to clipboard
retrace: ^1.2.0 copied to clipboard

Regenerates minified stacktraces.

Changelog #

1.2.0 #

  • Works on dart 2, thanks to spebbe for patch.

1.1.1 #

  • Added support for parsing traces generated from the Trace class of the stack_trace dart package.

1.1.0 #

  • Added --format option which accepts either a 'text' or 'json' argument. Text format, the default, prints the same as before. The json format pretty-prints a list of objects whith keys source, raw, line and column. Thanks to Danny Kirchmeier for this patch!

1.0.3 #

  • Improved support for non-interactive use. The "Paste your minified trace here:" message is only printed if stdin is a terminal. The escape codes to colorize output are only printed if stdout is a terminal. Thanks to Matt Liberty for this patch!

1.0.2 #

  • Bug fix; when program exited with an error code it was rerun by pub global activate wrapper script.

1.0.1 #

  • Bug fix; pub global activate did not create the binary.

1.0.0 #

  • Initial version.
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Regenerates minified stacktraces.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args, path, source_maps

More

Packages that depend on retrace