Skip to content

v1.5.1 - New: box(), roFunction and roDeviceCrypto

Compare
Choose a tag to compare
@lvcabral lvcabral released this 04 Apr 00:18
· 78 commits to master since this release

Release Changes

  • Removed isEmpty from roPath to match Roku behavior by @lvcabral in #306
  • Allow to use AND/OR between Boolean and Numbers by @lvcabral in #307
  • Improved roEVPCipher error handling by @lvcabral in #308
  • Implemented roDeviceCrypto component by @lvcabral in #309
  • Implemented roFunction component and Box() runtime function by @lvcabral in #310
  • Improved Iterable objects to behave as Roku devices by @lvcabral in #311
  • Fixed Boxing on Numbers and Booleans by @lvcabral in #313
  • Fixed issues with roByteArray by @lvcabral in #314
  • Improved print variables method by @lvcabral in #315
  • Implemented slice() method in roArray under ifArraySlice

Full Changelog: v1.5.0...v1.5.1