Releases: p-org/peasy-ide-vscode
Releases · p-org/peasy-ide-vscode
Peasy VSCode Plugin - 0.0.5
- Added selection for toggling logs, graph, or both panels display in the trace visualizer
- Changed terminology in compare and contrast mode of the visualizer from ShiViz to P specific terms
- Added print log visualization to visualizer
Peasy VSCode Plugin - 0.0.4
- Fixed bug in code that checks if the compilation went through before testing
- Added error message if p compile fails before running tests
Peasy VSCode Plugin - 0.0.3
- Added F7 shortcut to generate code for visualizing p state machines in stately
- Added documentation for Peasy
- Made UX improvements for trace visualizer
- Added a check in the testing framework to see if p compile and p check went through completely before outputting the result of a test case
Peasy VSCode Plugin - 0.0.2
What Changed
- Added Assertion Failure visualization to visualizer
- Added check for P installation to show appropriate error message if P is not installed
- Added the capability to directly run P test cases without manually compiling them
- Modified visualization to expand collapsible nodes by default on launching visualizer
- Added option for the user to choose multiple json files for visualization
- Added a few UX improvements
Peasy VSCode Plugin - Pre-Release
-
Added Syntax Highlighting
-
Added Automatic Compilation
-
Added Snippets
-
Added Error Reporting
-
Added Testing Framework
-
Error Tracing Visualization (Work In Progress)