Skip to content

Releases: p-org/peasy-ide-vscode

Peasy VSCode Plugin - 0.0.5

05 Sep 21:35
d966576
Compare
Choose a tag to compare
  • 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

19 Aug 00:27
80308ad
Compare
Choose a tag to compare
  • 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

18 Aug 23:53
965393c
Compare
Choose a tag to compare
  • 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

15 Aug 21:48
714661c
Compare
Choose a tag to compare
Pre-release

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

03 Aug 18:20
2623942
Compare
Choose a tag to compare
Pre-release
  • Added Syntax Highlighting
    
  • Added Automatic Compilation
    
  • Added Snippets
    
  • Added Error Reporting
    
  • Added Testing Framework
    
  • Error Tracing Visualization (Work In Progress)