roc v1.0.0-rc.18 Release Notes

Release Date: 2017-04-05 // about 7 years ago
  • ๐Ÿ’ฅ Breaking

    • ๐Ÿ”„ Changed third argument in Roc resolver, should now be an option object* โ€” #165 by @dlmr

    * Does not affect projects.

    ๐Ÿ”‹ Features

    • ๐Ÿ“ฆ Made package.json for template optional โ€” #160 by @kjarmicki
    • โž• Added new data alternative to templates โ€” #163 by @kjarmicki
    • โž• Added an async resolver, in addition to the existing sync โ€” #165 by @dlmr
    • Made it possible to define a custom resolver that should be used in the Roc resolver โ€” #165 by @dlmr

    ๐Ÿ›  Fixes

    • Solved a bug where some project directories names could cause problems โ€” #165 by @dlmr