Releases: hetalang/heta-specifications
Releases · hetalang/heta-specifications
Version 0.5.0
Version 0.4.6
- support
null
values of properties - add
#forceInsert
action #defineFunction
is not experimental anymore
Version 0.4.5
- use
0
,1
together withtrue
,false
for boolean #deleteNS
action- use of
;
everywhere - update function list:
log(x, b)
->logbase(x, b)
, removenthRoot(x)
, hyperbolic functions support
Version 0.4.4
- use ProcessExpr of type:
A>B
- use Regular Expression in
spaceFilter
of#export
action - default values for
filepath
of#export
action - minor text fixes
Version 0.4.3
- add
#defineFunction
action as an experimental
Version 0.4.2
- use
import xxx.xlsx type table
instead ofimport xxx.xlsx type xlsx
- add
@TimeScale
- remove
@Dose
class - Create explanation of "special string formats"
- Add
#setScenario
action
Version 0.4.1
@StopSwitcher
as an experimental class- remove
@SimpleTask
piesewise()
function inside MathExpr (experimental)
Version 0.4.0
reversible
property for@Process
- substitute
#include @UnitDef
instance by#defineUnit
action
Version 0.3.3
- include
atStart
in _Switcher class - add cases
- add
@Const
properties: scale, lower, upper - add
output
properties to@Record
Version 0.3.2
- use
trigger
property with MathExpr in CSwitcher (continuous switcher) instead ofcondition
referred toRecord