Skip to content

Releases: zspitz/ANTLR4ParseTreeVisualizer

1.0.92

31 Jul 21:21
Compare
Choose a tag to compare
Fix #41

1.0.91

23 Jul 06:21
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zspitz/ANTLR4ParseTreeVis…

…ualizer

1.0.90

16 Jul 04:36
Compare
Choose a tag to compare
Remove test comment

1.0.87

15 Jul 18:36
Compare
Choose a tag to compare

This is (mostly) an internal re-architecture to use Periscope, a framework for Visual Studio debugging visualizers. There are two primary benefits:

  • (Optional) Latest-version checking on load. If there's a later release, the visualizer will notify about it.
  • The same UI components of the visualizer are now also available as a separate NuGet package, for both Antlr.Runtime and Antlr.Runtime.Standard. They can be embedded in third-party applications.

If you're debugging the current Antlr.Runtime.Standard, use the ParseTreeVisualizer.Standard.* appropriate for your version of Visual Studio. If you're using the older Antlr.Runtime, use the ParseTreeVisualizer.Legacy.*.

1.0.86

15 Jul 18:20
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zspitz/ANTLR4ParseTreeVis…

…ualizer

0.1.0.81

22 Nov 00:47
Compare
Choose a tag to compare
Another type

0.1.0.77

17 Nov 02:26
Compare
Choose a tag to compare
Fix version number in released ZIP file

0.1.0.76

17 Nov 02:23
Compare
Choose a tag to compare
Use VS 2019 image in appveyor.yml

0.1.0.73

13 Nov 22:30
Compare
Choose a tag to compare
Update appveyor.yml to install .NET Core 3.0

0.1.0.72

13 Nov 22:24
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zspitz/ANTLR4ParseTreeVis…

…ualizer