Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[henshin-dev] Henshin 0.9.2 released

Dear all,

Henshin 0.9.2 is available at our release update site. This new version of Henshin comes with a new API for the interpreter, various performance improvements and bugfixes, support for parameter mappings in the graphical editor, and a new type of transformation unit, called IteratedUnit, which allows you to execute units in a loop, where the number of iterations is specified using parameters and evaluated at run-time (specified as a JavaScript expression).

We also have a couple of interesting new examples and benchmarks that show the new features and the performance improvements. We will update the documentation step-wise in the next couple of weeks and also make the new examples available on-line. We will first update the wiki on the Interpreter API. If you already want to try out the API yourself, you can checkout the interface InterpreterFactory which gives you an overview of the whole API.

Cheers,
Christian

PS: If you try out the new API, make sure you remove the matching plug-in from your plug-in dependencies.



Back to the top