Stubble v1.9.3 Release Notes

Release Date: 2020-05-23 // almost 4 years ago
  • ๐Ÿ› Bugs

    • ValueGetters are now ordered deterministic always #99 (Thanks to @jlocke427 for reporting)

    ๐Ÿ— Build

    • ๐Ÿ“ฆ Packages should be Deterministic and and Untracked sources should be source-linked #100

Previous changes from v1.8.4

  • ๐Ÿ”‹ 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!