Skip to content

v1.8.4 - Dynamic and Stable

Compare
Choose a tag to compare
@Romanx Romanx released this 01 May 14:32
42b6634

Features

  • Non ExpandoObject Dynamic types are now handled a better in the standard renderer and the compilation renderer can handle some of the new cases. Thanks to @0x15e for their contribution!

Bugs

  • Negative indexes on collections will no longer thow and instead return empty. Thanks to @mingwli
  • The order that values are retrieved for objects has been made more stable thanks to help from @mingwli!