Skip to content

NetPrints 0.0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@RobinKa RobinKa released this 03 Apr 15:35
· 81 commits to master since this release

Major changes

  • Added optional getter / setter method graphs to variables
  • Added ability to define constructors
  • Correctly use visibility for suggestions (ie. consider visibility from current class)
  • Added Throw node to throw the exception passed to it
  • Added MakeTypeArray node to create array types of types

Minor changes

  • Made variable type combobox editable
  • Added partial modifier to class
  • Only create exception output data pin when catch pin is connected
  • Renamed assemblies window to references
  • Added more tooltips
  • Stability improvements

Available binaries

  • FrameworkDependent is platform-independent (although WPF which the editor uses is currently only supported on Windows anyway) but will require system-installed .NET Core 3 runtimes.
  • StandaloneWindowsX86 includes the runtimes but only runs on Windows.

At this time there is no guaranteed forward or backwards compatibility for project files as releases are done at a high frequency. However 0.0.4 and higher projects are assumed to be compatible with this release.