Releases: rocjs/roc
Releases Β· rocjs/roc
v1.0.0-rc.23
Fixes
- Solved an issue when using the context in
if_eq
andunless_eq
for 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
consolidate
to 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.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
v1.0.0-rc.17
Features
- Adds support for
filters
in Inquirer.js β #158 by @kjarmicki