MobX v4.3.2 Release Notes

    • 🛠 Fixed #1685: expose IAutorunOptions
    • decorate now can apply multiple decorators, by accepting an array and applying them right to left: decorate(Todo, { title: [serializable(primitive), persist('object'), observable] }). By @ramybenaroya through #1691 and #1686
    • Improved typings of flow so that it accepts async generators. By @dannsam through #1656 and #1655
    • 🛠 keys() now also supports arrays. Fixes #1600 through #1601 by @nunocastromartins