markushedvall / node-plantuml

A Node.js module and CLI for running PlantUML
MIT License
193 stars 53 forks source link

Support for the new preprocessor #30

Closed marcortw closed 5 years ago

marcortw commented 5 years ago

Plantuml released the V2 preprocessor on the 24th of May this year. Do you have any plans on supporting the new preprocessor in the near future?

Currently, when I try out the 'Variable definition' sample from here, I get the following error plotted in the SVG file:

[From string (line 2) ]
@startuml
!$ab = "foo1"
Syntax Error?

Kind regards, Marco

markushedvall commented 5 years ago

This will be added when https://github.com/markushedvall/node-plantuml/pull/29 is merged. I've just been slow keeping up up with new releases of Plantuml.

markushedvall commented 5 years ago

This should now be working in the 0.9.0 release.

marcortw commented 5 years ago

It works, thanks for the quick response and release of the new version.