Releases: hetalang/heta-specifications
Releases · hetalang/heta-specifications
Version 0.3.0
- replace @export class by #export action
- add units page
- add modules case
- add AUC case
- remove abstract classes: no abstract classes at all
- text corrections
Version 0.2.5
- Rename UnitDefinition to UnitDef class
- Add class _Size
- Clarify namespaces usage:
#setNS
,#importNS
,#import
. Explainabstact
namespace. - Extend classes description
- add cases
- Multiple text corrections
Version 0.2.4
v0.2.4 Version 0.2.4
Version 0.2.3
- add
include file.heta type heta with {}
statement instead ofimport
action
Version 0.2.2
- make namespace experimental
Version 0.2.1
- more details to actions chapter
- update versions table
- rename "transformation workflow" to "compilation steps" and extend description.
- add error names
Version 0.2.0
- all classes instances can be in anonimous and in non-anonimous space;
- remove _Simple ans _Scoped class, use _Component as top class for all indexed components;
- change the properties of _Export class: remove "model" property;
- allow anonimous namespace elements for exports;
- add description for _Export classes: SLVExport, JSONExport, YAMLExport, SimbioExport, MrgsolveExport.
Version 0.1.0
first draft release