Skip to content

v0.41.0

Compare
Choose a tag to compare
@lkipke lkipke released this 08 Jan 17:28
· 51 commits to main since this release
6613a3e

Features

  • Add isSubtype() and parentSubtype() functions to RoSGNode (#584) - @markwpearce
  • Add list of unimplemented features to documentation and clean up README (#601) - @sjbarag
  • Create function that builds an execution scope, then executes subsequent Brightscript files in that scope (#603) - @lkipke

Fixes

  • Have callFunc always return a value to avoid type mismatches in the function signature (#604) - @lkipke