Releases: rocjs/roc
Releases · rocjs/roc
v1.0.0-rc.23
Fixes
- Solved an issue when using the context in
if_eqandunless_eqfor templates — #189 by @kjarmicki
v1.0.0-rc.22
Fixes
- Provide previous answers to the templating system, matching Inquirer — #188 by @kjarmicki
v1.0.0-rc.21
v1.0.0-rc.20
Fixes
- Fixed a problem where the Roc resolving would sometimes fail — #173 by @dlmr
- Removed
consolidateto fix a problem with a dependency collision — #171 by @kjarmicki
v1.0.0-rc.19
v1.0.0-rc.18
Breaking
* Does not affect projects.
Features
- Made
package.jsonfor template optional — #160 by @kjarmicki - Added new
dataalternative 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
v1.0.0-rc.17
Features
- Adds support for
filtersin Inquirer.js — #158 by @kjarmicki