Skip to content

Releases: hetalang/heta-specifications

Version 0.5.0

09 Sep 14:23
Compare
Choose a tag to compare
  • #export action is not a part of the language anymore

Version 0.4.6

09 Jul 09:01
Compare
Choose a tag to compare
  • support null values of properties
  • add #forceInsert action
  • #defineFunction is not experimental anymore

Version 0.4.5

09 Feb 13:13
Compare
Choose a tag to compare
  • use 0, 1 together with true, false for boolean
  • #deleteNS action
  • use of ; everywhere
  • update function list: log(x, b) -> logbase(x, b), remove nthRoot(x), hyperbolic functions support

Version 0.4.4

09 Feb 13:14
Compare
Choose a tag to compare
  • 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

09 Feb 13:15
Compare
Choose a tag to compare
  • add #defineFunction action as an experimental

Version 0.4.2

21 Jun 09:29
Compare
Choose a tag to compare
  • use import xxx.xlsx type table instead of import xxx.xlsx type xlsx
  • add @TimeScale
  • remove @Dose class
  • Create explanation of "special string formats"
  • Add #setScenario action

Version 0.4.1

04 Oct 14:07
Compare
Choose a tag to compare
  • @StopSwitcher as an experimental class
  • remove @SimpleTask
  • piesewise() function inside MathExpr (experimental)

Version 0.4.0

10 Mar 09:17
Compare
Choose a tag to compare
  • reversible property for @Process
  • substitute #include @UnitDef instance by #defineUnit action

Version 0.3.3

10 Mar 09:16
Compare
Choose a tag to compare
  • include atStart in _Switcher class
  • add cases
  • add @Const properties: scale, lower, upper
  • add output properties to @Record

Version 0.3.2

18 Aug 14:29
Compare
Choose a tag to compare
  • use trigger property with MathExpr in CSwitcher (continuous switcher) instead of condition referred to Record