Version 1.0.0
This major release updates the JSON schema for the translated modelica file.
It has the following non-backward compatible changes:
- updated JSON schema for both modelica mode and CDL mode to be closer to Modelica Grammar
- Each
.mo
file will generate a corresponding.json
file. - Any dependencies and/or models instantiated will have a
.json
file generated that follows the same file structure. For example, if you translateA.B.C.mo
and that modelextends A.B.D
, we will have a folder structureA/B/
containing json translationsC.json
andD.json
. Basically, thejson
translations will have the same file and folder structure of your Modelica package. - This version will not able to generate
html
,docx
orsvg
outputs. These features will be added to future releases.