2.0.0
This is a new major release with improved security and many new features.
- The macro packages integrating scripting languages were moved from the classpath of the Jamal implementations. They have to be loaded with the
maven:load
macro. (new feature) - With the new
maven:load
feature, you can load macros directly from JAR files over the network from Maven repositories. - A new scripting module implements a secure and simple procedural "basic" integrated tightly into Jamal.
- When referring to files, you can use
maven:
andjar:
prefixes to load files directly from the Maven repository or a JAR file. - New macro module handling JSON data.
- Experimental module integrating OpenAI.
- Macro integrating SourceBuddy functionality directly into your document.
- You can easily include Kroki pictures in your document.
In addition to this, a lot of new features and bug fixes.