Releases: hetalang/heta-compiler
Releases · hetalang/heta-compiler
Version 0.9.3
- build debinan package
- build cholatatey package
- build homebrew package
- update .MSI build
- display error if absolute paths in include and export
- remove
logFormat
,logPath
,logLevel
,logMode
fromplatform.yaml
- display heta version in logs
- write full logs into
build.log
- add
--log-mode
option to CLI - rewrite build process to exclude absolute paths
Version 0.9.2
- remove logLevel option from
platform.yaml
, use--log-level info
instead in CLI - fix bug with SBML import when use
<initialAssignment>
- fix bug with Simbio export with zero outputs
- add Avogadro as base unit
Version 0.9.1
- more information in error messages
- bug fix: return
undefined
for empty string in table-module, clean only strings - velnurability fix: update xlsx module
Version 0.9.0
- Added support for Heta standard v0.5.0.
- Fixed minor parser bugs.
- SimbioExport: Introduced the
ausAsNotes
option and addedaux
as UserData. - Component: Added
xmlAnnotation
property for SBML Annotation. - Fixed issues with
HetaCodeExport
related to theaux
property. - API: Made
Component
a subclass ofTop
. - Enhanced error messages for JSON schema validation.
- Builder API: Now supports both backend and frontend.
- All file paths are now relative.
- Moved export statements to
platform.yml
. - Replaced
platform.json
withplatform.yml
. - CLI: Removed
--skip-export
and--julia-only
, added the new--export
option.
Version 0.8.7
- check and warn context without Switchers
- build win and linux,macos distributives separately
Version 0.8.6
- fix bug in qsp-units.heta: wrong
#defineUnits
formm
- fix strings for Simbio export
- replace
ln
tolog
for Matlab/Simbio
Version 0.8.5
- fix bug with class names for easy renaming of class by webpack
- support
#forceInsert
action - support
null
as values of Component properties
Version 0.8.4
- support
defineFunction
in all exports - fix SBML import: local parameters for L2, avogadro, bugs
- update uproach for checking next heta version
- remove
heta update
command
Version 0.8.3
- Update syntax of units
(m)^2
- Fix multiple issues with critical build error
- remove exitWithoutError option in Builder settings
- fig issues in SBML module: zero dimentions, delay, defineFunction, csymbol
- add time units import from SBML L3
- add qsp-functions.heta file in init
- prettify HetaCode export
- defineFunction rules: do not allow empty math and arguments
Version 0.8.2
- fix error with comments in base syntax
- fix error in webpack entry