Changelog

This page documents breaking changes and major features of major version releases

v0.14

Language

API

  • program.parameters accepts namespaced const names
  • program.parameters acceps names prefixed with ? to avoid errors if parameter doesn't exist

v0.13

Language

API

  • helios.Int renamed to helios.HInt
  • helios.HeliosString renamed to helios.HString
  • helios.HeliosMap renamed to helios.HMap
  • helios.List renamed to helios.HList
  • program.changeParam() deprecated