Stubble v1.8.4 Release Notes

Release Date: 2020-05-01 // almost 4 years ago
  • ๐Ÿ”‹ 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!