Skip to content

0.0.5

Compare
Choose a tag to compare
@alexzaitsev alexzaitsev released this 28 Sep 11:32
· 75 commits to master since this release
  • added live filtering

How to activate:
Press Live editor button.
Uncomment lines:

//var filterRegex = "(^R$)|(^R\\$)|(.*\\$_ViewBinding$)|(.*\\$\\$ViewInjector$)";
//live_filter_graph(new RegExp(filterRegex, ""), "filtered", true);

You can add as many conditions as you want.