Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 1.37 KB

0.2.0

Released 2018/06/25.

  • Added @data-pup to the Twiggy team! \o/

  • Added the twiggy diff subcommand to compare two versions of the same binary. #49 #12

  • Added the twiggy garbage subcommand to list code and data that is not transitively referenced by any exports / public functions. #48 #50

  • Added the ability to emit results as CSV. Pass the --format csv flags. #44

  • twiggy paths will now default to printing the paths to all items if no specific item is given as an argument. #57 #63

  • Added a --regex option to twiggy paths and twiggy dominators. This allows you to filter items by regexp, for example to only list items matching std::.*. #58 #65 [#59][] #68

0.1.0

Released 2018/05/03.

  • Initial release!